[PATCH] D91775: [AArch64] Adding the v8.7-A LD64B/ST64B Accelerator extension

Lucas Prates via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 19 02:07:22 PST 2020


pratlucas created this revision.
Herald added subscribers: llvm-commits, danielkiss, hiraditya, kristof.beyls.
Herald added a project: LLVM.
pratlucas requested review of this revision.

This adds support for the v8.7-A LD64B/ST64B Accelerator extension
through a subtarget feature called "ls64". It adds four 64-byte
load/store instructions with an operand in the new GPR64x8 register
class, and one system register that's part of the same extension.

Based on patches written by Simon Tatham.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D91775

Files:
  llvm/lib/Target/AArch64/AArch64.td
  llvm/lib/Target/AArch64/AArch64InstrFormats.td
  llvm/lib/Target/AArch64/AArch64InstrInfo.td
  llvm/lib/Target/AArch64/AArch64Subtarget.h
  llvm/lib/Target/AArch64/AArch64SystemOperands.td
  llvm/lib/Target/AArch64/Disassembler/AArch64Disassembler.cpp
  llvm/test/MC/AArch64/armv8.7a-ls64.s
  llvm/test/MC/Disassembler/AArch64/armv8.7a-ls64.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91775.306347.patch
Type: text/x-patch
Size: 9022 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201119/9fd142c2/attachment.bin>


More information about the llvm-commits mailing list