xfail gas weakref1 test for nds32
[deliverable/binutils-gdb.git] / gas / testsuite / gas / aarch64 / sve-movprfx_16.s
1 /* movprfx's dest register must be the same width. Correct usage. No
2 diagnosis. */
3 .text
4 .arch armv8-a+sve
5
6 f:
7 ptrue p0.s
8 movprfx z1.s, p1/m, z3.s
9 fcvt z1.s, p1/m, z2.h
10 ret
This page took 0.037406 seconds and 4 git commands to generate.