[AArch64, Binutils] Add missing TSB instruction
[deliverable/binutils-gdb.git] / gas / testsuite / gas / aarch64 / sve-movprfx-mm.s
CommitLineData
8382113f
MM
1/* MOVPRFX tests for matrix multiply instructions */
2
3movprfx z17, z0
4smmla z17.s, z21.b, z27.b
5
6movprfx z17, z0
7ummla z17.s, z21.b, z27.b
8
9movprfx z17, z0
10usmmla z17.s, z21.b, z27.b
11
12movprfx z17, z0
13usdot z17.s, z21.b, z27.b
14
15movprfx z17, z0
16usdot z17.s, z21.b, z7.b[3]
17
18movprfx z17, z0
19sudot z17.s, z21.b, z7.b[3]
20
21movprfx z17, z0
22fmmla z17.s, z21.s, z27.s
23
24movprfx z17, z0
25fmmla z17.d, z21.d, z27.d
This page took 0.053758 seconds and 4 git commands to generate.