mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-06-04 08:12:05 +00:00
218 lines
5.2 KiB
YAML
218 lines
5.2 KiB
YAML
test_cases:
|
|
-
|
|
input:
|
|
bytes: [ 0xe2, 0x40, 0x90, 0x74 ]
|
|
arch: "CS_ARCH_LOONGARCH"
|
|
options: [ "CS_MODE_LOONGARCH64" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "xvmulwev.h.b $xr2, $xr7, $xr16"
|
|
-
|
|
input:
|
|
bytes: [ 0x6c, 0x99, 0x90, 0x74 ]
|
|
arch: "CS_ARCH_LOONGARCH"
|
|
options: [ "CS_MODE_LOONGARCH64" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "xvmulwev.w.h $xr12, $xr11, $xr6"
|
|
-
|
|
input:
|
|
bytes: [ 0x10, 0x3f, 0x91, 0x74 ]
|
|
arch: "CS_ARCH_LOONGARCH"
|
|
options: [ "CS_MODE_LOONGARCH64" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "xvmulwev.d.w $xr16, $xr24, $xr15"
|
|
-
|
|
input:
|
|
bytes: [ 0x11, 0x92, 0x91, 0x74 ]
|
|
arch: "CS_ARCH_LOONGARCH"
|
|
options: [ "CS_MODE_LOONGARCH64" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "xvmulwev.q.d $xr17, $xr16, $xr4"
|
|
-
|
|
input:
|
|
bytes: [ 0xf4, 0x74, 0x98, 0x74 ]
|
|
arch: "CS_ARCH_LOONGARCH"
|
|
options: [ "CS_MODE_LOONGARCH64" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "xvmulwev.h.bu $xr20, $xr7, $xr29"
|
|
-
|
|
input:
|
|
bytes: [ 0x0d, 0xc7, 0x98, 0x74 ]
|
|
arch: "CS_ARCH_LOONGARCH"
|
|
options: [ "CS_MODE_LOONGARCH64" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "xvmulwev.w.hu $xr13, $xr24, $xr17"
|
|
-
|
|
input:
|
|
bytes: [ 0x01, 0x7b, 0x99, 0x74 ]
|
|
arch: "CS_ARCH_LOONGARCH"
|
|
options: [ "CS_MODE_LOONGARCH64" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "xvmulwev.d.wu $xr1, $xr24, $xr30"
|
|
-
|
|
input:
|
|
bytes: [ 0xc1, 0xee, 0x99, 0x74 ]
|
|
arch: "CS_ARCH_LOONGARCH"
|
|
options: [ "CS_MODE_LOONGARCH64" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "xvmulwev.q.du $xr1, $xr22, $xr27"
|
|
-
|
|
input:
|
|
bytes: [ 0x8d, 0x33, 0xa0, 0x74 ]
|
|
arch: "CS_ARCH_LOONGARCH"
|
|
options: [ "CS_MODE_LOONGARCH64" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "xvmulwev.h.bu.b $xr13, $xr28, $xr12"
|
|
-
|
|
input:
|
|
bytes: [ 0x1b, 0x9e, 0xa0, 0x74 ]
|
|
arch: "CS_ARCH_LOONGARCH"
|
|
options: [ "CS_MODE_LOONGARCH64" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "xvmulwev.w.hu.h $xr27, $xr16, $xr7"
|
|
-
|
|
input:
|
|
bytes: [ 0xed, 0x44, 0xa1, 0x74 ]
|
|
arch: "CS_ARCH_LOONGARCH"
|
|
options: [ "CS_MODE_LOONGARCH64" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "xvmulwev.d.wu.w $xr13, $xr7, $xr17"
|
|
-
|
|
input:
|
|
bytes: [ 0x89, 0xbe, 0xa1, 0x74 ]
|
|
arch: "CS_ARCH_LOONGARCH"
|
|
options: [ "CS_MODE_LOONGARCH64" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "xvmulwev.q.du.d $xr9, $xr20, $xr15"
|
|
-
|
|
input:
|
|
bytes: [ 0x50, 0x0a, 0x92, 0x74 ]
|
|
arch: "CS_ARCH_LOONGARCH"
|
|
options: [ "CS_MODE_LOONGARCH64" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "xvmulwod.h.b $xr16, $xr18, $xr2"
|
|
-
|
|
input:
|
|
bytes: [ 0x5e, 0xdc, 0x92, 0x74 ]
|
|
arch: "CS_ARCH_LOONGARCH"
|
|
options: [ "CS_MODE_LOONGARCH64" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "xvmulwod.w.h $xr30, $xr2, $xr23"
|
|
-
|
|
input:
|
|
bytes: [ 0x7e, 0x23, 0x93, 0x74 ]
|
|
arch: "CS_ARCH_LOONGARCH"
|
|
options: [ "CS_MODE_LOONGARCH64" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "xvmulwod.d.w $xr30, $xr27, $xr8"
|
|
-
|
|
input:
|
|
bytes: [ 0xb4, 0xbe, 0x93, 0x74 ]
|
|
arch: "CS_ARCH_LOONGARCH"
|
|
options: [ "CS_MODE_LOONGARCH64" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "xvmulwod.q.d $xr20, $xr21, $xr15"
|
|
-
|
|
input:
|
|
bytes: [ 0x53, 0x1f, 0x9a, 0x74 ]
|
|
arch: "CS_ARCH_LOONGARCH"
|
|
options: [ "CS_MODE_LOONGARCH64" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "xvmulwod.h.bu $xr19, $xr26, $xr7"
|
|
-
|
|
input:
|
|
bytes: [ 0x2e, 0x9a, 0x9a, 0x74 ]
|
|
arch: "CS_ARCH_LOONGARCH"
|
|
options: [ "CS_MODE_LOONGARCH64" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "xvmulwod.w.hu $xr14, $xr17, $xr6"
|
|
-
|
|
input:
|
|
bytes: [ 0xd8, 0x52, 0x9b, 0x74 ]
|
|
arch: "CS_ARCH_LOONGARCH"
|
|
options: [ "CS_MODE_LOONGARCH64" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "xvmulwod.d.wu $xr24, $xr22, $xr20"
|
|
-
|
|
input:
|
|
bytes: [ 0xfc, 0x9f, 0x9b, 0x74 ]
|
|
arch: "CS_ARCH_LOONGARCH"
|
|
options: [ "CS_MODE_LOONGARCH64" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "xvmulwod.q.du $xr28, $xr31, $xr7"
|
|
-
|
|
input:
|
|
bytes: [ 0xf8, 0x71, 0xa2, 0x74 ]
|
|
arch: "CS_ARCH_LOONGARCH"
|
|
options: [ "CS_MODE_LOONGARCH64" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "xvmulwod.h.bu.b $xr24, $xr15, $xr28"
|
|
-
|
|
input:
|
|
bytes: [ 0x18, 0x85, 0xa2, 0x74 ]
|
|
arch: "CS_ARCH_LOONGARCH"
|
|
options: [ "CS_MODE_LOONGARCH64" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "xvmulwod.w.hu.h $xr24, $xr8, $xr1"
|
|
-
|
|
input:
|
|
bytes: [ 0x6a, 0x04, 0xa3, 0x74 ]
|
|
arch: "CS_ARCH_LOONGARCH"
|
|
options: [ "CS_MODE_LOONGARCH64" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "xvmulwod.d.wu.w $xr10, $xr3, $xr1"
|
|
-
|
|
input:
|
|
bytes: [ 0xef, 0x89, 0xa3, 0x74 ]
|
|
arch: "CS_ARCH_LOONGARCH"
|
|
options: [ "CS_MODE_LOONGARCH64" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "xvmulwod.q.du.d $xr15, $xr15, $xr2"
|