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:
46
thirdparty/capstone/tests/MC/LoongArch/arm-mov.s.yaml
vendored
Normal file
46
thirdparty/capstone/tests/MC/LoongArch/arm-mov.s.yaml
vendored
Normal file
@@ -0,0 +1,46 @@
|
||||
test_cases:
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xa4, 0x44, 0x36, 0x00 ]
|
||||
arch: "CS_ARCH_LOONGARCH"
|
||||
options: [ "CS_MODE_LOONGARCH64" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "armmove $a0, $a1, 1"
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x9d, 0xc4, 0x3f, 0x00 ]
|
||||
arch: "CS_ARCH_LOONGARCH"
|
||||
options: [ "CS_MODE_LOONGARCH64" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "armmov.w $a0, 1"
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x9e, 0xc4, 0x3f, 0x00 ]
|
||||
arch: "CS_ARCH_LOONGARCH"
|
||||
options: [ "CS_MODE_LOONGARCH64" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "armmov.d $a0, 1"
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x44, 0x04, 0x5c, 0x00 ]
|
||||
arch: "CS_ARCH_LOONGARCH"
|
||||
options: [ "CS_MODE_LOONGARCH64" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "armmfflag $a0, 1"
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x64, 0x04, 0x5c, 0x00 ]
|
||||
arch: "CS_ARCH_LOONGARCH"
|
||||
options: [ "CS_MODE_LOONGARCH64" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "armmtflag $a0, 1"
|
Reference in New Issue
Block a user