mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-07-27 07:23:56 +00:00
Initial Commit
This commit is contained in:
80
thirdparty/capstone/tests/MC/AArch64/SME2/frintp.s.yaml
vendored
Normal file
80
thirdparty/capstone/tests/MC/AArch64/SME2/frintp.s.yaml
vendored
Normal file
@@ -0,0 +1,80 @@
|
||||
test_cases:
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x00, 0xe0, 0xa9, 0xc1 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sme2" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "frintp { z0.s, z1.s }, { z0.s, z1.s }"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x54, 0xe1, 0xa9, 0xc1 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sme2" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "frintp { z20.s, z21.s }, { z10.s, z11.s }"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x96, 0xe1, 0xa9, 0xc1 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sme2" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "frintp { z22.s, z23.s }, { z12.s, z13.s }"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xde, 0xe3, 0xa9, 0xc1 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sme2" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "frintp { z30.s, z31.s }, { z30.s, z31.s }"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x00, 0xe0, 0xb9, 0xc1 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sme2" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "frintp { z0.s - z3.s }, { z0.s - z3.s }"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x14, 0xe1, 0xb9, 0xc1 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sme2" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "frintp { z20.s - z23.s }, { z8.s - z11.s }"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x94, 0xe1, 0xb9, 0xc1 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sme2" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "frintp { z20.s - z23.s }, { z12.s - z15.s }"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x9c, 0xe3, 0xb9, 0xc1 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sme2" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "frintp { z28.s - z31.s }, { z28.s - z31.s }"
|
Reference in New Issue
Block a user