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.2a-dotprod.s.cs
vendored
Normal file
11
thirdparty/capstone/suite/MC/AArch64/armv8.2a-dotprod.s.cs
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
# CS_ARCH_AARCH64, 0, None
|
||||
0x20,0x94,0x82,0x2e = udot v0.2s, v1.8b, v2.8b
|
||||
0x20,0x94,0x82,0x0e = sdot v0.2s, v1.8b, v2.8b
|
||||
0x20,0x94,0x82,0x6e = udot v0.4s, v1.16b, v2.16b
|
||||
0x20,0x94,0x82,0x4e = sdot v0.4s, v1.16b, v2.16b
|
||||
0x20,0xe0,0x82,0x2f = udot v0.2s, v1.8b, v2.4b[0]
|
||||
0x20,0xe0,0xa2,0x0f = sdot v0.2s, v1.8b, v2.4b[1]
|
||||
0x20,0xe8,0x82,0x6f = udot v0.4s, v1.16b, v2.4b[2]
|
||||
0x20,0xe8,0xa2,0x4f = sdot v0.4s, v1.16b, v2.4b[3]
|
||||
0x20,0xe0,0x82,0x2f = udot v0.2s, v1.8b, v2.4b[0]
|
||||
0x20,0xe8,0x82,0x6f = udot v0.4s, v1.16b, v2.4b[2]
|
Reference in New Issue
Block a user