[valgrind] [Bug 427400] PPC ISA 3.1 support is missing, part 4

2020-11-18 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=427400 Carl Love changed: What|Removed |Added Status|RESOLVED|CLOSED --- Comment #20 from Carl Love --- No

[valgrind] [Bug 427400] PPC ISA 3.1 support is missing, part 4

2020-11-10 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=427400 Carl Love changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution|---

[valgrind] [Bug 427400] PPC ISA 3.1 support is missing, part 4

2020-11-09 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=427400 --- Comment #19 from Carl Love --- Patches committed. ommit cd01d5eb0c4f1d7440c45ed9595fc1ab99165910 (HEAD -> master, origin/master, origin/HEAD) Author: Carl Love Date: Tue Oct 6 12:01:35 2020 -0500 Bit Manipulation Operation tests commit

[valgrind] [Bug 427400] PPC ISA 3.1 support is missing, part 4

2020-11-05 Thread Julian Seward
https://bugs.kde.org/show_bug.cgi?id=427400 --- Comment #18 from Julian Seward --- Looks OK to me. Thanks for the rework. OK to land. -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 427400] PPC ISA 3.1 support is missing, part 4

2020-10-28 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=427400 Carl Love changed: What|Removed |Added Attachment #132822|0 |1 is obsolete||

[valgrind] [Bug 427400] PPC ISA 3.1 support is missing, part 4

2020-10-28 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=427400 Carl Love changed: What|Removed |Added Attachment #132821|0 |1 is obsolete||

[valgrind] [Bug 427400] PPC ISA 3.1 support is missing, part 4

2020-10-27 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=427400 Carl Love changed: What|Removed |Added Attachment #132171|0 |1 is obsolete||

[valgrind] [Bug 427400] PPC ISA 3.1 support is missing, part 4

2020-10-27 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=427400 Carl Love changed: What|Removed |Added Attachment #132820|0 |1 is obsolete||

[valgrind] [Bug 427400] PPC ISA 3.1 support is missing, part 4

2020-10-27 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=427400 Carl Love changed: What|Removed |Added Attachment #132170|0 |1 is obsolete||

[valgrind] [Bug 427400] PPC ISA 3.1 support is missing, part 4

2020-10-27 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=427400 --- Comment #12 from Carl Love --- Follow on. My initial test cases passed but then the regression test had some failures. Looking at the instruction a bit deeper, This instruction uses the mask bits to sort the bits from the source. The src bits

[valgrind] [Bug 427400] PPC ISA 3.1 support is missing, part 4

2020-10-27 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=427400 --- Comment #11 from Carl Love --- Reply to comment 9 I created a test case for the deposit_bits_under_mask_helper() to pass undefined bits. I tested with and without the hack. The hack did reduce the number of positive results as expected. I add

[valgrind] [Bug 427400] PPC ISA 3.1 support is missing, part 4

2020-10-23 Thread Julian Seward
https://bugs.kde.org/show_bug.cgi?id=427400 --- Comment #10 from Julian Seward --- Also I see you have a helper to compute popcount64 (population_count64_helper). You know there are some fairly short IR sequences that will do that in-line, right? Even if you don't want to do use that, and

[valgrind] [Bug 427400] PPC ISA 3.1 support is missing, part 4

2020-10-23 Thread Julian Seward
https://bugs.kde.org/show_bug.cgi?id=427400 --- Comment #9 from Julian Seward --- All 6 patches look good to me .. OK to land. I'm always impressed how many test cases you have! One comment about the helper function deposit_bits_under_mask_helper and its friends, though. The way you have it,

[valgrind] [Bug 427400] PPC ISA 3.1 support is missing, part 4

2020-10-06 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=427400 Carl Love changed: What|Removed |Added CC||will_schm...@vnet.ibm.com -- You are receiving

[valgrind] [Bug 427400] PPC ISA 3.1 support is missing, part 4

2020-10-06 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=427400 --- Comment #8 from Carl Love --- Next set of patches are in https://bugs.kde.org/show_bug.cgi?id=427401 -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 427400] PPC ISA 3.1 support is missing, part 4

2020-10-06 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=427400 --- Comment #7 from Carl Love --- Created attachment 132171 --> https://bugs.kde.org/attachment.cgi?id=132171=edit Functional support for ISA 3.1 Bit manipulation operations -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 427400] PPC ISA 3.1 support is missing, part 4

2020-10-06 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=427400 --- Comment #6 from Carl Love --- Created attachment 132170 --> https://bugs.kde.org/attachment.cgi?id=132170=edit Functional support for ISA 3.1 128-bit Binary integer operations -- You are receiving this mail because: You are watching all bug

[valgrind] [Bug 427400] PPC ISA 3.1 support is missing, part 4

2020-10-06 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=427400 --- Comment #5 from Carl Love --- Created attachment 132169 --> https://bugs.kde.org/attachment.cgi?id=132169=edit Functional support for ISA 3.1 VSX scalar min max compare quad precision -- You are receiving this mail because: You are watching all

[valgrind] [Bug 427400] PPC ISA 3.1 support is missing, part 4

2020-10-06 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=427400 --- Comment #4 from Carl Love --- Created attachment 132168 --> https://bugs.kde.org/attachment.cgi?id=132168=edit testsuite support for bit manipulation opterations -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 427400] PPC ISA 3.1 support is missing, part 4

2020-10-06 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=427400 --- Comment #3 from Carl Love --- Created attachment 132167 --> https://bugs.kde.org/attachment.cgi?id=132167=edit testsuite support for 128-bit binary integer operations -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 427400] PPC ISA 3.1 support is missing, part 4

2020-10-06 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=427400 --- Comment #2 from Carl Love --- Created attachment 132166 --> https://bugs.kde.org/attachment.cgi?id=132166=edit testsuite support for VSX scalar min max compare quad precision operations -- You are receiving this mail because: You are watching

[valgrind] [Bug 427400] PPC ISA 3.1 support is missing, part 4

2020-10-06 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=427400 --- Comment #1 from Carl Love --- Previous set of patchs is in https://bugs.kde.org/show_bug.cgi?id=426123 -- You are receiving this mail because: You are watching all bug changes.