[valgrind] [Bug 429375] PPC ISA 3.1 support is missing, part 9

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

[valgrind] [Bug 429375] PPC ISA 3.1 support is missing, part 9

2020-11-19 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=429375 --- Comment #1 from Carl Love --- Created attachment 133479 --> https://bugs.kde.org/attachment.cgi?id=133479=edit test cases for VSX-PCV generate operations Add test cases -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 429375] New: PPC ISA 3.1 support is missing, part 9

2020-11-19 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=429375 Bug ID: 429375 Summary: PPC ISA 3.1 support is missing, part 9 Product: valgrind Version: unspecified Platform: Other OS: Linux Status: REPORTED Severity:

[valgrind] [Bug 429354] PPC ISA 3.1 support is missing, part 8

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

[valgrind] [Bug 429352] PPC ISA 3.1 support is missing, part 7

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

[valgrind] [Bug 427404] PPC ISA 3.1 support is missing, part 6

2020-11-19 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=427404 --- Comment #23 from Carl Love --- Next set of patches is in bugzilla 429352. -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 427404] PPC ISA 3.1 support is missing, part 6

2020-11-19 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=427404 --- Comment #22 from Carl Love --- Committed patch to fux the xscvhpdp assembly code issue. commit 025bdca23b2fca0dd68b6077426500237aee85c5 (origin/master, origin/HEAD) Author: Carl Love Date: Thu Nov 12 15:18:23 2020 -0600 PowerPC, fix

[valgrind] [Bug 429352] PPC ISA 3.1 support is missing, part 7

2020-11-19 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=429352 --- Comment #3 from Carl Love --- Part 8 patches are in bugzilla 429354 -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 429354] PPC ISA 3.1 support is missing, part 8

2020-11-19 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=429354 --- Comment #1 from Carl Love --- Created attachment 133462 --> https://bugs.kde.org/attachment.cgi?id=133462=edit Test cases for VSX Mask Manipulation operations Add test case patch -- You are receiving this mail because: You are watching all

[valgrind] [Bug 429354] New: PPC ISA 3.1 support is missing, part 8

2020-11-19 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=429354 Bug ID: 429354 Summary: PPC ISA 3.1 support is missing, part 8 Product: valgrind Version: unspecified Platform: Other OS: Linux Status: REPORTED Severity:

[valgrind] [Bug 429352] PPC ISA 3.1 support is missing, part 7

2020-11-19 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=429352 --- Comment #2 from Carl Love --- This is the 7th bugzilla for the ISA 3.1 Power PC support. The bugzilla for part 6 is 427404. -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 429352] PPC ISA 3.1 support is missing, part 7

2020-11-19 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=429352 --- Comment #1 from Carl Love --- Created attachment 133459 --> https://bugs.kde.org/attachment.cgi?id=133459=edit Test cases for new IOps The test cases -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 429352] New: PPC ISA 3.1 support is missing, part 7

2020-11-19 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=429352 Bug ID: 429352 Summary: PPC ISA 3.1 support is missing, part 7 Product: valgrind Version: unspecified Platform: Other OS: Linux Status: REPORTED Severity:

[valgrind] [Bug 427401] PPC ISA 3.1 support is missing, part 5

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

