Replace rdrnd with rdrand.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / crx / beq_insn.s
1 # 'Branch if Equal to 0' instructions.
2 .data
3 foodata: .word 42
4 .text
5 footext:
6
7 .global beq0b
8 beq0b:
9 beq0b r10 , *+22
10
11 .global bne0b
12 bne0b:
13 bne0b r11 , *+0x20
14
15 .global beq0w
16 beq0w:
17 beq0w r12 , *+2
18
19 .global bne0w
20 bne0w:
21 bne0w r13 , *+040
22
23 .global beq0d
24 beq0d:
25 beq0d ra , *+32
26
27 .global bne0d
28 bne0d:
29 bne0d sp , *+16
30
31
32
This page took 0.02929 seconds and 4 git commands to generate.