[PATCH] D15917: [Power9] Implement new vector extract instructions

Chuang-Yu Cheng via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 6 00:18:00 PST 2016


cycheng created this revision.
cycheng added reviewers: hfinkel, kbarton, tjablin.
cycheng added a subscriber: llvm-commits.

This change implements the vector extract instructions:

  - Vector Extract Unsigned: vextractub, vextractuh, vextractuw, vextractd
  - Vector Extract Unsigned Left/Right-Indexed: vextublx, vextubrx, vextuhlx, vextuhrx, vextuwlx, vextuwrx

10 instructions

http://reviews.llvm.org/D15917

Files:
  lib/Target/PowerPC/PPCInstrAltivec.td
  lib/Target/PowerPC/PPCSubtarget.cpp
  lib/Target/PowerPC/PPCSubtarget.h
  test/MC/Disassembler/PowerPC/ppc64-encoding-vmx.txt
  test/MC/PowerPC/ppc64-encoding-vmx.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15917.44096.patch
Type: text/x-patch
Size: 5801 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160106/6be4c203/attachment.bin>


More information about the llvm-commits mailing list