[PATCH] D84384: [PowerPC][Power10] Add Vector Extract Double Instruction Definitions and MC tests

Biplob Mishra via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 22 23:06:20 PDT 2020


biplmish created this revision.
biplmish added reviewers: nemanjai, amyk, steven.zhang, lei, PowerPC.
Herald added subscribers: shchenz, wuzish, kbarton, hiraditya.
Herald added a project: LLVM.

This patch adds the td definitions and asm/disasm tests for the following instructions:

Vector Extract Double Left Index - vextdubvlx, vextduhvlx, vextduwvlx, vextddvlx
Vector Extract Double Right Index - vextdubvrx, vextduhvrx, vextduwvrx, vextddvrx


https://reviews.llvm.org/D84384

Files:
  llvm/lib/Target/PowerPC/PPCInstrPrefix.td
  llvm/test/MC/Disassembler/PowerPC/ppc64-encoding-ISA31.txt
  llvm/test/MC/PowerPC/ppc64-encoding-ISA31.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D84384.280031.patch
Type: text/x-patch
Size: 5515 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200723/9f3d57f5/attachment-0001.bin>


More information about the llvm-commits mailing list