mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-06-04 08:12:05 +00:00
38 lines
873 B
YAML
38 lines
873 B
YAML
test_cases:
|
|
-
|
|
input:
|
|
bytes: [ 0x14, 0x2e, 0x22, 0x75 ]
|
|
arch: "CS_ARCH_LOONGARCH"
|
|
options: [ "CS_MODE_LOONGARCH64" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "xvreplve.b $xr20, $xr16, $a7"
|
|
-
|
|
input:
|
|
bytes: [ 0xa0, 0xe2, 0x22, 0x75 ]
|
|
arch: "CS_ARCH_LOONGARCH"
|
|
options: [ "CS_MODE_LOONGARCH64" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "xvreplve.h $xr0, $xr21, $s1"
|
|
-
|
|
input:
|
|
bytes: [ 0x54, 0x4a, 0x23, 0x75 ]
|
|
arch: "CS_ARCH_LOONGARCH"
|
|
options: [ "CS_MODE_LOONGARCH64" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "xvreplve.w $xr20, $xr18, $t6"
|
|
-
|
|
input:
|
|
bytes: [ 0x64, 0xdc, 0x23, 0x75 ]
|
|
arch: "CS_ARCH_LOONGARCH"
|
|
options: [ "CS_MODE_LOONGARCH64" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "xvreplve.d $xr4, $xr3, $s0"
|