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/srarn.s.yaml
vendored
Normal file
28
thirdparty/capstone/tests/MC/LoongArch/srarn.s.yaml
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
test_cases:
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x92, 0xbe, 0xfa, 0x74 ]
|
||||
arch: "CS_ARCH_LOONGARCH"
|
||||
options: [ "CS_MODE_LOONGARCH64" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "xvsrarn.b.h $xr18, $xr20, $xr15"
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x2c, 0x10, 0xfb, 0x74 ]
|
||||
arch: "CS_ARCH_LOONGARCH"
|
||||
options: [ "CS_MODE_LOONGARCH64" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "xvsrarn.h.w $xr12, $xr1, $xr4"
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x49, 0xea, 0xfb, 0x74 ]
|
||||
arch: "CS_ARCH_LOONGARCH"
|
||||
options: [ "CS_MODE_LOONGARCH64" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "xvsrarn.w.d $xr9, $xr18, $xr26"
|
Reference in New Issue
Block a user