[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 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 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 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 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 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-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-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 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 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 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 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 #24 from Carl Love --- The gdb support for debugging the user application on Valgrind appears to have been broken by the reduced precision outer product patch. It looks like the addition of the new ACC registers is the issue. Need

[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 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 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] 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 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 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 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 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 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-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 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-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 431157] PPC_FEATURE2_SCV needs to be masked in AT_HWCAP2

2021-01-04 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=431157 --- Comment #1 from Carl Love --- Created attachment 134552 --> https://bugs.kde.org/attachment.cgi?id=134552=edit patch to add support for the scv instruction Please test the attached patch to see if it fixes your issue. Thanks. --

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

2021-01-22 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=429352 --- Comment #7 from Carl Love --- Created attachment 135083 --> https://bugs.kde.org/attachment.cgi?id=135083=edit Fix pcast for existing code Fix for the pasting of the existing Iops: Iop_TruncF128toI64S Iop_TruncF128toI32S Iop_TruncF128toI

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

2021-01-22 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=429352 Carl Love changed: What|Removed |Added Attachment #133458|0 |1 is obsolete

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

2021-01-22 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=429352 --- Comment #8 from Carl Love --- The regression tests with the above reworked functional test and patch to fix the pcasting for the existing Iops pass with no new errors. Note, the test valgrind --tool=memcheck --track-origins=yes ./test_isa_3_1_AT

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

2021-01-25 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=429352 --- Comment #9 from Carl Love --- Created attachment 135176 --> https://bugs.kde.org/attachment.cgi?id=135176=edit Add ACC support into routine get_otrack_shadow_offset_wrk() Looking up the ACC register offset support is miss

[valgrind] [Bug 431157] PPC_FEATURE2_SCV needs to be masked in AT_HWCAP2

2021-01-25 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=431157 --- Comment #13 from Carl Love --- >From discussions with IBM and RedHat, the plan for the short term is mask the HWCAPS2 to force the use of the sc instruction instead of the newer scv0 instruction. I will work on a proper fix to support the s

[valgrind] [Bug 431157] PPC_FEATURE2_SCV needs to be masked in AT_HWCAP2

2021-01-22 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=431157 --- Comment #12 from Carl Love --- The Power support for Valgrind treats the Hardware Transactional Memory (HTM) instructions effectively as NOPs. The transaction begin instruction (tbegin) is always failed in Valgrind causing the code to execute

[valgrind] [Bug 431157] PPC_FEATURE2_SCV needs to be masked in AT_HWCAP2

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

[valgrind] [Bug 435665] PPC ISA 3.0 copy, paste, cpabort instructions are not supported

2021-05-07 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=435665 --- Comment #6 from Carl Love --- Julian: On Fri, 2021-05-07 at 14:12 +, Julian Seward wrote: > https://bugs.kde.org/show_bug.cgi?id=435665 > > --- Comment #5 from Julian Seward --- > I'm somewhat concerned, at a fundamental l

[valgrind] [Bug 435665] PPC ISA 3.0 copy, paste, cpabort instructions are not supported

2021-05-10 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=435665 Carl Love changed: What|Removed |Added CC||tul...@quites.com.br -- You are receiving

[valgrind] [Bug 435665] PPC ISA 3.0 copy, paste, cpabort instructions are not supported

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

[valgrind] [Bug 435665] PPC ISA 3.0 copy, paste, cpabort instructions are not supported

2021-06-02 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=435665 --- Comment #12 from Carl Love --- Tulio: I think you are probably better able to clarify the comment from Julian in comment 11. > The point is .. if I understand "paste" correctly, the destination address is > not part of the

[valgrind] [Bug 435665] PPC ISA 3.0 copy, paste, cpabort instructions are not supported

2021-06-02 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=435665 Carl Love changed: What|Removed |Added Attachment #138846|0 |1 is obsolete

[valgrind] [Bug 435665] PPC ISA 3.0 copy, paste, cpabort instructions are not supported

2021-06-03 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=435665 Carl Love changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution

[valgrind] [Bug 435665] PPC ISA 3.0 copy, paste, cpabort instructions are not supported

2021-06-03 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=435665 Carl Love changed: What|Removed |Added Status|RESOLVED|CLOSED --- Comment #17 from Carl Love --- Closing

[valgrind] [Bug 431157] PPC_FEATURE2_SCV needs to be masked in AT_HWCAP2

2021-05-04 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=431157 Carl Love changed: What|Removed |Added Status|RESOLVED|CLOSED --- Comment #31 from Carl Love --- closing

[valgrind] [Bug 431157] PPC_FEATURE2_SCV needs to be masked in AT_HWCAP2

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

[valgrind] [Bug 435665] PPC ISA 3.0 copy, paste, cpabort instructions are not supported

2021-05-04 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=435665 --- Comment #3 from Carl Love --- Created attachment 138153 --> https://bugs.kde.org/attachment.cgi?id=138153=edit fixes for the copy, paste patch Yes, the dirty helper effects for the guest memory state is missing. My bad. The copy instruct