[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

[valgrind] [Bug 425232] PPC ISA 3.1 support is missing, part 2

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

[valgrind] [Bug 427404] PPC ISA 3.1 support is missing, part 6

2020-11-12 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=427404 --- Comment #20 from Carl Love --- Created attachment 133275 --> https://bugs.kde.org/attachment.cgi?id=133275=edit Fix for the xscvhpdp assembler line issue The fix in comment 17 took care of the issues for non-Power platforms. Unfortunat

[valgrind] [Bug 427404] PPC ISA 3.1 support is missing, part 6

2020-11-11 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=427404 --- Comment #19 from Carl Love --- Function conv_f16_to_double() uses instruction xscvhpdp which is an ISA 3.1 instruction. The function is used in the ISA 3.1 instruction support. I will work on a fix. -- You are receiving this mail because: You

[valgrind] [Bug 427404] PPC ISA 3.1 support is missing, part 6

2020-11-10 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=427404 --- Comment #17 from Carl Love --- The following commit was made to fix an issue with the functional support ISA 3.1 for reduced precision outer product operations support. https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h

[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 427404] PPC ISA 3.1 support is missing, part 6

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

[valgrind] [Bug 427401] PPC ISA 3.1 support is missing, part 5

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

[valgrind] [Bug 427404] PPC ISA 3.1 support is missing, part 6

2020-11-10 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=427404 Carl Love changed: What|Removed |Added Status|REPORTED|CONFIRMED Ever confirmed|0

[valgrind] [Bug 427404] PPC ISA 3.1 support is missing, part 6

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

[valgrind] [Bug 427404] PPC ISA 3.1 support is missing, part 6

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

[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 com

[valgrind] [Bug 427404] PPC ISA 3.1 support is missing, part 6

2020-11-05 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=427404 Carl Love changed: What|Removed |Added Attachment #133058|0 |1 is obsolete

[valgrind] [Bug 427404] PPC ISA 3.1 support is missing, part 6

2020-11-05 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=427404 --- Comment #12 from Carl Love --- Created attachment 133068 --> https://bugs.kde.org/attachment.cgi?id=133068=edit Changes to make the setup_fxstate_struct() more precise. The following changes were made to the Functional support ISA

[valgrind] [Bug 427404] PPC ISA 3.1 support is missing, part 6

2020-11-05 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=427404 Carl Love changed: What|Removed |Added Attachment #132844|0 |1 is obsolete

[valgrind] [Bug 427404] PPC ISA 3.1 support is missing, part 6

2020-10-28 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=427404 Carl Love changed: What|Removed |Added Attachment #132743|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 #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 427404] PPC ISA 3.1 support is missing, part 6

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

[valgrind] [Bug 427404] PPC ISA 3.1 support is missing, part 6

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

[valgrind] [Bug 426123] PPC ISA 3.1 support is missing, part 3

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

[valgrind] [Bug 425232] PPC ISA 3.1 support is missing, part 2

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

[valgrind] [Bug 427404] PPC ISA 3.1 support is missing, part 6

2020-10-06 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=427404 Carl Love changed: What|Removed |Added CC||will_schm...@vnet.ibm.com --- Comment #4 from Carl

[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 427401] PPC ISA 3.1 support is missing, part 5

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

[valgrind] [Bug 427404] PPC ISA 3.1 support is missing, part 6

2020-10-06 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=427404 --- Comment #3 from Carl Love --- Created attachment 132182 --> https://bugs.kde.org/attachment.cgi?id=132182=edit Funtional support ISA 3.1 for reduced precision outer product operations -- You are receiving this mail because: You are watching

[valgrind] [Bug 427404] PPC ISA 3.1 support is missing, part 6

2020-10-06 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=427404 --- Comment #2 from Carl Love --- Created attachment 132181 --> https://bugs.kde.org/attachment.cgi?id=132181=edit testsuite support for the reduced precision outer product operations -- You are receiving this mail because: You are watching all

[valgrind] [Bug 427404] PPC ISA 3.1 support is missing, part 6

2020-10-06 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=427404 --- Comment #1 from Carl Love --- Created attachment 132180 --> https://bugs.kde.org/attachment.cgi?id=132180=edit Functional support fix -- 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 #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 427404] New: PPC ISA 3.1 support is missing, part 6

2020-10-06 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=427404 Bug ID: 427404 Summary: PPC ISA 3.1 support is missing, part 6 Product: valgrind Version: unspecified Platform: Other OS: Linux Status: REPORTED Severity:

[valgrind] [Bug 427401] PPC ISA 3.1 support is missing, part 5

2020-10-06 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=427401 --- Comment #6 from Carl Love --- Created attachment 132177 --> https://bugs.kde.org/attachment.cgi?id=132177=edit Functional support for ISA 3.1 VSX Load Store rightmost element operations -- You are receiving this mail because: You are watch

[valgrind] [Bug 427401] PPC ISA 3.1 support is missing, part 5

2020-10-06 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=427401 --- Comment #5 from Carl Love --- Created attachment 132176 --> https://bugs.kde.org/attachment.cgi?id=132176=edit Functional support for ISA 3.1 Test LSB by byte operations -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 427401] PPC ISA 3.1 support is missing, part 5

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

[valgrind] [Bug 427401] PPC ISA 3.1 support is missing, part 5

2020-10-06 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=427401 --- Comment #3 from Carl Love --- Created attachment 132174 --> https://bugs.kde.org/attachment.cgi?id=132174=edit testsuite support for VSX load store rightmost element operations -- You are receiving this mail because: You are watching all

[valgrind] [Bug 427401] PPC ISA 3.1 support is missing, part 5

2020-10-06 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=427401 --- Comment #2 from Carl Love --- Created attachment 132173 --> https://bugs.kde.org/attachment.cgi?id=132173=edit testsuite support for Test LSB by Byte operations -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 427401] PPC ISA 3.1 support is missing, part 5

2020-10-06 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=427401 --- Comment #1 from Carl Love --- Created attachment 132172 --> https://bugs.kde.org/attachment.cgi?id=132172=edit testsuite support for string operations -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 427401] New: PPC ISA 3.1 support is missing, part 5

2020-10-06 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=427401 Bug ID: 427401 Summary: PPC ISA 3.1 support is missing, part 5 Product: valgrind Version: unspecified Platform: Other OS: Linux Status: REPORTED Severity:

[valgrind] [Bug 426123] PPC ISA 3.1 support is missing, part 3

2020-10-06 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=426123 --- Comment #9 from Carl Love --- Patches for part 4 of the ISA 3.1 support are in https://bugs.kde.org/show_bug.cgi?id=427400 -- 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

[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

[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 watch

[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.

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

2020-10-06 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=427400 Bug ID: 427400 Summary: PPC ISA 3.1 support is missing, part 4 Product: valgrind Version: unspecified Platform: Other OS: Linux Status: REPORTED Severity:

[valgrind] [Bug 426123] PPC ISA 3.1 support is missing, part 3

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

[valgrind] [Bug 425232] PPC ISA 3.1 support is missing, part 2

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

[valgrind] [Bug 425232] PPC ISA 3.1 support is missing, part 2

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

[valgrind] [Bug 425232] PPC ISA 3.1 support is missing, part 2

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

[valgrind] [Bug 425232] PPC ISA 3.1 support is missing, part 2

2020-10-06 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=425232 --- Comment #31 from Carl Love --- Created attachment 132161 --> https://bugs.kde.org/attachment.cgi?id=132161=edit testsuite support vsx 32-byte storage access instructions Minor changes to the list of tests. -- You are receiving this m

[valgrind] [Bug 425232] PPC ISA 3.1 support is missing, part 2

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

[valgrind] [Bug 425232] PPC ISA 3.1 support is missing, part 2

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

[valgrind] [Bug 426123] PPC ISA 3.1 support is missing, part 3

2020-09-24 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=426123 --- Comment #7 from Carl Love --- Updated the valgrind support and testsuite patches to be consistent with upstream and set 2 changes. These patches apply cleanly on top of set 2 patches. The patches have been retested on Power 9 LE and Power 8

[valgrind] [Bug 426123] PPC ISA 3.1 support is missing, part 3

2020-09-24 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=426123 Carl Love changed: What|Removed |Added Attachment #131371|0 |1 is obsolete

[valgrind] [Bug 426123] PPC ISA 3.1 support is missing, part 3

2020-09-24 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=426123 Carl Love changed: What|Removed |Added Attachment #131370|0 |1 is obsolete

[valgrind] [Bug 425232] PPC ISA 3.1 support is missing, part 2

2020-09-23 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=425232 --- Comment #28 from Carl Love --- Updated the functional patches. The updated patch for the boolean extension instructions includes the changes described in comment 12 which addresses Julian's concerns from comment 12. The testsuite patches were

[valgrind] [Bug 425232] PPC ISA 3.1 support is missing, part 2

2020-09-23 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=425232 Carl Love changed: What|Removed |Added Attachment #130796|0 |1 is obsolete

[valgrind] [Bug 425232] PPC ISA 3.1 support is missing, part 2

2020-09-23 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=425232 Carl Love changed: What|Removed |Added Attachment #130794|0 |1 is obsolete

[valgrind] [Bug 425232] PPC ISA 3.1 support is missing, part 2

2020-09-23 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=425232 Carl Love changed: What|Removed |Added Attachment #130795|0 |1 is obsolete

[valgrind] [Bug 425232] PPC ISA 3.1 support is missing, part 2

2020-09-23 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=425232 Carl Love changed: What|Removed |Added Attachment #130793|0 |1 is obsolete

[valgrind] [Bug 425232] PPC ISA 3.1 support is missing, part 2

2020-09-23 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=425232 Carl Love changed: What|Removed |Added Attachment #130792|0 |1 is obsolete

[valgrind] [Bug 425232] PPC ISA 3.1 support is missing, part 2

2020-09-23 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=425232 Carl Love changed: What|Removed |Added Attachment #130791|0 |1 is obsolete

[valgrind] [Bug 425232] PPC ISA 3.1 support is missing, part 2

2020-09-23 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=425232 Carl Love changed: What|Removed |Added Attachment #130790|0 |1 is obsolete

[valgrind] [Bug 425232] PPC ISA 3.1 support is missing, part 2

2020-09-23 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=425232 Carl Love changed: What|Removed |Added Attachment #130789|0 |1 is obsolete

[valgrind] [Bug 425232] PPC ISA 3.1 support is missing, part 2

2020-09-22 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=425232 --- Comment #19 from Carl Love --- comment 12 The comment is wrong. That comment should be on the setb instruction. I moved the comment and added comments for the four set instructions in this switch statement as follows: Fix for Add ISA 3.1 Set

[valgrind] [Bug 423195] PPC ISA 3.1 support is missing.

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

[valgrind] [Bug 423195] PPC ISA 3.1 support is missing.

2020-09-22 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=423195 Carl Love changed: What|Removed |Added Status|RESOLVED|CLOSED -- You are receiving this mail because

[valgrind] [Bug 423195] PPC ISA 3.1 support is missing.

2020-09-21 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=423195 --- Comment #35 from Carl Love --- Updated all of the patches to make sure everything is consistent. All of the requested changes were made. Reran the regression test. No regressions found. Will commit the attached patches. -- You are receiving

[valgrind] [Bug 423195] PPC ISA 3.1 support is missing.

2020-09-21 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=423195 Carl Love changed: What|Removed |Added Attachment #130690|0 |1 is obsolete

[valgrind] [Bug 423195] PPC ISA 3.1 support is missing.

2020-09-21 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=423195 Carl Love changed: What|Removed |Added Attachment #131014|0 |1 is obsolete

[valgrind] [Bug 423195] PPC ISA 3.1 support is missing.

2020-09-21 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=423195 Carl Love changed: What|Removed |Added Attachment #130631|0 |1 is obsolete

[valgrind] [Bug 423195] PPC ISA 3.1 support is missing.

2020-09-21 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=423195 Carl Love changed: What|Removed |Added Attachment #130632|0 |1 is obsolete

[valgrind] [Bug 423195] PPC ISA 3.1 support is missing.

2020-09-21 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=423195 Carl Love changed: What|Removed |Added Attachment #130630|0 |1 is obsolete

[valgrind] [Bug 423195] PPC ISA 3.1 support is missing.

2020-09-21 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=423195 --- Comment #29 from Carl Love --- comment 24 There is a comment in the caller of function calculate_prefix_EA() that R must be set to 0 for word instruction. But that is a bit dangerous. So, made sure *R gets set to 0 in the function for word

[valgrind] [Bug 423195] PPC ISA 3.1 support is missing.

2020-09-21 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=423195 --- Comment #28 from Carl Love --- oops effect on determining an unknown instruction. 3) Changed prefixInst to prefix and fixed up one conflict due to the name change. 4) Fixed comment and spelling error. Will update patch once I get

[valgrind] [Bug 423195] PPC ISA 3.1 support is missing.

2020-09-21 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=423195 --- Comment #27 from Carl Love --- comment 25 1) return type for dis_nop_prefix - as requested changed to using an enum for the return value. 2) #define ENABLE_PREFIX_CHECK - This was added as an extra check during development. It was used

[valgrind] [Bug 425232] PPC ISA 3.1 support is missing, part 2

2020-09-02 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=425232 --- Comment #10 from Carl Love --- Correction the third set of patches is in https://bugs.kde.org/show_bug.cgi?id=426123 -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 426123] PPC ISA 3.1 support is missing, part 3

2020-09-02 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=426123 --- Comment #2 from Carl Love --- The previous set of patches is in https://bugs.kde.org/show_bug.cgi?id=425232 -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 425232] PPC ISA 3.1 support is missing, part 2

2020-09-02 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=425232 --- Comment #9 from Carl Love --- The third set of patches is inhttps://bugs.kde.org/show_bug.cgi?id=425232 -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 426123] PPC ISA 3.1 support is missing, part 3

2020-09-02 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=426123 --- Comment #1 from Carl Love --- Created attachment 131371 --> https://bugs.kde.org/attachment.cgi?id=131371=edit Add 3.1 instruction test suite support -- You are receiving this mail because: You are watching all bug changes.

<    1   2   3   4   5   6   7   >