xref: /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/arm/cmp.cgs (revision 4b169a6ba595ae283ca507b26b15fdff40495b1c)
1# arm testcase for cmp${cond}${set-cc?} $rn,$imm12
2# mach: unfinished
3
4	.include "testutils.inc"
5
6	start
7
8	.global cmp_imm
9cmp_imm:
10	cmp00 pc,0
11
12	pass
13# arm testcase for cmp$cond${set-cc?} $rd,$rn,$rm,${operand2-shifttype} ${operand2-shiftimm}
14# mach: unfinished
15
16	.include "testutils.inc"
17
18	start
19
20	.global cmp_reg_imm_shift
21cmp_reg_imm_shift:
22	cmp00 pc,pc,pc,lsl 0
23
24	pass
25# arm testcase for cmp$cond${set-cc?} $rd,$rn,$rm,${operand2-shifttype} ${operand2-shiftreg}
26# mach: unfinished
27
28	.include "testutils.inc"
29
30	start
31
32	.global cmp_reg_reg_shift
33cmp_reg_reg_shift:
34	cmp00 pc,pc,pc,lsl pc
35
36	pass
37