mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-07-26 23:13:54 +00:00
Initial Commit
This commit is contained in:
40
thirdparty/capstone/tests/MC/AArch64/FP8_SME2/mopa.s.yaml
vendored
Normal file
40
thirdparty/capstone/tests/MC/AArch64/FP8_SME2/mopa.s.yaml
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
test_cases:
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x08, 0x00, 0xa0, 0x80 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sme-f8f16", "+sme-f8f32" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "fmopa za0.h, p0/m, p0/m, z0.b, z0.b"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xe9, 0xff, 0xbf, 0x80 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sme-f8f16", "+sme-f8f32" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "fmopa za1.h, p7/m, p7/m, z31.b, z31.b"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x00, 0x00, 0xa0, 0x80 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sme-f8f16", "+sme-f8f32" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "fmopa za0.s, p0/m, p0/m, z0.b, z0.b"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xe3, 0xff, 0xbf, 0x80 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sme-f8f16", "+sme-f8f32" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "fmopa za3.s, p7/m, p7/m, z31.b, z31.b"
|
Reference in New Issue
Block a user