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/pickve2gr.s.yaml
vendored
Normal file
37
thirdparty/capstone/tests/MC/LoongArch/pickve2gr.s.yaml
vendored
Normal file
@@ -0,0 +1,37 @@
|
||||
test_cases:
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x6e, 0xd9, 0xef, 0x76 ]
|
||||
arch: "CS_ARCH_LOONGARCH"
|
||||
options: [ "CS_MODE_LOONGARCH64" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "xvpickve2gr.w $t2, $xr11, 6"
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xc8, 0xe0, 0xef, 0x76 ]
|
||||
arch: "CS_ARCH_LOONGARCH"
|
||||
options: [ "CS_MODE_LOONGARCH64" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "xvpickve2gr.d $a4, $xr6, 0"
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x2c, 0xd0, 0xf3, 0x76 ]
|
||||
arch: "CS_ARCH_LOONGARCH"
|
||||
options: [ "CS_MODE_LOONGARCH64" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "xvpickve2gr.wu $t0, $xr1, 4"
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x0a, 0xe1, 0xf3, 0x76 ]
|
||||
arch: "CS_ARCH_LOONGARCH"
|
||||
options: [ "CS_MODE_LOONGARCH64" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "xvpickve2gr.du $a6, $xr8, 0"
|
Reference in New Issue
Block a user