Adds command line support for Armv8.4-A, via the new command line option -march=armv8...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / offset-1.s
1 ldr r0, [pc, #-0]
2 ldr r0, [pc, #0]
3 ldr r0, [r1, #-0]
4 ldr r0, [r1, #0]
5 ldr r0, [r1], #-0
6 ldr r0, [r1], #0
7 ldrh r0, [pc, #-0]
8 ldrh r0, [pc, #0]
9 ldrh r0, [r1, #-0]
10 ldrh r0, [r1, #0]
11 ldrh r0, [r1], #-0
12 ldrh r0, [r1], #0
13 ldr r0, [r1, #-0]!
14 ldr r0, [r1, #0]!
15 ldrh r0, [r1, #-0]!
16 ldrh r0, [r1, #0]!
This page took 0.030825 seconds and 4 git commands to generate.