mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-06-04 08:12:05 +00:00
38 lines
858 B
YAML
38 lines
858 B
YAML
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"
|