[AArch64][SME] Add ldr and str instructions
authorCullen Rhodes <cullen.rhodes@arm.com>
Wed, 21 Jul 2021 07:51:22 +0000 (07:51 +0000)
committerCullen Rhodes <cullen.rhodes@arm.com>
Wed, 21 Jul 2021 08:17:13 +0000 (08:17 +0000)
commit6c32cfe85c7827d356eccb8c9abdb395eda2c9cb
tree82989f189810017f3a30aa3c19609f19b312744a
parenta31f6d2ccf6ed23c2723544f6a8cb6506c28475e
[AArch64][SME] Add ldr and str instructions

The reference can be found here:
https://developer.arm.com/documentation/ddi0602/2021-06

Reviewed By: kmclaughlin

Differential Revision: https://reviews.llvm.org/D105573
llvm/lib/Target/AArch64/AArch64SMEInstrInfo.td
llvm/lib/Target/AArch64/Disassembler/AArch64Disassembler.cpp
llvm/lib/Target/AArch64/SMEInstrFormats.td
llvm/test/MC/AArch64/SME/ldr-diagnostics.s [new file with mode: 0644]
llvm/test/MC/AArch64/SME/ldr.s [new file with mode: 0644]
llvm/test/MC/AArch64/SME/str-diagnostics.s [new file with mode: 0644]
llvm/test/MC/AArch64/SME/str.s [new file with mode: 0644]