]> git.proxmox.com Git - mirror_qemu.git/commit
target/openrisc: Implement unordered fp comparisons
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 14 May 2019 13:39:47 +0000 (06:39 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 4 Sep 2019 19:57:59 +0000 (12:57 -0700)
commit2b13b4b93dc924a139d7a9350cd13c2c9479d03b
tree0357a79edcf4b806d70dac9c560ae3f322763396
parent62f2b0389ff6fc7856b801bb5bee1c2d364d3e6c
target/openrisc: Implement unordered fp comparisons

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.

Reviewed-by: Stafford Horne <shorne@gmail.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/openrisc/disas.c
target/openrisc/fpu_helper.c
target/openrisc/helper.h
target/openrisc/insns.decode
target/openrisc/translate.c