AArch64: Add MOVPRFX tests and update testsuite
[deliverable/binutils-gdb.git] / gas / testsuite / gas / aarch64 / sve-movprfx_3.s
1 /* Prefixed register used as input on valid sve instruction at PC+4.
2 Diagnostic required. */
3 .text
4 .arch armv8-a+sve
5
6 f:
7 ptrue p0.s
8 movprfx z1, z0
9 neg z1.s, p0/m, z1.s
10 ret
This page took 0.060371 seconds and 4 git commands to generate.