summaryrefslogtreecommitdiff
path: root/sim/testsuite/sim/arm/teq.cgs
blob: 6c69347b62c9fe32a96c4e1428914f615f5bfbef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# arm testcase for teq${cond}${set-cc?} $rn,$imm12
# mach: unfinished

	.include "testutils.inc"

	start

	.global teq_imm
teq_imm:
	teq00 pc,0

	pass
# arm testcase for teq$cond${set-cc?} $rd,$rn,$rm,${operand2-shifttype} ${operand2-shiftimm}
# mach: unfinished

	.include "testutils.inc"

	start

	.global teq_reg_imm_shift
teq_reg_imm_shift:
	teq00 pc,pc,pc,lsl 0

	pass
# arm testcase for teq$cond${set-cc?} $rd,$rn,$rm,${operand2-shifttype} ${operand2-shiftreg}
# mach: unfinished

	.include "testutils.inc"

	start

	.global teq_reg_reg_shift
teq_reg_reg_shift:
	teq00 pc,pc,pc,lsl pc

	pass