mirror of
https://github.com/SimoneN64/Kaizen.git
synced 2025-04-02 10:41:53 -04:00
37 lines
856 B
YAML
37 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"
|