Re: [PATCH 1/5] powerpc sstep: Add tests for prefixed integer load/stores

2020-07-24 Thread Michael Ellerman
On Mon, 25 May 2020 12:59:19 +1000, Jordan Niethe wrote: > Add tests for the prefixed versions of the integer load/stores that are > currently tested. This includes the following instructions: > * Prefixed Load Doubleword (pld) > * Prefixed Load Word and Zero (plwz) > * Prefixed Store Doublew

[PATCH 1/5] powerpc sstep: Add tests for prefixed integer load/stores

2020-05-24 Thread Jordan Niethe
Add tests for the prefixed versions of the integer load/stores that are currently tested. This includes the following instructions: * Prefixed Load Doubleword (pld) * Prefixed Load Word and Zero (plwz) * Prefixed Store Doubleword (pstd) Skip the new tests if ISA v3.1 is unsupported. Signed-