[PATCH] D17885: [Power9] Implement add-pc, multiply-add, modulo, extend-sign-shift, random number, set bool, and dfp test significance

Chuang-Yu Cheng via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 4 05:45:00 PST 2016


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

This patch implement the following instructions:
  - addpcis subpcis
  - maddhd maddhdu maddld
  - modsw moduw modsd modud
  - darn
  - extswsli extswsli.
  - setb
  - dtstsfi dtstsfiq

Total 15 instructions

http://reviews.llvm.org/D17885

Files:
  lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp
  lib/Target/PowerPC/PPCInstr64Bit.td
  lib/Target/PowerPC/PPCInstrFormats.td
  lib/Target/PowerPC/PPCInstrInfo.td
  lib/Target/PowerPC/README_P9.txt
  test/MC/Disassembler/PowerPC/ppc64-encoding-ext.txt
  test/MC/Disassembler/PowerPC/ppc64-encoding.txt
  test/MC/PowerPC/ppc64-encoding-ext.s
  test/MC/PowerPC/ppc64-encoding.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17885.49821.patch
Type: text/x-patch
Size: 15148 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160304/e4e0138b/attachment.bin>


More information about the llvm-commits mailing list