[PATCH] D17929: [Power9] Implement copy-paste, msgsync, slb, and stop instructions

Chuang-Yu Cheng via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 7 06:57:49 PST 2016


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

This patch implements the following BookII and Book III instructions:
  - copy copy_first cp_abort paste paste. paste_last
  - msgsync
  - slbieg slbsync
  - stop

Total 10 instructions

http://reviews.llvm.org/D17929

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/PPCSchedule.td
  lib/Target/PowerPC/README_P9.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: D17929.49958.patch
Type: text/x-patch
Size: 9984 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160307/6b84df9d/attachment.bin>


More information about the llvm-commits mailing list