OpenCores
URL https://opencores.org/ocsvn/scarts/scarts/trunk

Subversion Repositories scarts

[/] [scarts/] [trunk/] [toolchain/] [scarts-gdb/] [gdb-6.8/] [sim/] [testsuite/] [sim/] [arm/] [sub.cgs] - Blame information for rev 26

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 26 jlechner
# arm testcase for sub$cond${set-cc?} $rd,$rn,$imm12
2
# mach: unfinished
3
 
4
        .include "testutils.inc"
5
 
6
        start
7
 
8
        .global sub_imm
9
sub_imm:
10
        sub00 pc,pc,0
11
 
12
        pass
13
# arm testcase for sub$cond${set-cc?} $rd,$rn,$rm,${operand2-shifttype} ${operand2-shiftimm}
14
# mach: unfinished
15
 
16
        .include "testutils.inc"
17
 
18
        start
19
 
20
        .global sub_reg_imm_shift
21
sub_reg_imm_shift:
22
        sub00 pc,pc,pc,lsl 0
23
 
24
        pass
25
# arm testcase for sub$cond${set-cc?} $rd,$rn,$rm,${operand2-shifttype} ${operand2-shiftreg}
26
# mach: unfinished
27
 
28
        .include "testutils.inc"
29
 
30
        start
31
 
32
        .global sub_reg_reg_shift
33
sub_reg_reg_shift:
34
        sub00 pc,pc,pc,lsl pc
35
 
36
        pass

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.