[PATCH 14/57][Arm][GAS] Add support for MVE instructions: vcadd, vcmla and vcmul
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / ldr-bad.s
CommitLineData
1be5fd2e
NC
1.syntax unified
2
3.arm
4 @wback && (n == t)
5 ldr r1, [r1, #5]!
6
7 @rt == r15 && rn == r15
8 @ && bits<0..1> (immediate) != 00
9 ldr r15, [r15, #5]
10
11 @rt == r15 && bits<0..1> (immediate) != 00
12 ldr r15, .-0xab7
13
14 @wback && (n == t || n == 15)
15 ldr r1, [r1, r2]!
16 ldr r2, [r15, r2]!
17
18 @rm == 15
19 ldr r1, [r1, r15]
20
21 @wback && (n == t || n == 15)
22 str r1, [r1, #10]!
23 str r1, [r15, #10]!
24
25 @wback && (n == t || n == 15)
26 str r1, [r1, r2]!
27 str r1, [r15, r2]!
28
This page took 0.333216 seconds and 4 git commands to generate.