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,120 @@
test_cases:
-
input:
bytes: [ 0x20, 0x80, 0x9f, 0x84 ]
arch: "CS_ARCH_AARCH64"
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve2" ]
expected:
insns:
-
asm_text: "ldnt1sh { z0.s }, p0/z, [z1.s]"
-
input:
bytes: [ 0xff, 0x9f, 0x9f, 0x84 ]
arch: "CS_ARCH_AARCH64"
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve2" ]
expected:
insns:
-
asm_text: "ldnt1sh { z31.s }, p7/z, [z31.s]"
-
input:
bytes: [ 0xff, 0x9f, 0x80, 0x84 ]
arch: "CS_ARCH_AARCH64"
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve2" ]
expected:
insns:
-
asm_text: "ldnt1sh { z31.s }, p7/z, [z31.s, x0]"
-
input:
bytes: [ 0x20, 0x80, 0x9f, 0xc4 ]
arch: "CS_ARCH_AARCH64"
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve2" ]
expected:
insns:
-
asm_text: "ldnt1sh { z0.d }, p0/z, [z1.d]"
-
input:
bytes: [ 0xff, 0x9f, 0x9f, 0xc4 ]
arch: "CS_ARCH_AARCH64"
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve2" ]
expected:
insns:
-
asm_text: "ldnt1sh { z31.d }, p7/z, [z31.d]"
-
input:
bytes: [ 0xff, 0x9f, 0x80, 0xc4 ]
arch: "CS_ARCH_AARCH64"
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve2" ]
expected:
insns:
-
asm_text: "ldnt1sh { z31.d }, p7/z, [z31.d, x0]"
-
input:
bytes: [ 0x20, 0x80, 0x9f, 0x84 ]
arch: "CS_ARCH_AARCH64"
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve2" ]
expected:
insns:
-
asm_text: "ldnt1sh { z0.s }, p0/z, [z1.s]"
-
input:
bytes: [ 0xff, 0x9f, 0x9f, 0x84 ]
arch: "CS_ARCH_AARCH64"
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve2" ]
expected:
insns:
-
asm_text: "ldnt1sh { z31.s }, p7/z, [z31.s]"
-
input:
bytes: [ 0xff, 0x9f, 0x80, 0x84 ]
arch: "CS_ARCH_AARCH64"
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve2" ]
expected:
insns:
-
asm_text: "ldnt1sh { z31.s }, p7/z, [z31.s, x0]"
-
input:
bytes: [ 0x20, 0x80, 0x9f, 0xc4 ]
arch: "CS_ARCH_AARCH64"
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve2" ]
expected:
insns:
-
asm_text: "ldnt1sh { z0.d }, p0/z, [z1.d]"
-
input:
bytes: [ 0xff, 0x9f, 0x9f, 0xc4 ]
arch: "CS_ARCH_AARCH64"
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve2" ]
expected:
insns:
-
asm_text: "ldnt1sh { z31.d }, p7/z, [z31.d]"
-
input:
bytes: [ 0xff, 0x9f, 0x80, 0xc4 ]
arch: "CS_ARCH_AARCH64"
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve2" ]
expected:
insns:
-
asm_text: "ldnt1sh { z31.d }, p7/z, [z31.d, x0]"