[PATCH] D18032: Power 9 Atomic instructions, load monitored and move XER to CR
Nemanja Ivanovic via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 10 02:46:26 PST 2016
nemanjai created this revision.
nemanjai added reviewers: kbarton, hfinkel, cycheng, amehsan.
nemanjai added a subscriber: llvm-commits.
nemanjai set the repository for this revision to rL LLVM.
This patch provides the implementation for the following instructions:
lwat,
ldat,
stwat,
stdat,
ldmx
mcrxrx
Repository:
rL LLVM
http://reviews.llvm.org/D18032
Files:
lib/Target/PowerPC/PPC.td
lib/Target/PowerPC/PPCInstr64Bit.td
lib/Target/PowerPC/PPCInstrFormats.td
lib/Target/PowerPC/PPCInstrInfo.td
lib/Target/PowerPC/PPCSubtarget.cpp
lib/Target/PowerPC/PPCSubtarget.h
lib/Target/PowerPC/README_P9.txt
test/MC/Disassembler/PowerPC/ppc64-encoding-bookII.txt
test/MC/Disassembler/PowerPC/ppc64-encoding.txt
test/MC/PowerPC/ppc64-encoding-bookII.s
test/MC/PowerPC/ppc64-encoding.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18032.50254.patch
Type: text/x-patch
Size: 11432 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160310/af79e483/attachment.bin>
More information about the llvm-commits
mailing list