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:
55
thirdparty/capstone/tests/MC/LoongArch/ssrarn.s.yaml
vendored
Normal file
55
thirdparty/capstone/tests/MC/LoongArch/ssrarn.s.yaml
vendored
Normal file
@@ -0,0 +1,55 @@
|
||||
test_cases:
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xa7, 0x81, 0x02, 0x75 ]
|
||||
arch: "CS_ARCH_LOONGARCH"
|
||||
options: [ "CS_MODE_LOONGARCH64" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "xvssrarn.b.h $xr7, $xr13, $xr0"
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x56, 0x38, 0x03, 0x75 ]
|
||||
arch: "CS_ARCH_LOONGARCH"
|
||||
options: [ "CS_MODE_LOONGARCH64" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "xvssrarn.h.w $xr22, $xr2, $xr14"
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xed, 0xc0, 0x03, 0x75 ]
|
||||
arch: "CS_ARCH_LOONGARCH"
|
||||
options: [ "CS_MODE_LOONGARCH64" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "xvssrarn.w.d $xr13, $xr7, $xr16"
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x84, 0x89, 0x0a, 0x75 ]
|
||||
arch: "CS_ARCH_LOONGARCH"
|
||||
options: [ "CS_MODE_LOONGARCH64" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "xvssrarn.bu.h $xr4, $xr12, $xr2"
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x0f, 0x0f, 0x0b, 0x75 ]
|
||||
arch: "CS_ARCH_LOONGARCH"
|
||||
options: [ "CS_MODE_LOONGARCH64" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "xvssrarn.hu.w $xr15, $xr24, $xr3"
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x3e, 0xa1, 0x0b, 0x75 ]
|
||||
arch: "CS_ARCH_LOONGARCH"
|
||||
options: [ "CS_MODE_LOONGARCH64" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "xvssrarn.wu.d $xr30, $xr9, $xr8"
|
Reference in New Issue
Block a user