gdb: Convert language la_word_break_characters field to a method
[deliverable/binutils-gdb.git] / gas / testsuite / gas / aarch64 / sve-movprfx_20.s
1 /* unpredicated movprfx cannot be used with a unpredicated SVE instruction at
2 PC+4 that is not valid for use following a movprfx.
3 Diagnosis required. */
4 .text
5 .arch armv8-a+sve
6
7 f:
8 ptrue p0.s
9 movprfx z1, z3
10 add z1.s, z2.s, z2.s
11 ret
This page took 0.032027 seconds and 4 git commands to generate.