FreeBSD Bugzilla – Attachment 177812 Details for
Bug 214904
head -r309179 clang 3.9.0 TARGET_ARCH=powerpc64 buildkernel stops for: rejected assembler notation in hwpmc_e500.c
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for contrib/llvm/lib/Target/PowerPC/PPCInstrInfo.td
file_214904.txt (text/plain), 866 bytes, created by
Mark Millard
on 2016-12-09 02:13:53 UTC
(
hide
)
Description:
patch for contrib/llvm/lib/Target/PowerPC/PPCInstrInfo.td
Filename:
MIME Type:
Creator:
Mark Millard
Created:
2016-12-09 02:13:53 UTC
Size:
866 bytes
patch
obsolete
>Index: /usr/src/contrib/llvm/lib/Target/PowerPC/PPCInstrInfo.td >=================================================================== >--- /usr/src/contrib/llvm/lib/Target/PowerPC/PPCInstrInfo.td (revision 309656) >+++ /usr/src/contrib/llvm/lib/Target/PowerPC/PPCInstrInfo.td (working copy) >@@ -2300,6 +2300,12 @@ > def MFTB : XFXForm_1<31, 371, (outs gprc:$RT), (ins i32imm:$SPR), > "mftb $RT, $SPR", IIC_SprMFTB>; > >+def MFPMR : XFXForm_1<31, 334, (outs gprc:$RT), (ins i32imm:$PMRN), >+ "mfpmr $RT, $PMRN", IIC_IntGeneral>; >+ >+def MTPMR : XFXForm_1<31, 462, (outs), (ins i32imm:$PMRN, gprc:$RS), >+ "mtpmr $PMRN, $RS", IIC_IntGeneral>; >+ > // A pseudo-instruction used to implement the read of the 64-bit cycle counter > // on a 32-bit target. > let hasSideEffects = 1, usesCustomInserter = 1 in
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 214904
: 177812