[binutils][arm] Implement Custom Datapath Extensions for MVE
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / ldrd-unpredictable.s
1 .syntax unified
2
3 .arm
4
5 @ LDRD
6 ldrd r0,r1,[r0,r1] @ unpredictable
7 ldrd r0,r1,[r1,r0] @ ditto
8 ldrd r0,r1,[r0,r2]! @ ditto
9 ldrd r0,r1,[r1,r2]! @ ditto
10
11 @ STRD
12
13 strd r0,r1,[r0,r2]! @ ditto
14 strd r0,r1,[r1,r2]! @ ditto
This page took 0.031192 seconds and 4 git commands to generate.