]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gas/testsuite/gas/aarch64/sve-movprfx_15.s
Fix an assertion failure in the AArch64 assembler triggered by incorrect instruction...
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / aarch64 / sve-movprfx_15.s
CommitLineData
e66cfcef
TC
1/* incorrect usage of movprfx, predicated instruction not followed by predicated
2 instruction at PC+4. Diagnosis required. */
3 .text
4 .arch armv8-a+sve
5
6f:
7 ptrue p0.s
8 movprfx z1.s, p1/m, z3.s
9 orr z1.d, z3.d, z2.d
10 ret