Remove the ldmx mnemonic that never made it into POWER9.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / sh / pcrel.s
CommitLineData
31c372aa
AO
1 .text
2
3 .p2align 2
4code:
9691d64f
JR
5 mov.l @(litpool,pc), r0
6 mov.l @(litpool+4,pc), r1
31c372aa
AO
7 mov.l litpool, r1
8 mov.l @(14,pc), r1
9 mova @(litpool-.,pc), r0
10 mov.l @r0,r1
11 mov.l @(litpool-.,pc), r1
12 bsrf r1
13 nop
14 nop
15litpool:
16 .long code - .
This page took 0.826179 seconds and 4 git commands to generate.