[PATCH] D15916: [Power9] Implement new vector compare instructions

Chuang-Yu Cheng via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 5 23:47:56 PST 2016


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

This change implements the vector compare not equal (zero) group:

  - vcmpneb(.), vcmpneh(.), vcmpnew(.)
  - vcmpnezb(.),  vcmpnezh(.), vcmpnezw(.)

12 instructions.



http://reviews.llvm.org/D15916

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: D15916.44095.patch
Type: text/x-patch
Size: 6223 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160106/81e46d99/attachment.bin>


More information about the llvm-commits mailing list