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:
13
thirdparty/capstone/suite/MC/AArch64/neon-scalar-compare.s.cs
vendored
Normal file
13
thirdparty/capstone/suite/MC/AArch64/neon-scalar-compare.s.cs
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
# CS_ARCH_AARCH64, 0, None
|
||||
|
||||
0xb4,0x8e,0xf6,0x7e == cmeq d20, d21, d22
|
||||
0xb4,0x9a,0xe0,0x5e == cmeq d20, d21, #{{0x0|0}}
|
||||
0xb4,0x3e,0xf6,0x7e == cmhs d20, d21, d22
|
||||
0xb4,0x3e,0xf6,0x5e == cmge d20, d21, d22
|
||||
0xb4,0x8a,0xe0,0x7e == cmge d20, d21, #{{0x0|0}}
|
||||
0xb4,0x36,0xf6,0x7e == cmhi d20, d21, d22
|
||||
0xb4,0x36,0xf6,0x5e == cmgt d20, d21, d22
|
||||
0xb4,0x8a,0xe0,0x5e == cmgt d20, d21, #{{0x0|0}}
|
||||
0xb4,0x9a,0xe0,0x7e == cmle d20, d21, #{{0x0|0}}
|
||||
0xb4,0xaa,0xe0,0x5e == cmlt d20, d21, #{{0x0|0}}
|
||||
0xb4,0x8e,0xf6,0x5e == cmtst d20, d21, d22
|
Reference in New Issue
Block a user