[PATCH] D62678: [ARM] Add MVE vector instructions that take a scalar input.

Simon Tatham via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 30 08:22:52 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 adds the `MVE_qDest_rSrc` superclass and all its instances.
Instructions in this category take a scalar register (or register
pair) as one of the inputs, and combine it with each lane of the other
vector input.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D62678

Files:
  llvm/lib/Target/ARM/ARMInstrInfo.td
  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-qdest-rsrc.s
  llvm/test/MC/Disassembler/ARM/mve-qdest-rsrc.txt

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


More information about the llvm-commits mailing list