mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-06-06 01:02:08 +00:00
41 lines
923 B
YAML
41 lines
923 B
YAML
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"
|