mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-07-26 23:13:54 +00:00
Initial Commit
This commit is contained in:
11
thirdparty/capstone/suite/MC/AArch64/armv8.6a-simd-matmul.s.cs
vendored
Normal file
11
thirdparty/capstone/suite/MC/AArch64/armv8.6a-simd-matmul.s.cs
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
# CS_ARCH_AARCH64, 0, None
|
||||
|
||||
0x01,0xa6,0x9f,0x4e == smmla v1.4s, v16.16b, v31.16b
|
||||
0x01,0xa6,0x9f,0x6e == ummla v1.4s, v16.16b, v31.16b
|
||||
0x01,0xae,0x9f,0x4e == usmmla v1.4s, v16.16b, v31.16b
|
||||
0xe3,0x9d,0x9e,0x0e == usdot v3.2s, v15.8b, v30.8b
|
||||
0xe3,0x9d,0x9e,0x4e == usdot v3.4s, v15.16b, v30.16b
|
||||
0x3f,0xf8,0xa2,0x0f == usdot v31.2s, v1.8b, v2.4b[3]
|
||||
0x3f,0xf8,0xa2,0x4f == usdot v31.4s, v1.16b, v2.4b[3]
|
||||
0x3f,0xf8,0x22,0x0f == sudot v31.2s, v1.8b, v2.4b[3]
|
||||
0x3f,0xf8,0x22,0x4f == sudot v31.4s, v1.16b, v2.4b[3]
|
Reference in New Issue
Block a user