git-subtree-dir: external/capstone git-subtree-split: 5430745e9623786f65c0d773a417f389ebb43395
11 lines
214 B
YAML
11 lines
214 B
YAML
test_cases:
|
|
-
|
|
input:
|
|
bytes: [ 0x4b, 0x00, 0x00, 0x00 ]
|
|
arch: "CS_ARCH_TRICORE"
|
|
options: [ "CS_MODE_TRICORE_131" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "cmp.f d0, d0, d0"
|