mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-07-26 23:13:54 +00:00
Initial Commit
This commit is contained in:
73
thirdparty/capstone/tests/MC/LoongArch/pack.s.yaml
vendored
Normal file
73
thirdparty/capstone/tests/MC/LoongArch/pack.s.yaml
vendored
Normal file
@@ -0,0 +1,73 @@
|
||||
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"
|
Reference in New Issue
Block a user