]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/testsuite/gas/aarch64/sve-movprfx_27.s
Fix an assertion failure in the AArch64 assembler triggered by incorrect instruction...
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / aarch64 / sve-movprfx_27.s
1 .text
2 .arch armv8-a+sve
3
4 f:
5 movprfx z0, z1
6 fmov z0.s, p0/m, #1.0
7
8 movprfx z0, z1
9 fcpy z0.s, p0/m, #1.0
10
11 ret