mirror of
https://github.com/SimoneN64/Kaizen.git
synced 2025-04-02 10:41:53 -04:00
46 lines
1 KiB
YAML
46 lines
1 KiB
YAML
test_cases:
|
|
-
|
|
input:
|
|
bytes: [ 0x8b, 0x02, 0x07, 0x77 ]
|
|
arch: "CS_ARCH_LOONGARCH"
|
|
options: [ "CS_MODE_LOONGARCH64" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "xvreplve0.b $xr11, $xr20"
|
|
-
|
|
input:
|
|
bytes: [ 0x4d, 0x83, 0x07, 0x77 ]
|
|
arch: "CS_ARCH_LOONGARCH"
|
|
options: [ "CS_MODE_LOONGARCH64" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "xvreplve0.h $xr13, $xr26"
|
|
-
|
|
input:
|
|
bytes: [ 0x88, 0xc1, 0x07, 0x77 ]
|
|
arch: "CS_ARCH_LOONGARCH"
|
|
options: [ "CS_MODE_LOONGARCH64" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "xvreplve0.w $xr8, $xr12"
|
|
-
|
|
input:
|
|
bytes: [ 0x94, 0xe0, 0x07, 0x77 ]
|
|
arch: "CS_ARCH_LOONGARCH"
|
|
options: [ "CS_MODE_LOONGARCH64" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "xvreplve0.d $xr20, $xr4"
|
|
-
|
|
input:
|
|
bytes: [ 0x91, 0xf2, 0x07, 0x77 ]
|
|
arch: "CS_ARCH_LOONGARCH"
|
|
options: [ "CS_MODE_LOONGARCH64" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "xvreplve0.q $xr17, $xr20"
|