38 lines
858 B
YAML
Raw Normal View History

2024-09-07 18:00:09 +06:00
test_cases:
-
input:
bytes: [ 0x3f, 0x07, 0x9d, 0x76 ]
arch: "CS_ARCH_LOONGARCH"
options: [ "CS_MODE_LOONGARCH64" ]
expected:
insns:
-
asm_text: "xvfrsqrt.s $xr31, $xr25"
-
input:
bytes: [ 0xce, 0x0a, 0x9d, 0x76 ]
arch: "CS_ARCH_LOONGARCH"
options: [ "CS_MODE_LOONGARCH64" ]
expected:
insns:
-
asm_text: "xvfrsqrt.d $xr14, $xr22"
-
input:
bytes: [ 0x3f, 0x27, 0x9d, 0x76 ]
arch: "CS_ARCH_LOONGARCH"
options: [ "CS_MODE_LOONGARCH64" ]
expected:
insns:
-
asm_text: "xvfrsqrte.s $xr31, $xr25"
-
input:
bytes: [ 0xce, 0x2a, 0x9d, 0x76 ]
arch: "CS_ARCH_LOONGARCH"
options: [ "CS_MODE_LOONGARCH64" ]
expected:
insns:
-
asm_text: "xvfrsqrte.d $xr14, $xr22"