Files
ircolib/tests/MC/Sparc/leon_instructions_big_endian_leon3.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
433 B
YAML

test_cases:
-
input:
bytes: [ 0x95, 0xf6, 0x00, 0x16 ]
arch: "CS_ARCH_SPARC"
options: [ "CS_MODE_BIG_ENDIAN", "leon3" ]
expected:
insns:
-
asm_text: "umac %i0, %l6, %o2"
-
input:
bytes: [ 0x95, 0xfe, 0x00, 0x16 ]
arch: "CS_ARCH_SPARC"
options: [ "CS_MODE_BIG_ENDIAN", "leon3" ]
expected:
insns:
-
asm_text: "smac %i0, %l6, %o2"