Merge commit '802798ce3c8baa4697120580f87bc1ee377306d3' as 'external/capstone'
This commit is contained in:
+160
@@ -0,0 +1,160 @@
|
||||
test_cases:
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x00, 0xa0, 0x93, 0x04 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_ONLY_OFFSET_BRANCH", "aarch64", "sve" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "uxth z0.s, p0/m, z0.s"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x00, 0xa0, 0xd3, 0x04 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_ONLY_OFFSET_BRANCH", "aarch64", "sve" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "uxth z0.d, p0/m, z0.d"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xff, 0xbf, 0x93, 0x04 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_ONLY_OFFSET_BRANCH", "aarch64", "sve" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "uxth z31.s, p7/m, z31.s"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xff, 0xbf, 0xd3, 0x04 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_ONLY_OFFSET_BRANCH", "aarch64", "sve" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "uxth z31.d, p7/m, z31.d"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xc4, 0x3c, 0xd0, 0x04 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_ONLY_OFFSET_BRANCH", "aarch64", "sve" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "movprfx z4.d, p7/z, z6.d"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xe4, 0xbf, 0xd3, 0x04 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_ONLY_OFFSET_BRANCH", "aarch64", "sve" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "uxth z4.d, p7/m, z31.d"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xc4, 0xbc, 0x20, 0x04 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_ONLY_OFFSET_BRANCH", "aarch64", "sve" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "movprfx z4, z6"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xe4, 0xbf, 0xd3, 0x04 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_ONLY_OFFSET_BRANCH", "aarch64", "sve" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "uxth z4.d, p7/m, z31.d"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x00, 0xa0, 0x93, 0x04 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_ONLY_OFFSET_BRANCH", "aarch64", "sme" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "uxth z0.s, p0/m, z0.s"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x00, 0xa0, 0xd3, 0x04 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_ONLY_OFFSET_BRANCH", "aarch64", "sme" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "uxth z0.d, p0/m, z0.d"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xff, 0xbf, 0x93, 0x04 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_ONLY_OFFSET_BRANCH", "aarch64", "sme" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "uxth z31.s, p7/m, z31.s"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xff, 0xbf, 0xd3, 0x04 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_ONLY_OFFSET_BRANCH", "aarch64", "sme" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "uxth z31.d, p7/m, z31.d"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xc4, 0x3c, 0xd0, 0x04 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_ONLY_OFFSET_BRANCH", "aarch64", "sme" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "movprfx z4.d, p7/z, z6.d"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xe4, 0xbf, 0xd3, 0x04 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_ONLY_OFFSET_BRANCH", "aarch64", "sme" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "uxth z4.d, p7/m, z31.d"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xc4, 0xbc, 0x20, 0x04 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_ONLY_OFFSET_BRANCH", "aarch64", "sme" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "movprfx z4, z6"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xe4, 0xbf, 0xd3, 0x04 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_ONLY_OFFSET_BRANCH", "aarch64", "sme" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "uxth z4.d, p7/m, z31.d"
|
||||
Reference in New Issue
Block a user