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:
16
thirdparty/capstone/suite/MC/AArch64/neon-crypto.s.cs
vendored
Normal file
16
thirdparty/capstone/suite/MC/AArch64/neon-crypto.s.cs
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
# CS_ARCH_AARCH64, 0, None
|
||||
|
||||
0x20,0x48,0x28,0x4e == aese v0.16b, v1.16b
|
||||
0x20,0x58,0x28,0x4e == aesd v0.16b, v1.16b
|
||||
0x20,0x68,0x28,0x4e == aesmc v0.16b, v1.16b
|
||||
0x20,0x78,0x28,0x4e == aesimc v0.16b, v1.16b
|
||||
0x20,0x08,0x28,0x5e == sha1h s0, s1
|
||||
0x20,0x18,0x28,0x5e == sha1su1 v0.4s, v1.4s
|
||||
0x20,0x28,0x28,0x5e == sha256su0 v0.4s, v1.4s
|
||||
0x20,0x00,0x02,0x5e == sha1c q0, s1, v2.4s
|
||||
0x20,0x10,0x02,0x5e == sha1p q0, s1, v2.4s
|
||||
0x20,0x20,0x02,0x5e == sha1m q0, s1, v2.4s
|
||||
0x20,0x30,0x02,0x5e == sha1su0 v0.4s, v1.4s, v2.4s
|
||||
0x20,0x40,0x02,0x5e == sha256h q0, q1, v2.4s
|
||||
0x20,0x50,0x02,0x5e == sha256h2 q0, q1, v2.4s
|
||||
0x20,0x60,0x02,0x5e == sha256su1 v0.4s, v1.4s, v2.4s
|
Reference in New Issue
Block a user