802798ce3c
git-subtree-dir: external/capstone git-subtree-split: e46f64fadb351e9ecd05264fab26f2772feb0994
61 lines
1.4 KiB
YAML
61 lines
1.4 KiB
YAML
test_cases:
|
|
-
|
|
input:
|
|
bytes: [ 0x5f, 0x86, 0x0c, 0xd5 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_ONLY_OFFSET_BRANCH", "aarch64", "tlbiw", "xs" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "tlbi vmallws2e1"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x5f, 0x82, 0x0c, 0xd5 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_ONLY_OFFSET_BRANCH", "aarch64", "tlbiw", "xs" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "tlbi vmallws2e1is"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x5f, 0x85, 0x0c, 0xd5 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_ONLY_OFFSET_BRANCH", "aarch64", "tlbiw", "xs" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "tlbi vmallws2e1os"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x5f, 0x96, 0x0c, 0xd5 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_ONLY_OFFSET_BRANCH", "aarch64", "tlbiw", "xs" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "tlbi vmallws2e1nxs"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x5f, 0x92, 0x0c, 0xd5 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_ONLY_OFFSET_BRANCH", "aarch64", "tlbiw", "xs" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "tlbi vmallws2e1isnxs"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x5f, 0x95, 0x0c, 0xd5 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_ONLY_OFFSET_BRANCH", "aarch64", "tlbiw", "xs" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "tlbi vmallws2e1osnxs"
|