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/srarni.s.yaml
vendored
Normal file
37
thirdparty/capstone/tests/MC/LoongArch/srarni.s.yaml
vendored
Normal file
@@ -0,0 +1,37 @@
|
||||
test_cases:
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xf5, 0x7f, 0x5c, 0x77 ]
|
||||
arch: "CS_ARCH_LOONGARCH"
|
||||
options: [ "CS_MODE_LOONGARCH64" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "xvsrarni.b.h $xr21, $xr31, 0xf"
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xc4, 0xe6, 0x5c, 0x77 ]
|
||||
arch: "CS_ARCH_LOONGARCH"
|
||||
options: [ "CS_MODE_LOONGARCH64" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "xvsrarni.h.w $xr4, $xr22, 0x19"
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x18, 0xa5, 0x5d, 0x77 ]
|
||||
arch: "CS_ARCH_LOONGARCH"
|
||||
options: [ "CS_MODE_LOONGARCH64" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "xvsrarni.w.d $xr24, $xr8, 0x29"
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xa7, 0x1c, 0x5e, 0x77 ]
|
||||
arch: "CS_ARCH_LOONGARCH"
|
||||
options: [ "CS_MODE_LOONGARCH64" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "xvsrarni.d.q $xr7, $xr5, 7"
|
Reference in New Issue
Block a user