|
From: Carl E. L. <ce...@us...> - 2015-09-14 20:46:29
|
On Mon, 2015-09-14 at 15:35 -0500, Peter Bergner wrote:
> On Mon, 2015-09-14 at 22:31 +0200, Mark Wielaard wrote:
> > AT_HWCAP: dfp arch_2_05 ic_snoop smt mmu fpu altivec ppc64 ppc32
>
> For divweu, you would need arch_2_06 (ie, power7) defined in AT_HWCAP.
We check that the divweu and divwe instructions in guest_ppc_toIR.c
check allow_VX to verify the platform supports ISA 2.06 or newer.
The vbit test needs to be updated to only issue the test for Power 7 and
newer. I setup valgrind on a Power 6 box and will work on a fix.
Carl Love
|