On 6/26/20 1:59 PM, LIU Zhiwei wrote: > An n-bit foating-point result is written to the n least-significant bits > of the destination f register, with all 1s written to the uppermost > FLEN - n bits to yield a legal NaN-boxed value > > Signed-off-by: LIU Zhiwei <zhiwei_...@c-sky.com> > --- > target/riscv/insn_trans/trans_rvd.inc.c | 1 + > target/riscv/insn_trans/trans_rvf.inc.c | 19 +++++++++++++++++++ > 2 files changed, 20 insertions(+)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~