mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-06-04 08:12:05 +00:00
21 lines
486 B
YAML
21 lines
486 B
YAML
test_cases:
|
|
-
|
|
input:
|
|
bytes: [ 0x27, 0x7d, 0x0b, 0xd5 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64-none-linux-gnu", "ccdp" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "dc cvadp, x7"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x27, 0x7d, 0x0b, 0xd5 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64-none-linux-gnu", "v8.5a" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "dc cvadp, x7"
|