gdb: Convert language la_word_break_characters field to a method
[deliverable/binutils-gdb.git] / gas / testsuite / gas / aarch64 / sve-bfloat-movprfx.s
1 .text
2 .arch armv8.2-a+bf16+sve
3
4 movprfx z0, z1
5 bfdot z0.s, z2.h, z3.h
6
7 movprfx z0, z1
8 bfdot z0.s, z2.h, z3.h[0]
9
10 movprfx z0, z1
11 bfmmla z0.s, z2.h, z3.h
12
13 movprfx z0, z1
14 bfmlalb z0.s, z2.h, z3.h
15
16 movprfx z0, z1
17 bfmlalt z0.s, z2.h, z3.h
18
19 movprfx z0, z1
20 bfmlalb z0.s, z2.h, z3.h[0]
21
22 movprfx z0, z1
23 bfmlalt z0.s, z2.h, z3.h[0]
24
25 # Unpredicated movprfx + bfcvt
26 movprfx z0, z1
27 bfcvt z0.h, p0/m, z2.s
28
29 # Predicated movprfx + bfcvt
30 movprfx z0.s, p0/m, z1.s
31 bfcvt z0.h, p0/m, z2.s
This page took 0.052295 seconds and 4 git commands to generate.