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/ldrepl.s.yaml
vendored
Normal file
37
thirdparty/capstone/tests/MC/LoongArch/ldrepl.s.yaml
vendored
Normal file
@@ -0,0 +1,37 @@
|
||||
test_cases:
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xb3, 0x92, 0x9d, 0x32 ]
|
||||
arch: "CS_ARCH_LOONGARCH"
|
||||
options: [ "CS_MODE_LOONGARCH64" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "xvldrepl.b $xr19, $r21, 0x764"
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x20, 0xc6, 0x4d, 0x32 ]
|
||||
arch: "CS_ARCH_LOONGARCH"
|
||||
options: [ "CS_MODE_LOONGARCH64" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "xvldrepl.h $xr0, $t5, 0x6e2"
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x4b, 0x0f, 0x2a, 0x32 ]
|
||||
arch: "CS_ARCH_LOONGARCH"
|
||||
options: [ "CS_MODE_LOONGARCH64" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "xvldrepl.w $xr11, $s3, -0x5f4"
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x9c, 0xdd, 0x13, 0x32 ]
|
||||
arch: "CS_ARCH_LOONGARCH"
|
||||
options: [ "CS_MODE_LOONGARCH64" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "xvldrepl.d $xr28, $t0, 0x7b8"
|
Reference in New Issue
Block a user