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:
90
thirdparty/capstone/tests/MC/AArch64/FP8/dot.s.yaml
vendored
Normal file
90
thirdparty/capstone/tests/MC/AArch64/FP8/dot.s.yaml
vendored
Normal file
@@ -0,0 +1,90 @@
|
||||
test_cases:
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x1f, 0xfc, 0x40, 0x0e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "fp8dot2", "+fp8dot4" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "fdot v31.4h, v0.8b, v0.8b"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x1f, 0xfc, 0x5f, 0x4e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "fp8dot2", "+fp8dot4" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "fdot v31.8h, v0.16b, v31.16b"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x00, 0xfc, 0x1f, 0x0e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "fp8dot2", "+fp8dot4" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "fdot v0.2s, v0.8b, v31.8b"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x1f, 0xfc, 0x1f, 0x4e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "fp8dot2", "+fp8dot4" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "fdot v31.4s, v0.16b, v31.16b"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xff, 0x03, 0x4f, 0x0f ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "fp8dot2", "+fp8dot4" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "fdot v31.4h, v31.8b, v15.2b[0]"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xda, 0x02, 0x49, 0x4f ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "fp8dot2", "+fp8dot4" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "fdot v26.8h, v22.16b, v9.2b[0]"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x00, 0x08, 0x7f, 0x4f ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "fp8dot2", "+fp8dot4" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "fdot v0.8h, v0.16b, v15.2b[7]"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x00, 0x00, 0x1f, 0x0f ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "fp8dot2", "+fp8dot4" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "fdot v0.2s, v0.8b, v31.4b[0]"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xe0, 0x0b, 0x20, 0x4f ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "fp8dot2", "+fp8dot4" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "fdot v0.4s, v31.16b, v0.4b[3]"
|
300
thirdparty/capstone/tests/MC/AArch64/FP8/faminmax.s.yaml
vendored
Normal file
300
thirdparty/capstone/tests/MC/AArch64/FP8/faminmax.s.yaml
vendored
Normal file
@@ -0,0 +1,300 @@
|
||||
test_cases:
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xff, 0x1f, 0xdf, 0x0e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "faminmax" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "famax v31.4h, v31.4h, v31.4h"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x1f, 0x1c, 0xdf, 0x0e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "faminmax" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "famax v31.4h, v0.4h, v31.4h"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x00, 0x1c, 0xc0, 0x0e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "faminmax" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "famax v0.4h, v0.4h, v0.4h"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xff, 0x1f, 0xdf, 0x4e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "faminmax" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "famax v31.8h, v31.8h, v31.8h"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xff, 0x1f, 0xc0, 0x4e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "faminmax" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "famax v31.8h, v31.8h, v0.8h"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x00, 0x1c, 0xc0, 0x4e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "faminmax" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "famax v0.8h, v0.8h, v0.8h"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xff, 0xdf, 0xbf, 0x0e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "faminmax" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "famax v31.2s, v31.2s, v31.2s"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x1f, 0xdc, 0xa0, 0x0e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "faminmax" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "famax v31.2s, v0.2s, v0.2s"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x00, 0xdc, 0xa0, 0x0e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "faminmax" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "famax v0.2s, v0.2s, v0.2s"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xff, 0xdf, 0xbf, 0x4e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "faminmax" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "famax v31.4s, v31.4s, v31.4s"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xe0, 0xdf, 0xbf, 0x4e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "faminmax" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "famax v0.4s, v31.4s, v31.4s"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x00, 0xdc, 0xa0, 0x4e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "faminmax" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "famax v0.4s, v0.4s, v0.4s"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xff, 0xdf, 0xff, 0x4e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "faminmax" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "famax v31.2d, v31.2d, v31.2d"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x00, 0xdc, 0xff, 0x4e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "faminmax" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "famax v0.2d, v0.2d, v31.2d"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x00, 0xdc, 0xe0, 0x4e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "faminmax" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "famax v0.2d, v0.2d, v0.2d"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xff, 0x1f, 0xdf, 0x2e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "faminmax" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "famin v31.4h, v31.4h, v31.4h"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x1f, 0x1c, 0xdf, 0x2e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "faminmax" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "famin v31.4h, v0.4h, v31.4h"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x00, 0x1c, 0xc0, 0x2e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "faminmax" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "famin v0.4h, v0.4h, v0.4h"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xff, 0x1f, 0xdf, 0x6e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "faminmax" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "famin v31.8h, v31.8h, v31.8h"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xff, 0x1f, 0xc0, 0x6e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "faminmax" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "famin v31.8h, v31.8h, v0.8h"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x00, 0x1c, 0xc0, 0x6e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "faminmax" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "famin v0.8h, v0.8h, v0.8h"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xff, 0xdf, 0xbf, 0x2e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "faminmax" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "famin v31.2s, v31.2s, v31.2s"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x1f, 0xdc, 0xa0, 0x2e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "faminmax" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "famin v31.2s, v0.2s, v0.2s"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x00, 0xdc, 0xa0, 0x2e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "faminmax" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "famin v0.2s, v0.2s, v0.2s"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xff, 0xdf, 0xbf, 0x6e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "faminmax" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "famin v31.4s, v31.4s, v31.4s"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xe0, 0xdf, 0xbf, 0x6e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "faminmax" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "famin v0.4s, v31.4s, v31.4s"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x00, 0xdc, 0xa0, 0x6e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "faminmax" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "famin v0.4s, v0.4s, v0.4s"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xff, 0xdf, 0xff, 0x6e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "faminmax" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "famin v31.2d, v31.2d, v31.2d"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x00, 0xdc, 0xff, 0x6e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "faminmax" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "famin v0.2d, v0.2d, v31.2d"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x00, 0xdc, 0xe0, 0x6e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "faminmax" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "famin v0.2d, v0.2d, v0.2d"
|
40
thirdparty/capstone/tests/MC/AArch64/FP8/luti2.s.yaml
vendored
Normal file
40
thirdparty/capstone/tests/MC/AArch64/FP8/luti2.s.yaml
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
test_cases:
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x41, 0x10, 0x80, 0x4e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "lut" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "luti2 v1.16b, { v2.16b }, v0[0]"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x9e, 0x72, 0x9f, 0x4e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "lut" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "luti2 v30.16b, { v20.16b }, v31[3]"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x41, 0x00, 0xc0, 0x4e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "lut" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "luti2 v1.8h, { v2.8h }, v0[0]"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x9e, 0x72, 0xdf, 0x4e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "lut" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "luti2 v30.8h, { v20.8h }, v31[7]"
|
40
thirdparty/capstone/tests/MC/AArch64/FP8/luti4.s.yaml
vendored
Normal file
40
thirdparty/capstone/tests/MC/AArch64/FP8/luti4.s.yaml
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
test_cases:
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x41, 0x20, 0x40, 0x4e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "lut" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "luti4 v1.16b, { v2.16b }, v0[0]"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x9e, 0x62, 0x5f, 0x4e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "lut" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "luti4 v30.16b, { v20.16b }, v31[1]"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x41, 0x10, 0x40, 0x4e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "lut" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "luti4 v1.8h, { v2.8h, v3.8h }, v0[0]"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x9e, 0x72, 0x5f, 0x4e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "lut" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "luti4 v30.8h, { v20.8h, v21.8h }, v31[3]"
|
510
thirdparty/capstone/tests/MC/AArch64/FP8/miscellaneous-fp8.s.yaml
vendored
Normal file
510
thirdparty/capstone/tests/MC/AArch64/FP8/miscellaneous-fp8.s.yaml
vendored
Normal file
@@ -0,0 +1,510 @@
|
||||
test_cases:
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x00, 0x78, 0xa1, 0x2e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "fp8" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "bf1cvtl v0.8h, v0.8b"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xe0, 0x7b, 0xa1, 0x2e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "fp8" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "bf1cvtl v0.8h, v31.8b"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xff, 0x7b, 0xa1, 0x2e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "fp8" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "bf1cvtl v31.8h, v31.8b"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x00, 0x78, 0xa1, 0x6e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "fp8" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "bf1cvtl2 v0.8h, v0.16b"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xe0, 0x7b, 0xa1, 0x6e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "fp8" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "bf1cvtl2 v0.8h, v31.16b"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xff, 0x7b, 0xa1, 0x6e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "fp8" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "bf1cvtl2 v31.8h, v31.16b"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x00, 0x78, 0xe1, 0x2e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "fp8" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "bf2cvtl v0.8h, v0.8b"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xe0, 0x7b, 0xe1, 0x2e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "fp8" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "bf2cvtl v0.8h, v31.8b"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xff, 0x7b, 0xe1, 0x2e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "fp8" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "bf2cvtl v31.8h, v31.8b"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x00, 0x78, 0xe1, 0x6e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "fp8" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "bf2cvtl2 v0.8h, v0.16b"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xe0, 0x7b, 0xe1, 0x6e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "fp8" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "bf2cvtl2 v0.8h, v31.16b"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xff, 0x7b, 0xe1, 0x6e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "fp8" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "bf2cvtl2 v31.8h, v31.16b"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x00, 0x78, 0x21, 0x2e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "fp8" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "f1cvtl v0.8h, v0.8b"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xe0, 0x7b, 0x21, 0x2e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "fp8" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "f1cvtl v0.8h, v31.8b"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xff, 0x7b, 0x21, 0x2e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "fp8" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "f1cvtl v31.8h, v31.8b"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x00, 0x78, 0x21, 0x6e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "fp8" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "f1cvtl2 v0.8h, v0.16b"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xe0, 0x7b, 0x21, 0x6e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "fp8" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "f1cvtl2 v0.8h, v31.16b"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xff, 0x7b, 0x21, 0x6e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "fp8" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "f1cvtl2 v31.8h, v31.16b"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x00, 0x78, 0x61, 0x2e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "fp8" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "f2cvtl v0.8h, v0.8b"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xe0, 0x7b, 0x61, 0x2e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "fp8" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "f2cvtl v0.8h, v31.8b"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xff, 0x7b, 0x61, 0x2e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "fp8" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "f2cvtl v31.8h, v31.8b"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x00, 0x78, 0x61, 0x6e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "fp8" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "f2cvtl2 v0.8h, v0.16b"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xe0, 0x7b, 0x61, 0x6e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "fp8" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "f2cvtl2 v0.8h, v31.16b"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xff, 0x7b, 0x61, 0x6e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "fp8" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "f2cvtl2 v31.8h, v31.16b"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xff, 0xf7, 0x5f, 0x0e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "fp8" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "fcvtn v31.8b, v31.4h, v31.4h"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x1f, 0xf4, 0x40, 0x0e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "fp8" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "fcvtn v31.8b, v0.4h, v0.4h"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x00, 0xf4, 0x40, 0x0e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "fp8" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "fcvtn v0.8b, v0.4h, v0.4h"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x00, 0xf4, 0x40, 0x4e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "fp8" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "fcvtn v0.16b, v0.8h, v0.8h"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x1f, 0xf4, 0x40, 0x4e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "fp8" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "fcvtn v31.16b, v0.8h, v0.8h"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xff, 0xf7, 0x5f, 0x4e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "fp8" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "fcvtn v31.16b, v31.8h, v31.8h"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x00, 0xf4, 0x00, 0x0e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "fp8" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "fcvtn v0.8b, v0.4s, v0.4s"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xe0, 0xf7, 0x1f, 0x0e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "fp8" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "fcvtn v0.8b, v31.4s, v31.4s"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xff, 0xf7, 0x1f, 0x0e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "fp8" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "fcvtn v31.8b, v31.4s, v31.4s"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x00, 0xf4, 0x00, 0x4e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "fp8" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "fcvtn2 v0.16b, v0.4s, v0.4s"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x00, 0xf4, 0x1f, 0x4e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "fp8" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "fcvtn2 v0.16b, v0.4s, v31.4s"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xff, 0xf7, 0x1f, 0x4e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "fp8" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "fcvtn2 v31.16b, v31.4s, v31.4s"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x00, 0x3c, 0xc0, 0x2e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "fp8" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "fscale v0.4h, v0.4h, v0.4h"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xe0, 0x3f, 0xdf, 0x2e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "fp8" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "fscale v0.4h, v31.4h, v31.4h"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xff, 0x3f, 0xdf, 0x2e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "fp8" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "fscale v31.4h, v31.4h, v31.4h"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x00, 0x3c, 0xc0, 0x6e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "fp8" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "fscale v0.8h, v0.8h, v0.8h"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x1f, 0x3c, 0xc0, 0x6e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "fp8" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "fscale v31.8h, v0.8h, v0.8h"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xff, 0x3f, 0xdf, 0x6e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "fp8" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "fscale v31.8h, v31.8h, v31.8h"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x00, 0xfc, 0xa0, 0x2e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "fp8" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "fscale v0.2s, v0.2s, v0.2s"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x00, 0xfc, 0xbf, 0x2e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "fp8" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "fscale v0.2s, v0.2s, v31.2s"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xff, 0xff, 0xbf, 0x2e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "fp8" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "fscale v31.2s, v31.2s, v31.2s"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x00, 0xfc, 0xa0, 0x6e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "fp8" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "fscale v0.4s, v0.4s, v0.4s"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xe0, 0xff, 0xa0, 0x6e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "fp8" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "fscale v0.4s, v31.4s, v0.4s"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xff, 0xff, 0xbf, 0x6e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "fp8" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "fscale v31.4s, v31.4s, v31.4s"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x00, 0xfc, 0xe0, 0x6e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "fp8" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "fscale v0.2d, v0.2d, v0.2d"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xe0, 0xff, 0xe0, 0x6e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "fp8" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "fscale v0.2d, v31.2d, v0.2d"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xff, 0xff, 0xff, 0x6e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "fp8" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "fscale v31.2d, v31.2d, v31.2d"
|
130
thirdparty/capstone/tests/MC/AArch64/FP8/mla.s.yaml
vendored
Normal file
130
thirdparty/capstone/tests/MC/AArch64/FP8/mla.s.yaml
vendored
Normal file
@@ -0,0 +1,130 @@
|
||||
test_cases:
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x00, 0xfc, 0xc0, 0x0e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "fp8fma" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "fmlalb v0.8h, v0.16b, v0.16b"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xff, 0xff, 0xdf, 0x4e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "fp8fma" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "fmlalt v31.8h, v31.16b, v31.16b"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x00, 0xc4, 0x1f, 0x0e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "fp8fma" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "fmlallbb v0.4s, v0.16b, v31.16b"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xff, 0xc7, 0x40, 0x0e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "fp8fma" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "fmlallbt v31.4s, v31.16b, v0.16b"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xff, 0xc7, 0x00, 0x4e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "fp8fma" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "fmlalltb v31.4s, v31.16b, v0.16b"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x00, 0xc4, 0x5f, 0x4e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "fp8fma" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "fmlalltt v0.4s, v0.16b, v31.16b"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xff, 0xc7, 0x5f, 0x4e ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "fp8fma" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "fmlalltt v31.4s, v31.16b, v31.16b"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x1f, 0x00, 0xc0, 0x0f ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "fp8fma" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "fmlalb v31.8h, v0.16b, v0.b[0]"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x1f, 0x08, 0xf8, 0x4f ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "fp8fma" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "fmlalt v31.8h, v0.16b, v0.b[15]"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x1f, 0x80, 0x07, 0x2f ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "fp8fma" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "fmlallbb v31.4s, v0.16b, v7.b[0]"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x1f, 0x80, 0x47, 0x6f ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "fp8fma" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "fmlalltt v31.4s, v0.16b, v7.b[0]"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xe0, 0x8b, 0x3f, 0x6f ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "fp8fma" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "fmlalltb v0.4s, v31.16b, v7.b[15]"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xe0, 0x8b, 0x78, 0x2f ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "fp8fma" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "fmlallbt v0.4s, v31.16b, v0.b[15]"
|
30
thirdparty/capstone/tests/MC/AArch64/FP8/system-regs.s.yaml
vendored
Normal file
30
thirdparty/capstone/tests/MC/AArch64/FP8/system-regs.s.yaml
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
test_cases:
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x43, 0x44, 0x3b, 0xd5 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "fpmr" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "mrs x3, FPMR"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xe3, 0x04, 0x38, 0xd5 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "fpmr" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "mrs x3, ID_AA64FPFR0_EL1"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x43, 0x44, 0x1b, 0xd5 ]
|
||||
arch: "CS_ARCH_AARCH64"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "fpmr" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "msr FPMR, x3"
|
Reference in New Issue
Block a user