Merge commit '802798ce3c8baa4697120580f87bc1ee377306d3' as 'external/capstone'
This commit is contained in:
@@ -0,0 +1,120 @@
|
||||
test_cases:
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xff, 0x9f, 0x2c, 0x05 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_ONLY_OFFSET_BRANCH", "aarch64", "sve" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "splice z31.b, p7, z31.b, z31.b"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xff, 0x9f, 0x6c, 0x05 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_ONLY_OFFSET_BRANCH", "aarch64", "sve" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "splice z31.h, p7, z31.h, z31.h"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xff, 0x9f, 0xac, 0x05 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_ONLY_OFFSET_BRANCH", "aarch64", "sve" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "splice z31.s, p7, z31.s, z31.s"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xff, 0x9f, 0xec, 0x05 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_ONLY_OFFSET_BRANCH", "aarch64", "sve" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "splice z31.d, p7, z31.d, 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, 0x9f, 0xec, 0x05 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_ONLY_OFFSET_BRANCH", "aarch64", "sve" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "splice z4.d, p7, z4.d, z31.d"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xff, 0x9f, 0x2c, 0x05 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_ONLY_OFFSET_BRANCH", "aarch64", "sme" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "splice z31.b, p7, z31.b, z31.b"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xff, 0x9f, 0x6c, 0x05 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_ONLY_OFFSET_BRANCH", "aarch64", "sme" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "splice z31.h, p7, z31.h, z31.h"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xff, 0x9f, 0xac, 0x05 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_ONLY_OFFSET_BRANCH", "aarch64", "sme" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "splice z31.s, p7, z31.s, z31.s"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xff, 0x9f, 0xec, 0x05 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_ONLY_OFFSET_BRANCH", "aarch64", "sme" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "splice z31.d, p7, z31.d, 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, 0x9f, 0xec, 0x05 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_ONLY_OFFSET_BRANCH", "aarch64", "sme" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "splice z4.d, p7, z4.d, z31.d"
|
||||
Reference in New Issue
Block a user