Bug 393017 - Add missing support for xsmaxcdp instruction, bug fixes for xsmincdp, lxssp, stxssp and stxvl instructions
Summary: Add missing support for xsmaxcdp instruction, bug fixes for xsmincdp, lxssp, ...
Status: CLOSED FIXED
Alias: None
Product: valgrind
Classification: Developer tools
Component: vex (show other bugs)
Version: 3.14 SVN
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Julian Seward
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-04-11 17:49 UTC by Carl Love
Modified: 2018-04-12 14:58 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Carl Love 2018-04-11 17:49:38 UTC
The PPC64 xsmaxcdp instruction support is missing.  

There are bugs with regards to the correct output from the xsmincdp, lxssp and stxvl instructions.

The expected results for test_isa_3_0_other and test_isa_3_0_altivec need updating.
Comment 1 Carl Love 2018-04-11 18:09:27 UTC
Issues fixed with commit d09b3b740c5c9c88166f64bc9bf401738a0f51eb
on April 11, 2018.