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:
37
thirdparty/capstone/tests/MC/LoongArch/pcnt.s.yaml
vendored
Normal file
37
thirdparty/capstone/tests/MC/LoongArch/pcnt.s.yaml
vendored
Normal file
@@ -0,0 +1,37 @@
|
||||
test_cases:
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x68, 0x23, 0x9c, 0x76 ]
|
||||
arch: "CS_ARCH_LOONGARCH"
|
||||
options: [ "CS_MODE_LOONGARCH64" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "xvpcnt.b $xr8, $xr27"
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x8c, 0x24, 0x9c, 0x76 ]
|
||||
arch: "CS_ARCH_LOONGARCH"
|
||||
options: [ "CS_MODE_LOONGARCH64" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "xvpcnt.h $xr12, $xr4"
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xff, 0x2a, 0x9c, 0x76 ]
|
||||
arch: "CS_ARCH_LOONGARCH"
|
||||
options: [ "CS_MODE_LOONGARCH64" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "xvpcnt.w $xr31, $xr23"
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x9a, 0x2d, 0x9c, 0x76 ]
|
||||
arch: "CS_ARCH_LOONGARCH"
|
||||
options: [ "CS_MODE_LOONGARCH64" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "xvpcnt.d $xr26, $xr12"
|
Reference in New Issue
Block a user