mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-06-04 08:12:05 +00:00
38 lines
856 B
YAML
38 lines
856 B
YAML
test_cases:
|
|
-
|
|
input:
|
|
bytes: [ 0x03, 0xf6, 0x9c, 0x76 ]
|
|
arch: "CS_ARCH_LOONGARCH"
|
|
options: [ "CS_MODE_LOONGARCH64" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "xvfrecip.s $xr3, $xr16"
|
|
-
|
|
input:
|
|
bytes: [ 0x11, 0xfb, 0x9c, 0x76 ]
|
|
arch: "CS_ARCH_LOONGARCH"
|
|
options: [ "CS_MODE_LOONGARCH64" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "xvfrecip.d $xr17, $xr24"
|
|
-
|
|
input:
|
|
bytes: [ 0x03, 0x16, 0x9d, 0x76 ]
|
|
arch: "CS_ARCH_LOONGARCH"
|
|
options: [ "CS_MODE_LOONGARCH64" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "xvfrecipe.s $xr3, $xr16"
|
|
-
|
|
input:
|
|
bytes: [ 0x11, 0x1b, 0x9d, 0x76 ]
|
|
arch: "CS_ARCH_LOONGARCH"
|
|
options: [ "CS_MODE_LOONGARCH64" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "xvfrecipe.d $xr17, $xr24"
|