[valgrind] [Bug 434840] PPC64 darn instruction not supported

2021-05-06 Thread Will Schmidt
https://bugs.kde.org/show_bug.cgi?id=434840 Will Schmidt changed: What|Removed |Added CC||will_schm...@vnet.ibm.com -- You are receiving

[valgrind] [Bug 434840] PPC64 darn instruction not supported

2021-05-04 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=434840 Carl Love changed: What|Removed |Added Status|RESOLVED|CLOSED -- You are receiving this mail because:

[valgrind] [Bug 434840] PPC64 darn instruction not supported

2021-05-04 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=434840 Carl Love changed: What|Removed |Added Resolution|--- |FIXED Status|REPORTED

[valgrind] [Bug 434840] PPC64 darn instruction not supported

2021-05-04 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=434840 --- Comment #9 from Carl Love --- Patch committed. commit 8afb49abe04a341d60b441c1f09a956aeccf0bbb (HEAD -> master, origin/master, origin/HEAD) Author: Carl Love Date: Mon Mar 22 17:55:05 2021 -0500 PPC64: Add support for the darn instruction

[valgrind] [Bug 434840] PPC64 darn instruction not supported

2021-05-04 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=434840 Carl Love changed: What|Removed |Added Attachment #137204|0 |1 is obsolete||

[valgrind] [Bug 434840] PPC64 darn instruction not supported

2021-05-04 Thread Julian Seward
https://bugs.kde.org/show_bug.cgi?id=434840 --- Comment #7 from Julian Seward --- (In reply to Carl Love from comment #6) > Created attachment 137204 [details] > patch to add darn instruction support +static Int dis_darn ( UInt prefix, UInt theInstr, + + IRExpr** args = mkIRExprVec_1( mkU32(

[valgrind] [Bug 434840] PPC64 darn instruction not supported

2021-03-31 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=434840 Carl Love changed: What|Removed |Added Attachment #136999|0 |1 is obsolete||

[valgrind] [Bug 434840] PPC64 darn instruction not supported

2021-03-29 Thread Julian Seward
https://bugs.kde.org/show_bug.cgi?id=434840 --- Comment #5 from Julian Seward --- (In reply to Carl Love from comment #4) > Created attachment 136999 [details] > patch to add darn instruction support +ULong darn_dirty_helper ( UInt L ) +{ + ... +# else + val = 0xULL; /* error

[valgrind] [Bug 434840] PPC64 darn instruction not supported

2021-03-23 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=434840 Carl Love changed: What|Removed |Added Attachment #136990|0 |1 is obsolete||

[valgrind] [Bug 434840] PPC64 darn instruction not supported

2021-03-23 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=434840 --- Comment #3 from Carl Love --- Argh, I inadvertently added the alternate C code solution. That was for playing. I thought I had removed that. I will change to a dirty helper and get rid of the C code solution. Thanks -- You are receiving

[valgrind] [Bug 434840] PPC64 darn instruction not supported

2021-03-23 Thread Julian Seward
https://bugs.kde.org/show_bug.cgi?id=434840 --- Comment #2 from Julian Seward --- (In reply to Carl Love from comment #1) Handing it off to the hardware via a helper function is the right thing to do. But you can't use a clean helper for this; that breaks the rules for clean helpers. A clean

[valgrind] [Bug 434840] PPC64 darn instruction not supported

2021-03-23 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=434840 --- Comment #1 from Carl Love --- Created attachment 136990 --> https://bugs.kde.org/attachment.cgi?id=136990=edit patch to add darn instruction support The attached patch to add support for the darn instruction uses a clean helper to add the