[PATCH] D62674: [ARM] Add a batch of MVE integer instructions.

Simon Tatham via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 30 08:21:29 PDT 2019


simon_tatham created this revision.
simon_tatham added reviewers: dmgreen, samparker, SjoerdMeijer, t.p.northover.
Herald added subscribers: llvm-commits, hiraditya, kristof.beyls, javed.absar.
Herald added a project: LLVM.

This includes integer arithmetic of various kinds (add/sub/multiply,
saturating and not), and the VMOVs that load an immediate into all
lanes of a vector.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D62674

Files:
  llvm/lib/Target/ARM/ARMInstrMVE.td
  llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
  llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp
  llvm/test/MC/ARM/mve-integer.s
  llvm/test/MC/Disassembler/ARM/mve-integer.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62674.202209.patch
Type: text/x-patch
Size: 41158 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190530/87637350/attachment.bin>


More information about the llvm-commits mailing list