https://bugs.kde.org/show_bug.cgi?id=372195
Bug ID: 372195 Summary: Power PC, xxsel instruction is not always recognized. Product: valgrind Version: 3.12 SVN Platform: Other OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: vex Assignee: jsew...@acm.org Reporter: c...@us.ibm.com Target Milestone: --- POWER PC does not always recognize the xxsel instruction. The following code to test the xxsel instruction fails on an error that the xxsel instruction isn't recognized. However, the xxsel instruction in none/tests/ppc64/test_isa_2_06_part2.c is recognized. int main() { asm ("xxsel 62,63,44,1"); /* asm ("xxsel 1,39,9,1"); asm ("xxsel 12,47,48,1"); asm ("xxsel 33,50,43,1"); */ return 0; } -- You are receiving this mail because: You are watching all bug changes.