Initial Commit

This commit is contained in:
Sajid
2024-09-07 18:00:09 +06:00
commit 0f9a53f75a
3352 changed files with 1563708 additions and 0 deletions

View File

@@ -0,0 +1,37 @@
test_cases:
-
input:
bytes: [ 0x95, 0xa3, 0x92, 0x77 ]
arch: "CS_ARCH_LOONGARCH"
options: [ "CS_MODE_LOONGARCH64" ]
expected:
insns:
-
asm_text: "xvshuf4i.b $xr21, $xr28, 0xa8"
-
input:
bytes: [ 0x72, 0x58, 0x94, 0x77 ]
arch: "CS_ARCH_LOONGARCH"
options: [ "CS_MODE_LOONGARCH64" ]
expected:
insns:
-
asm_text: "xvshuf4i.h $xr18, $xr3, 0x16"
-
input:
bytes: [ 0x20, 0x4b, 0x99, 0x77 ]
arch: "CS_ARCH_LOONGARCH"
options: [ "CS_MODE_LOONGARCH64" ]
expected:
insns:
-
asm_text: "xvshuf4i.w $xr0, $xr25, 0x52"
-
input:
bytes: [ 0x98, 0x8c, 0x9d, 0x77 ]
arch: "CS_ARCH_LOONGARCH"
options: [ "CS_MODE_LOONGARCH64" ]
expected:
insns:
-
asm_text: "xvshuf4i.d $xr24, $xr4, 0x63"