[PATCH] D16110: [Power9] Implement new vsx instructions: quad-precision move, fp-arithmetic

Chuang-Yu Cheng via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 12 05:28:02 PST 2016


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

This change implements the following vsx instructions:
  - quad-precision move
    # xscpsgnqp, xsabsqp, xsnegqp, xsnabsqp
  - quad-precision fp-arithmetic
    # xsaddqp(o) xsdivqp(o) xsmulqp(o) xssqrtqp(o) xssubqp(o)
    # xsmaddqp(o) xsmsubqp(o) xsnmaddqp(o) xsnmsubqp(o)

22 instructions



http://reviews.llvm.org/D16110

Files:
  lib/Target/PowerPC/PPC.td
  lib/Target/PowerPC/PPCInstrFormats.td
  lib/Target/PowerPC/PPCInstrVSX.td
  lib/Target/PowerPC/PPCSubtarget.cpp
  lib/Target/PowerPC/PPCSubtarget.h
  test/MC/Disassembler/PowerPC/vsx.txt
  test/MC/PowerPC/vsx.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16110.44622.patch
Type: text/x-patch
Size: 11717 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160112/a4a0180c/attachment.bin>


More information about the llvm-commits mailing list