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:
28
thirdparty/capstone/tests/MC/LoongArch/srlrn.s.yaml
vendored
Normal file
28
thirdparty/capstone/tests/MC/LoongArch/srlrn.s.yaml
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
test_cases:
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x24, 0xeb, 0xf8, 0x74 ]
|
||||
arch: "CS_ARCH_LOONGARCH"
|
||||
options: [ "CS_MODE_LOONGARCH64" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "xvsrlrn.b.h $xr4, $xr25, $xr26"
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xb1, 0x04, 0xf9, 0x74 ]
|
||||
arch: "CS_ARCH_LOONGARCH"
|
||||
options: [ "CS_MODE_LOONGARCH64" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "xvsrlrn.h.w $xr17, $xr5, $xr1"
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x3d, 0xc4, 0xf9, 0x74 ]
|
||||
arch: "CS_ARCH_LOONGARCH"
|
||||
options: [ "CS_MODE_LOONGARCH64" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "xvsrlrn.w.d $xr29, $xr1, $xr17"
|
Reference in New Issue
Block a user