[valgrind] [Bug 435665] PPC ISA 3.0 copy, paste, cpabort instructions are not supported

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

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

[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 Carl Love changed: What|Removed |Added Status|RESOLVED|CLOSED -- You are receiving this mail because

[valgrind] [Bug 431157] PPC_FEATURE2_SCV needs to be masked in AT_HWCAP2

2021-02-01 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=431157 Carl Love changed: What|Removed |Added Attachment #134552|0 |1 is obsolete

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

2021-03-23 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=434840 Bug ID: 434840 Summary: PPC64 darn instruction not supported Product: valgrind Version: unspecified Platform: Other OS: Linux Status: REPORTED Severity: normal

[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

[valgrind] [Bug 431157] PPC_FEATURE2_SCV needs to be masked in AT_HWCAP2

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

[valgrind] [Bug 434849] The vdso is not available when running on ppc64*

2021-03-25 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=434849 --- Comment #1 from Carl Love --- The issue does not appear to be just on the PPC platform. I tried the same test on my Intel laptop running a REL release more /etc/redhat-release Red Hat Enterprise Linux release 8.3 (Ootpa) and see the same issue

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

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

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

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

[valgrind] [Bug 433801] PPC ISA 3.1 support is missing, part 10

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

[valgrind] [Bug 433801] PPC ISA 3.1 support is missing, part 10

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

[valgrind] [Bug 433801] PPC ISA 3.1 support is missing, part 10

2021-03-31 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=433801 --- Comment #12 from Carl Love --- Patches committed commit c589b652939655090c005a982a71f50c489fb5ce (HEAD -> master, origin/master, origin/HEAD) Author: root Date: Fri Feb 12 16:00:53 2021 -0500 Reduced precision Missing Integer based ou

[valgrind] [Bug 433801] PPC ISA 3.1 support is missing, part 10

2021-03-31 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=433801 Carl Love changed: What|Removed |Added Status|CONFIRMED |RESOLVED Resolution

[valgrind] [Bug 433801] PPC ISA 3.1 support is missing, part 10

2021-03-31 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=433801 Carl Love changed: What|Removed |Added Status|RESOLVED|CLOSED --- Comment #13 from Carl Love --- Closing

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

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

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

2021-02-25 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=429352 --- Comment #12 from Carl Love --- Created attachment 136159 --> https://bugs.kde.org/attachment.cgi?id=136159=edit Change names from trinary to ternary in existing code Per the comment from Julian to use ternary not trinary, this patch was crea

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

2021-02-25 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=429352 Carl Love changed: What|Removed |Added Attachment #135082|0 |1 is obsolete

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

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

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

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

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

2021-02-25 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=429352 --- Comment #15 from Carl Love --- FYI, it has been brought to my attention that in the name changing patch I have a typo Fp128Ternnary not Fp128Ternary. However, the typo is then fixed in the patch to add new IOps. Looks like I merged the spelling

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

2021-02-25 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=429354 Carl Love changed: What|Removed |Added Attachment #133461|0 |1 is obsolete

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

2021-02-25 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=429352 --- Comment #13 from Carl Love --- Patches committed commit 6daaeb0ff45af6b39f14003e392992a5ac7d51c8 (HEAD -> master, origin/master, origin/HEAD) Author: Carl Love Date: Wed Nov 4 12:23:53 2020 -0600 PPC64: 128-bit Binary Integer Operati

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

2021-02-25 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=429375 Carl Love changed: What|Removed |Added Attachment #134757|0 |1 is obsolete

[valgrind] [Bug 431157] PPC_FEATURE2_SCV needs to be masked in AT_HWCAP2

2021-02-25 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=431157 Carl Love changed: What|Removed |Added Attachment #135371|0 |1 is obsolete

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

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

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

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

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

2021-03-04 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=429354 Carl Love changed: What|Removed |Added Status|REPORTED|CONFIRMED Ever confirmed|0

[valgrind] [Bug 433801] New: PPC ISA 3.1 support is missing, part 10

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

[valgrind] [Bug 433801] PPC ISA 3.1 support is missing, part 10

2021-03-01 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=433801 --- Comment #4 from Carl Love --- Created attachment 136294 --> https://bugs.kde.org/attachment.cgi?id=136294=edit functional tests for Reduced-Precision: Missing Integer-based Outer Product Operations Functional tests for the Reduced-Precis

[valgrind] [Bug 433801] PPC ISA 3.1 support is missing, part 10

2021-03-01 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=433801 --- Comment #1 from Carl Love --- Created attachment 136291 --> https://bugs.kde.org/attachment.cgi?id=136291=edit Reduced-Precision - bfloat16 Outer Product & Format Conversion Operations Add support for: pmxvbf16ger2 Prefixed Masked VSX

[valgrind] [Bug 433801] PPC ISA 3.1 support is missing, part 10

2021-03-01 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=433801 --- Comment #3 from Carl Love --- Created attachment 136293 --> https://bugs.kde.org/attachment.cgi?id=136293=edit PPC64: Reduced-Precision: Missing Integer-based Outer Product Operations Add support for: pmxvi16ger2 VSX Vector 16-bit Sig

[valgrind] [Bug 433801] PPC ISA 3.1 support is missing, part 10

2021-03-01 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=433801 --- Comment #2 from Carl Love --- Created attachment 136292 --> https://bugs.kde.org/attachment.cgi?id=136292=edit functional tests for Reduced-Precision - bfloat16 Outer Product & Format Conversion Operations Functional tests for the

[valgrind] [Bug 433801] PPC ISA 3.1 support is missing, part 10

2021-03-01 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=433801 Carl Love changed: What|Removed |Added CC||will_schm...@vnet.ibm.com Ever confirmed|0

[valgrind] [Bug 431157] PPC_FEATURE2_SCV needs to be masked in AT_HWCAP2

2021-03-05 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=431157 --- Comment #26 from Carl Love --- Julian: Yes, that is correct, the return value for an error is negative. The condition code register is not used. On Fri, 2021-03-05 at 09:57 +, Julian Seward wrote: > https://urldefense.proofpoint.com/v2/

[valgrind] [Bug 435665] New: PPC ISA 3.0 copy, paste, cpabort instructions are not supported

2021-04-12 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=435665 Bug ID: 435665 Summary: PPC ISA 3.0 copy, paste, cpabort instructions are not supported Product: valgrind Version: unspecified Platform: Other OS: Linux

[valgrind] [Bug 435665] PPC ISA 3.0 copy, paste, cpabort instructions are not supported

2021-04-12 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=435665 --- Comment #1 from Carl Love --- Created attachment 137535 --> https://bugs.kde.org/attachment.cgi?id=137535=edit PPC add copy, paste, cpabort support The patch uses a dirty helper to support the copy, paste, abort instructions. A dirty hel

[valgrind] [Bug 435665] PPC ISA 3.0 copy, paste, cpabort instructions are not supported

2021-04-12 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=435665 Carl Love changed: What|Removed |Added CC||will_schm...@vnet.ibm.com -- You are receiving

[valgrind] [Bug 431157] PPC_FEATURE2_SCV needs to be masked in AT_HWCAP2

2021-04-16 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=431157 --- Comment #28 from Carl Love --- Mark, I was wondering if you have had a chance to try out the updated version of the scv patch. The updated patch takes care of the synchronous and asynchronous call paths. You do need to make sure you are testing

[valgrind] [Bug 432861] PPC modsw and modsd give incorrect results for 1 mod 12

2021-02-12 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=432861 Carl Love changed: What|Removed |Added CC||will_schm...@vnet.ibm.com -- You are receiving

[valgrind] [Bug 432861] PPC modsw and modsd give incorrect results for 1 mod 12

2021-02-12 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=432861 --- Comment #1 from Carl Love --- Created attachment 135639 --> https://bugs.kde.org/attachment.cgi?id=135639=edit Patch to fix the modsw and modsd instructions The patch has the fix for the modsw and modsd instructions. Also adds a testc

[valgrind] [Bug 432861] PPC modsw and modsd give incorrect results for 1 mod 12

2021-02-12 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=432861 Carl Love changed: What|Removed |Added Status|CONFIRMED |RESOLVED Resolution

[valgrind] [Bug 432861] PPC modsw and modsd give incorrect results for 1 mod 12

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

[valgrind] [Bug 432861] PPC modsw and modsd give incorrect results for 1 mod 12

2021-02-12 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=432861 Carl Love changed: What|Removed |Added Ever confirmed|0 |1 Status|REPORTED

[valgrind] [Bug 432861] New: PPC modsw and modsd give incorrect results for 1 mod 12

2021-02-12 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=432861 Bug ID: 432861 Summary: PPC modsw and modsd give incorrect results for 1 mod 12 Product: valgrind Version: unspecified Platform: Other OS: Linux

[valgrind] [Bug 440906] powerpc valgrind testsuite; update test_isa_3_1_common.c to avoid modulo against hard regs

2021-08-13 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=440906 --- Comment #2 from Carl Love --- FYI, issue initially seen with the gcc compiler in the AT at-next-16.0-0-alpha build. Issue reproduced using a build of the GCC compiler from the mainline gcc tree. -- You are receiving this mail because: You

[valgrind] [Bug 440906] powerpc valgrind testsuite; update test_isa_3_1_common.c to avoid modulo against hard regs

2021-09-07 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=440906 --- Comment #3 from Carl Love --- Proposed patch reviewd, tested and committed. commit 733aba84822efe101a098446079b4798f1b51faf (HEAD -> master, origin/master, origin/HEAD) Author: Carl Love Date: Fri Sep 3 17:14:50 2021 + Fix impossi

[valgrind] [Bug 441512] remove troublesome block of code from guest_ppc_toIR code for pstxvp instruction

2021-09-07 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=441512 --- Comment #1 from Carl Love --- Proposed patch reviewed, tested and committed. commit 041f6c19a0cd40fe684571c380399be518b8d6b2 (HEAD -> master, origin/master, origin/HEAD) Author: Carl Love Date: Fri Sep 3 16:36:31 2021 + Rem

<    1   2   3   4   5   6   7   >