AArch64: Add MOVPRFX tests and update testsuite
[deliverable/binutils-gdb.git] / gas / testsuite / gas / aarch64 / sve-movprfx_12.s
1 /* correct usage of movprfx. No diagnosis. */
2 .text
3 .arch armv8-a+sve
4
5 f:
6 ptrue p0.s
7 movprfx z1.s, p1/z, z3.s
8 neg z1.s, p1/m, z2.s
9 ret
This page took 0.039908 seconds and 4 git commands to generate.