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/umin_32_reg.s.yaml
vendored
Normal file
40
thirdparty/capstone/tests/MC/AArch64/CSSC/umin_32_reg.s.yaml
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
test_cases:
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x00, 0x6c, 0xc0, 0x1a ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "umin w0, w0, w0"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x55, 0x6d, 0xd5, 0x1a ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "umin w21, w10, w21"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xb7, 0x6d, 0xc8, 0x1a ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "umin w23, w13, w8"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xff, 0x6f, 0xdf, 0x1a ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "umin wzr, wzr, wzr"
|
||||
Reference in New Issue
Block a user