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