mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-03-31 14:11:36 +08:00
aarch64: Add tests for movt with missing "mul vl"
The error message really isn't appropriate (both here and elsewhere in the test file), but I don't currently have time to investigate further.
This commit is contained in:
parent
2dd36fcc80
commit
9758466f46
@ -68,3 +68,5 @@
|
||||
[^ :]+:[0-9]+: Error: invalid register list at operand 1 -- `luti4 { ?z19.b,z24.b,z27.b,z31.b ?},zt0,{ ?z12 ?- ?z13 ?}'
|
||||
[^ :]+:[0-9]+: Error: invalid register list at operand 1 -- `luti4 { ?z19.b,z22.b,z27.b,z31.b ?},zt0,{ ?z12 ?- ?z13 ?}'
|
||||
[^ :]+:[0-9]+: Error: the register list must have a stride of 1 at operand 1 -- `luti4 { ?z19.b,z23.b,z27.b,z31.b ?},zt0,{ ?z12 ?- ?z14 ?}'
|
||||
[^ :]+:[0-9]+: Error: comma expected between operands at operand 2 -- `movt zt0\[0\], ?z2'
|
||||
[^ :]+:[0-9]+: Error: comma expected between operands at operand 2 -- `movt zt0\[1\], ?z2'
|
||||
|
@ -93,3 +93,7 @@
|
||||
luti4 { z19.b, z24.b, z27.b, z31.b }, zt0, { z12 - z13 }
|
||||
luti4 { z19.b, z22.b, z27.b, z31.b }, zt0, { z12 - z13 }
|
||||
luti4 { z19.b, z23.b, z27.b, z31.b }, zt0, { z12 - z14 }
|
||||
|
||||
// Missing "mul vl"
|
||||
movt zt0[0], z2
|
||||
movt zt0[1], z2
|
||||
|
Loading…
x
Reference in New Issue
Block a user