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/sllwil.s.yaml
vendored
Normal file
55
thirdparty/capstone/tests/MC/LoongArch/sllwil.s.yaml
vendored
Normal file
@@ -0,0 +1,55 @@
|
||||
test_cases:
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xad, 0x3a, 0x08, 0x77 ]
|
||||
arch: "CS_ARCH_LOONGARCH"
|
||||
options: [ "CS_MODE_LOONGARCH64" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "xvsllwil.h.b $xr13, $xr21, 6"
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xb4, 0x43, 0x08, 0x77 ]
|
||||
arch: "CS_ARCH_LOONGARCH"
|
||||
options: [ "CS_MODE_LOONGARCH64" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "xvsllwil.w.h $xr20, $xr29, 0"
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x83, 0xe2, 0x08, 0x77 ]
|
||||
arch: "CS_ARCH_LOONGARCH"
|
||||
options: [ "CS_MODE_LOONGARCH64" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "xvsllwil.d.w $xr3, $xr20, 0x18"
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xef, 0x39, 0x0c, 0x77 ]
|
||||
arch: "CS_ARCH_LOONGARCH"
|
||||
options: [ "CS_MODE_LOONGARCH64" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "xvsllwil.hu.bu $xr15, $xr15, 6"
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xb6, 0x43, 0x0c, 0x77 ]
|
||||
arch: "CS_ARCH_LOONGARCH"
|
||||
options: [ "CS_MODE_LOONGARCH64" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "xvsllwil.wu.hu $xr22, $xr29, 0"
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xa3, 0xfc, 0x0c, 0x77 ]
|
||||
arch: "CS_ARCH_LOONGARCH"
|
||||
options: [ "CS_MODE_LOONGARCH64" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "xvsllwil.du.wu $xr3, $xr5, 0x1f"
|
Reference in New Issue
Block a user