summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/crx/beq_insn.s
blob: 2f5d5ade017fe20d92cb9ba0a6013cadd7e392a8 (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
# 'Branch if Equal to 0' instructions.
 .data
foodata: .word 42
	 .text
footext:

	.global beq0b
beq0b:
beq0b r10 , *+22

	.global bne0b
bne0b:
bne0b r11 , *+0x20

	.global beq0w
beq0w:
beq0w r12 , *+2

	.global bne0w
bne0w:
bne0w r13 , *+040

	.global beq0d
beq0d:
beq0d ra , *+32

	.global bne0d
bne0d:
bne0d sp , *+16