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/f-memory.s.yaml
vendored
Normal file
37
thirdparty/capstone/tests/MC/LoongArch/f-memory.s.yaml
vendored
Normal file
@@ -0,0 +1,37 @@
|
||||
test_cases:
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xf7, 0xe9, 0x03, 0x2b ]
|
||||
arch: "CS_ARCH_LOONGARCH"
|
||||
options: [ "CS_MODE_LOONGARCH64" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "fld.s $ft15, $t3, 0xfa"
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x7e, 0x9a, 0x43, 0x2b ]
|
||||
arch: "CS_ARCH_LOONGARCH"
|
||||
options: [ "CS_MODE_LOONGARCH64" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "fst.s $fs6, $t7, 0xe6"
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xe1, 0x4d, 0x30, 0x38 ]
|
||||
arch: "CS_ARCH_LOONGARCH"
|
||||
options: [ "CS_MODE_LOONGARCH64" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "fldx.s $fa1, $t3, $t7"
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x7a, 0x58, 0x38, 0x38 ]
|
||||
arch: "CS_ARCH_LOONGARCH"
|
||||
options: [ "CS_MODE_LOONGARCH64" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "fstx.s $fs2, $sp, $fp"
|
Reference in New Issue
Block a user