[PATCH] D62672: [ARM] Add MVE vector shift instructions.
Simon Tatham via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 30 08:21:01 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 saturating and non-saturating shifts, both with
immediate shift count and with the shift counts given by another
vector register; VSHLC (in which the bits shifted out of each active
vector lane are shifted in to the next active lane); and also VMOVL,
which is enough like an immediate shift that it didn't fit too badly
in this category.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D62672
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/lib/Target/ARM/MCTargetDesc/ARMMCCodeEmitter.cpp
llvm/test/MC/ARM/mve-shifts.s
llvm/test/MC/Disassembler/ARM/mve-shifts.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62672.202207.patch
Type: text/x-patch
Size: 75942 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190530/0b19cc9f/attachment-0001.bin>
More information about the llvm-commits
mailing list