diff options
| author | Bryan Chan <bryan.chan@huawei.com> | 2023-05-15 00:54:45 -0400 |
|---|---|---|
| committer | Bryan Chan <bryan.chan@huawei.com> | 2023-05-28 21:08:13 -0400 |
| commit | 9f6250f591057e68c0bda564716b6918b8e39a84 (patch) | |
| tree | 6879605fd26d08b7c90e41e5879a0c55aca8bbdb /lldb/test/API/python_api/function_symbol/TestDisasmAPI.py | |
| parent | 2aef60532f04b879297a72e55a0975854ba38227 (diff) | |
[Clang][AArch64][SME] Add vector load/store (ld1/st1) intrinsics
This patch adds support for the following SME ACLE intrinsics (as defined
in https://arm-software.github.io/acle/main/acle.html):
- svld1_hor_za8 // also for _za16, _za32, _za64 and _za128
- svld1_hor_vnum_za8 // also for _za16, _za32, _za64 and _za128
- svld1_ver_za8 // also for _za16, _za32, _za64 and _za128
- svld1_ver_vnum_za8 // also for _za16, _za32, _za64 and _za128
- svst1_hor_za8 // also for _za16, _za32, _za64 and _za128
- svst1_hor_vnum_za8 // also for _za16, _za32, _za64 and _za128
- svst1_ver_za8 // also for _za16, _za32, _za64 and _za128
- svst1_ver_vnum_za8 // also for _za16, _za32, _za64 and _za128
SveEmitter.cpp is extended to generate arm_sme.h (currently named
arm_sme_draft_spec_subject_to_change.h) and other SME definitions from
arm_sme.td, which is modeled after arm_sve.td. Common TableGen definitions
are moved into arm_sve_sme_incl.td.
Co-authored-by: Sagar Kulkarni <sagar.kulkarni1@huawei.com>
Reviewed By: sdesmalen, kmclaughlin
Differential Revision: https://reviews.llvm.org/D127910
Diffstat (limited to 'lldb/test/API/python_api/function_symbol/TestDisasmAPI.py')
0 files changed, 0 insertions, 0 deletions
