2024-09-07 18:15:29 +06:00

74 lines
1.7 KiB
YAML

test_cases:
-
input:
bytes: [ 0x55, 0x20, 0x16, 0x75 ]
arch: "CS_ARCH_LOONGARCH"
options: [ "CS_MODE_LOONGARCH64" ]
expected:
insns:
-
asm_text: "xvpackev.b $xr21, $xr2, $xr8"
-
input:
bytes: [ 0x48, 0x9a, 0x16, 0x75 ]
arch: "CS_ARCH_LOONGARCH"
options: [ "CS_MODE_LOONGARCH64" ]
expected:
insns:
-
asm_text: "xvpackev.h $xr8, $xr18, $xr6"
-
input:
bytes: [ 0xc0, 0x78, 0x17, 0x75 ]
arch: "CS_ARCH_LOONGARCH"
options: [ "CS_MODE_LOONGARCH64" ]
expected:
insns:
-
asm_text: "xvpackev.w $xr0, $xr6, $xr30"
-
input:
bytes: [ 0x20, 0x91, 0x17, 0x75 ]
arch: "CS_ARCH_LOONGARCH"
options: [ "CS_MODE_LOONGARCH64" ]
expected:
insns:
-
asm_text: "xvpackev.d $xr0, $xr9, $xr4"
-
input:
bytes: [ 0xbc, 0x7f, 0x18, 0x75 ]
arch: "CS_ARCH_LOONGARCH"
options: [ "CS_MODE_LOONGARCH64" ]
expected:
insns:
-
asm_text: "xvpackod.b $xr28, $xr29, $xr31"
-
input:
bytes: [ 0x4e, 0x99, 0x18, 0x75 ]
arch: "CS_ARCH_LOONGARCH"
options: [ "CS_MODE_LOONGARCH64" ]
expected:
insns:
-
asm_text: "xvpackod.h $xr14, $xr10, $xr6"
-
input:
bytes: [ 0xb6, 0x0a, 0x19, 0x75 ]
arch: "CS_ARCH_LOONGARCH"
options: [ "CS_MODE_LOONGARCH64" ]
expected:
insns:
-
asm_text: "xvpackod.w $xr22, $xr21, $xr2"
-
input:
bytes: [ 0x32, 0x89, 0x19, 0x75 ]
arch: "CS_ARCH_LOONGARCH"
options: [ "CS_MODE_LOONGARCH64" ]
expected:
insns:
-
asm_text: "xvpackod.d $xr18, $xr9, $xr2"