mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-12-13 15:24:57 +00:00
Initial Commit
This commit is contained in:
40
thirdparty/capstone/tests/MC/AArch64/CSSC/smin_64_reg.s.yaml
vendored
Normal file
40
thirdparty/capstone/tests/MC/AArch64/CSSC/smin_64_reg.s.yaml
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
test_cases:
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x00, 0x68, 0xc0, 0x9a ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "smin x0, x0, x0"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x55, 0x69, 0xd5, 0x9a ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "smin x21, x10, x21"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xb7, 0x69, 0xc8, 0x9a ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "smin x23, x13, x8"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xff, 0x6b, 0xdf, 0x9a ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "smin xzr, xzr, xzr"
|
||||
Reference in New Issue
Block a user