XenonRecomp/thirdparty/capstone/tests/MC/AArch64/neon-scalar-rounding-shift.s.yaml

21 lines
497 B
YAML
Raw Normal View History

2024-09-07 18:00:09 +06:00
test_cases:
-
input:
bytes: [ 0xf1, 0x57, 0xe8, 0x5e ]
arch: "CS_ARCH_AARCH64"
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64-none-linux-gnu", "neon" ]
expected:
insns:
-
asm_text: "srshl d17, d31, d8"
-
input:
bytes: [ 0xf1, 0x57, 0xe8, 0x7e ]
arch: "CS_ARCH_AARCH64"
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64-none-linux-gnu", "neon" ]
expected:
insns:
-
asm_text: "urshl d17, d31, d8"