Add support for some variants of the ARC nps400 rflt instruction.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arc / ld.d
1 #as: -mcpu=arc700
2 #objdump: -dr --show-raw-insn
3
4 .*: +file format .*arc.*
5
6 Disassembly of section .text:
7
8 [0-9a-f]+ <.text>:
9 0: 2130 0080 ld r0,\[r1,r2\]
10 4: 2132 0080 ldb r0,\[r1,r2\]
11 8: 2370 0101 ld.aw r1,\[r3,r4\]
12 c: 2235 00c1 ld[hw]+.x r1,\[r2,r3\]
13 10: 2375 0102 ld[hw]+.aw.x r2,\[r3,r4\]
14 14: 1600 7000 0000 0000 ld r0,\[0\]
15 1c: 111e 0000 ld r0,\[r1,30\]
16 20: 12ec 8001 ld r1,\[r2,-20\]
This page took 0.030971 seconds and 4 git commands to generate.