https://bugs.kde.org/show_bug.cgi?id=378931
--- Comment #1 from Carl Love <c...@us.ibm.com> --- Created attachment 105140 --> https://bugs.kde.org/attachment.cgi?id=105140&action=edit ISA 3.0 additional instructions, fixes code changes only The attached patch adds the needed support for the additional instructions. It also adds support for the OV32 and CA32 bits to the existing arithmetic instructions. The issue here with the OV32 and CA32 bit is several of the existing test cases will now run differently on pre ISA3.0 HW versus ISA3.0 HW. Valgrind will match the functionality of the pre ISA3.0 and ISA3.0 HW. The older test cases were refactored to put the instructions that don't change into one test and the instruction that change into another. This way we can now mininimize the size of the expect files for pre ISA 3.0 and ISA3.0 results. These changes to the test code is included in the patch. I have not bothered to post the patch with the changes to the expect files. I don't think that is of much interest but will be included when the patch is applied. Please review the patch and let me know if you have any questions, comments or concerns. Thanks. -- You are receiving this mail because: You are watching all bug changes.