Re: [Qemu-devel] [PATCH 10/13] target/openrisc: Implement unordered fp comparisons

2019-08-26 Thread Stafford Horne
On Mon, Aug 26, 2019 at 05:07:42PM -0700, Richard Henderson wrote: > These were added to the 1.3 spec. For OF32S, validate AVR. > But OF64A32 is itself new to 1.3 so no extra check needed. > > Signed-off-by: Richard Henderson Reviewed-by: Stafford Horne

[Qemu-devel] [PATCH 10/13] target/openrisc: Implement unordered fp comparisons

2019-08-26 Thread Richard Henderson
These were added to the 1.3 spec. For OF32S, validate AVR. But OF64A32 is itself new to 1.3 so no extra check needed. Signed-off-by: Richard Henderson --- target/openrisc/helper.h | 4 ++ target/openrisc/disas.c | 24 ++ target/openrisc/fpu_helper.c | 20 + target/open