mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-06-10 09:35:06 +00:00
15 lines
363 B
YAML
15 lines
363 B
YAML
test_cases:
|
|
-
|
|
input:
|
|
bytes: [ 0xb6, 0xff, 0x46, 0x16, 0x18, 0xbf, 0xf3, 0xee, 0xe1, 0x09 ]
|
|
arch: "CS_ARCH_ARM"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "CS_MODE_THUMB" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "vcvt.bf16.f32 d1, q3"
|
|
-
|
|
asm_text: "it ne"
|
|
-
|
|
asm_text: "vcvtt.bf16.f32 s1, s3"
|