OSDN Git Service

modified: utilsrc/src/Admin/Makefile
[eos/others.git] / utilsrc / srcX86MAC64 / Admin / gdb-7.7.1 / sim / testsuite / sim / arm / tst.cgs
1 # arm testcase for tst${cond}${set-cc?} $rn,$imm12
2 # mach: unfinished
3
4         .include "testutils.inc"
5
6         start
7
8         .global tst_imm
9 tst_imm:
10         tst00 pc,0
11
12         pass
13 # arm testcase for tst$cond${set-cc?} $rd,$rn,$rm,${operand2-shifttype} ${operand2-shiftimm}
14 # mach: unfinished
15
16         .include "testutils.inc"
17
18         start
19
20         .global tst_reg_imm_shift
21 tst_reg_imm_shift:
22         tst00 pc,pc,pc,lsl 0
23
24         pass
25 # arm testcase for tst$cond${set-cc?} $rd,$rn,$rm,${operand2-shifttype} ${operand2-shiftreg}
26 # mach: unfinished
27
28         .include "testutils.inc"
29
30         start
31
32         .global tst_reg_reg_shift
33 tst_reg_reg_shift:
34         tst00 pc,pc,pc,lsl pc
35
36         pass