Files
weee/tests/MC/RISCV/rv32xtheadbs_valid_riscv32_riscv_xtheadbs.txt.yaml
T
iris 802798ce3c Squashed 'external/capstone/' content from commit e46f64fa
git-subtree-dir: external/capstone
git-subtree-split: e46f64fadb351e9ecd05264fab26f2772feb0994
2026-05-11 11:55:07 +02:00

21 lines
458 B
YAML

test_cases:
-
input:
bytes: [ 0x8b, 0x12, 0x13, 0x88 ]
arch: "CS_ARCH_RISCV"
options: [ "CS_MODE_RISCV32", "CS_MODE_RISCV_XTHEADBS" ]
expected:
insns:
-
asm_text: "th.tst t0, t1, 1"
-
input:
bytes: [ 0x8b, 0x12, 0xf3, 0x89 ]
arch: "CS_ARCH_RISCV"
options: [ "CS_MODE_RISCV32", "CS_MODE_RISCV_XTHEADBS" ]
expected:
insns:
-
asm_text: "th.tst t0, t1, 31"