x86: replace NoRex64 on VEX-encoded insns
[deliverable/binutils-gdb.git] / gas / testsuite / gas / dlx / store.d
1 #as:
2 #objdump: -dr
3 #name: store
4
5 .*: +file format .*
6
7 Disassembly of section .text:
8
9 00000000 <L1-0x1c>:
10 0: ac 03 00 1c sw 0x001c\[r0\],r3
11 2: R_DLX_RELOC_16 .text
12 4: ac 03 00 00 sw 0x0000\[r0\],r3
13 6: R_DLX_RELOC_16_HI .text
14 8: a4 43 ff 90 sh 0xff90\[r2\],r3
15 c: a0 03 00 3c sb 0x003c\[r0\],r3
16 e: R_DLX_RELOC_16 .text
17 10: a0 03 00 30 sb 0x0030\[r0\],r3
18 14: ac 43 00 00 sw 0x0000\[r2\],r3
19 18: 00 00 00 00 nop
20
21 0000001c <L1>:
22 1c: 00 00 00 00 nop
This page took 0.031338 seconds and 4 git commands to generate.