gdb: Convert language la_word_break_characters field to a method
[deliverable/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
This page took 0.102206 seconds and 4 git commands to generate.