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:
46
thirdparty/capstone/tests/MC/LoongArch/replve0.s.yaml
vendored
Normal file
46
thirdparty/capstone/tests/MC/LoongArch/replve0.s.yaml
vendored
Normal file
@@ -0,0 +1,46 @@
|
||||
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"
|
Reference in New Issue
Block a user