Replace rdrnd with rdrand.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / crx / beq_insn.d
1 #as:
2 #objdump: -dr
3 #name: beq_insn
4
5 .*: +file format .*
6
7 Disassembly of section .text:
8
9 00000000 <beq0b>:
10 0: aa b0 beq0b r10, 0x16 [-_<>+0-9a-z]*
11
12 00000002 <bne0b>:
13 2: fb b1 bne0b r11, 0x20 [-_<>+0-9a-z]*
14
15 00000004 <beq0w>:
16 4: 0c b2 beq0w r12, 0x2 [-_<>+0-9a-z]*
17
18 00000006 <bne0w>:
19 6: fd b3 bne0w r13, 0x20 [-_<>+0-9a-z]*
20
21 00000008 <beq0d>:
22 8: fe b4 beq0d r14, 0x20 [-_<>+0-9a-z]*
23
24 0000000a <bne0d>:
25 a: 7f b5 bne0d r15, 0x10 [-_<>+0-9a-z]*
This page took 0.031289 seconds and 4 git commands to generate.