mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-09-14 23:36:45 +00:00
Initial Commit
This commit is contained in:
60
thirdparty/capstone/tests/MC/AArch64/SVE2/stnt1d.s.yaml
vendored
Normal file
60
thirdparty/capstone/tests/MC/AArch64/SVE2/stnt1d.s.yaml
vendored
Normal file
@@ -0,0 +1,60 @@
|
||||
test_cases:
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x20, 0x20, 0x9f, 0xe5 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve2" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "stnt1d { z0.d }, p0, [z1.d]"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xff, 0x3f, 0x9f, 0xe5 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve2" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "stnt1d { z31.d }, p7, [z31.d]"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xff, 0x3f, 0x80, 0xe5 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve2" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "stnt1d { z31.d }, p7, [z31.d, x0]"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x20, 0x20, 0x9f, 0xe5 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve2" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "stnt1d { z0.d }, p0, [z1.d]"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xff, 0x3f, 0x9f, 0xe5 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve2" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "stnt1d { z31.d }, p7, [z31.d]"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xff, 0x3f, 0x80, 0xe5 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve2" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "stnt1d { z31.d }, p7, [z31.d, x0]"
|
Reference in New Issue
Block a user