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:
40
thirdparty/capstone/tests/MC/AArch64/CSSC/abs_32.s.yaml
vendored
Normal file
40
thirdparty/capstone/tests/MC/AArch64/CSSC/abs_32.s.yaml
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
test_cases:
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x00, 0x20, 0xc0, 0x5a ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "abs w0, w0"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x55, 0x21, 0xc0, 0x5a ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "abs w21, w10"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xb7, 0x21, 0xc0, 0x5a ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "abs w23, w13"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xff, 0x23, 0xc0, 0x5a ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "abs wzr, wzr"
|
40
thirdparty/capstone/tests/MC/AArch64/CSSC/abs_64.s.yaml
vendored
Normal file
40
thirdparty/capstone/tests/MC/AArch64/CSSC/abs_64.s.yaml
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
test_cases:
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x00, 0x20, 0xc0, 0xda ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "abs x0, x0"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x55, 0x21, 0xc0, 0xda ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "abs x21, x10"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xb7, 0x21, 0xc0, 0xda ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "abs x23, x13"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xff, 0x23, 0xc0, 0xda ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "abs xzr, xzr"
|
40
thirdparty/capstone/tests/MC/AArch64/CSSC/cnt_32.s.yaml
vendored
Normal file
40
thirdparty/capstone/tests/MC/AArch64/CSSC/cnt_32.s.yaml
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
test_cases:
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x00, 0x1c, 0xc0, 0x5a ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "cnt w0, w0"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x55, 0x1d, 0xc0, 0x5a ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "cnt w21, w10"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xb7, 0x1d, 0xc0, 0x5a ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "cnt w23, w13"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xff, 0x1f, 0xc0, 0x5a ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "cnt wzr, wzr"
|
40
thirdparty/capstone/tests/MC/AArch64/CSSC/cnt_64.s.yaml
vendored
Normal file
40
thirdparty/capstone/tests/MC/AArch64/CSSC/cnt_64.s.yaml
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
test_cases:
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x00, 0x1c, 0xc0, 0xda ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "cnt x0, x0"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x55, 0x1d, 0xc0, 0xda ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "cnt x21, x10"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xb7, 0x1d, 0xc0, 0xda ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "cnt x23, x13"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xff, 0x1f, 0xc0, 0xda ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "cnt xzr, xzr"
|
40
thirdparty/capstone/tests/MC/AArch64/CSSC/ctz_32.s.yaml
vendored
Normal file
40
thirdparty/capstone/tests/MC/AArch64/CSSC/ctz_32.s.yaml
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
test_cases:
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x00, 0x18, 0xc0, 0x5a ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "ctz w0, w0"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x55, 0x19, 0xc0, 0x5a ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "ctz w21, w10"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xb7, 0x19, 0xc0, 0x5a ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "ctz w23, w13"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xff, 0x1b, 0xc0, 0x5a ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "ctz wzr, wzr"
|
40
thirdparty/capstone/tests/MC/AArch64/CSSC/ctz_64.s.yaml
vendored
Normal file
40
thirdparty/capstone/tests/MC/AArch64/CSSC/ctz_64.s.yaml
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
test_cases:
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x00, 0x18, 0xc0, 0xda ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "ctz x0, x0"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x55, 0x19, 0xc0, 0xda ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "ctz x21, x10"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xb7, 0x19, 0xc0, 0xda ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "ctz x23, x13"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xff, 0x1b, 0xc0, 0xda ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "ctz xzr, xzr"
|
40
thirdparty/capstone/tests/MC/AArch64/CSSC/smax_32_imm.s.yaml
vendored
Normal file
40
thirdparty/capstone/tests/MC/AArch64/CSSC/smax_32_imm.s.yaml
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
test_cases:
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x00, 0x00, 0xc0, 0x11 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "smax w0, w0, #0"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x55, 0x55, 0xc1, 0x11 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "smax w21, w10, #85"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xb7, 0xed, 0xc0, 0x11 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "smax w23, w13, #59"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xff, 0xff, 0xc3, 0x11 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "smax wzr, wzr, #-1"
|
40
thirdparty/capstone/tests/MC/AArch64/CSSC/smax_32_reg.s.yaml
vendored
Normal file
40
thirdparty/capstone/tests/MC/AArch64/CSSC/smax_32_reg.s.yaml
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
test_cases:
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x00, 0x60, 0xc0, 0x1a ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "smax w0, w0, w0"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x55, 0x61, 0xd5, 0x1a ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "smax w21, w10, w21"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xb7, 0x61, 0xc8, 0x1a ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "smax w23, w13, w8"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xff, 0x63, 0xdf, 0x1a ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "smax wzr, wzr, wzr"
|
40
thirdparty/capstone/tests/MC/AArch64/CSSC/smax_64_imm.s.yaml
vendored
Normal file
40
thirdparty/capstone/tests/MC/AArch64/CSSC/smax_64_imm.s.yaml
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
test_cases:
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x00, 0x00, 0xc0, 0x91 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "smax x0, x0, #0"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x55, 0x55, 0xc1, 0x91 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "smax x21, x10, #85"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xb7, 0xed, 0xc0, 0x91 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "smax x23, x13, #59"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xff, 0xff, 0xc3, 0x91 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "smax xzr, xzr, #-1"
|
40
thirdparty/capstone/tests/MC/AArch64/CSSC/smax_64_reg.s.yaml
vendored
Normal file
40
thirdparty/capstone/tests/MC/AArch64/CSSC/smax_64_reg.s.yaml
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
test_cases:
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x00, 0x60, 0xc0, 0x9a ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "smax x0, x0, x0"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x55, 0x61, 0xd5, 0x9a ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "smax x21, x10, x21"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xb7, 0x61, 0xc8, 0x9a ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "smax x23, x13, x8"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xff, 0x63, 0xdf, 0x9a ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "smax xzr, xzr, xzr"
|
40
thirdparty/capstone/tests/MC/AArch64/CSSC/smin_32_imm.s.yaml
vendored
Normal file
40
thirdparty/capstone/tests/MC/AArch64/CSSC/smin_32_imm.s.yaml
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
test_cases:
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x00, 0x00, 0xc8, 0x11 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "smin w0, w0, #0"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x55, 0x55, 0xc9, 0x11 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "smin w21, w10, #85"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xb7, 0xed, 0xc8, 0x11 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "smin w23, w13, #59"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xff, 0xff, 0xcb, 0x11 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "smin wzr, wzr, #-1"
|
40
thirdparty/capstone/tests/MC/AArch64/CSSC/smin_32_reg.s.yaml
vendored
Normal file
40
thirdparty/capstone/tests/MC/AArch64/CSSC/smin_32_reg.s.yaml
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
test_cases:
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x00, 0x68, 0xc0, 0x1a ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "smin w0, w0, w0"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x55, 0x69, 0xd5, 0x1a ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "smin w21, w10, w21"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xb7, 0x69, 0xc8, 0x1a ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "smin w23, w13, w8"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xff, 0x6b, 0xdf, 0x1a ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "smin wzr, wzr, wzr"
|
40
thirdparty/capstone/tests/MC/AArch64/CSSC/smin_64_imm.s.yaml
vendored
Normal file
40
thirdparty/capstone/tests/MC/AArch64/CSSC/smin_64_imm.s.yaml
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
test_cases:
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x00, 0x00, 0xc8, 0x91 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "smin x0, x0, #0"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x55, 0x55, 0xc9, 0x91 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "smin x21, x10, #85"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xb7, 0xed, 0xc8, 0x91 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "smin x23, x13, #59"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xff, 0xff, 0xcb, 0x91 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "smin xzr, xzr, #-1"
|
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"
|
40
thirdparty/capstone/tests/MC/AArch64/CSSC/umax_32_imm.s.yaml
vendored
Normal file
40
thirdparty/capstone/tests/MC/AArch64/CSSC/umax_32_imm.s.yaml
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
test_cases:
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x00, 0x00, 0xc4, 0x11 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "umax w0, w0, #0"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x55, 0x55, 0xc5, 0x11 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "umax w21, w10, #85"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xb7, 0xed, 0xc4, 0x11 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "umax w23, w13, #59"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xff, 0xff, 0xc7, 0x11 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "umax wzr, wzr, #255"
|
40
thirdparty/capstone/tests/MC/AArch64/CSSC/umax_32_reg.s.yaml
vendored
Normal file
40
thirdparty/capstone/tests/MC/AArch64/CSSC/umax_32_reg.s.yaml
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
test_cases:
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x00, 0x64, 0xc0, 0x1a ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "umax w0, w0, w0"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x55, 0x65, 0xd5, 0x1a ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "umax w21, w10, w21"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xb7, 0x65, 0xc8, 0x1a ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "umax w23, w13, w8"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xff, 0x67, 0xdf, 0x1a ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "umax wzr, wzr, wzr"
|
40
thirdparty/capstone/tests/MC/AArch64/CSSC/umax_64_imm.s.yaml
vendored
Normal file
40
thirdparty/capstone/tests/MC/AArch64/CSSC/umax_64_imm.s.yaml
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
test_cases:
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x00, 0x00, 0xc4, 0x91 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "umax x0, x0, #0"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x55, 0x55, 0xc5, 0x91 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "umax x21, x10, #85"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xb7, 0xed, 0xc4, 0x91 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "umax x23, x13, #59"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xff, 0xff, 0xc7, 0x91 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "umax xzr, xzr, #255"
|
40
thirdparty/capstone/tests/MC/AArch64/CSSC/umax_64_reg.s.yaml
vendored
Normal file
40
thirdparty/capstone/tests/MC/AArch64/CSSC/umax_64_reg.s.yaml
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
test_cases:
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x00, 0x64, 0xc0, 0x9a ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "umax x0, x0, x0"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x55, 0x65, 0xd5, 0x9a ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "umax x21, x10, x21"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xb7, 0x65, 0xc8, 0x9a ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "umax x23, x13, x8"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xff, 0x67, 0xdf, 0x9a ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "umax xzr, xzr, xzr"
|
40
thirdparty/capstone/tests/MC/AArch64/CSSC/umin_32_imm.s.yaml
vendored
Normal file
40
thirdparty/capstone/tests/MC/AArch64/CSSC/umin_32_imm.s.yaml
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
test_cases:
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x00, 0x00, 0xcc, 0x11 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "umin w0, w0, #0"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x55, 0x55, 0xcd, 0x11 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "umin w21, w10, #85"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xb7, 0xed, 0xcc, 0x11 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "umin w23, w13, #59"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xff, 0xff, 0xcf, 0x11 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "umin wzr, wzr, #255"
|
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"
|
40
thirdparty/capstone/tests/MC/AArch64/CSSC/umin_64_imm.s.yaml
vendored
Normal file
40
thirdparty/capstone/tests/MC/AArch64/CSSC/umin_64_imm.s.yaml
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
test_cases:
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x00, 0x00, 0xcc, 0x91 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "umin x0, x0, #0"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x55, 0x55, 0xcd, 0x91 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "umin x21, x10, #85"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xb7, 0xed, 0xcc, 0x91 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "umin x23, x13, #59"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xff, 0xff, 0xcf, 0x91 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "umin xzr, xzr, #255"
|
40
thirdparty/capstone/tests/MC/AArch64/CSSC/umin_64_reg.s.yaml
vendored
Normal file
40
thirdparty/capstone/tests/MC/AArch64/CSSC/umin_64_reg.s.yaml
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
test_cases:
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x00, 0x6c, 0xc0, 0x9a ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "umin x0, x0, x0"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x55, 0x6d, 0xd5, 0x9a ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "umin x21, x10, x21"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xb7, 0x6d, 0xc8, 0x9a ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "umin x23, x13, x8"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xff, 0x6f, 0xdf, 0x9a ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "umin xzr, xzr, xzr"
|
Reference in New Issue
Block a user