gdb: Convert language la_word_break_characters field to a method
[deliverable/binutils-gdb.git] / gas / testsuite / gas / aarch64 / sve-movprfx-mm.s
1 /* MOVPRFX tests for matrix multiply instructions */
2
3 movprfx z17, z0
4 smmla z17.s, z21.b, z27.b
5
6 movprfx z17, z0
7 ummla z17.s, z21.b, z27.b
8
9 movprfx z17, z0
10 usmmla z17.s, z21.b, z27.b
11
12 movprfx z17, z0
13 usdot z17.s, z21.b, z27.b
14
15 movprfx z17, z0
16 usdot z17.s, z21.b, z7.b[3]
17
18 movprfx z17, z0
19 sudot z17.s, z21.b, z7.b[3]
20
21 movprfx z17, z0
22 fmmla z17.s, z21.s, z27.s
23
24 movprfx z17, z0
25 fmmla z17.d, z21.d, z27.d
This page took 0.030763 seconds and 4 git commands to generate.