Searched refs:RISCV_FRM_RTZ (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/target/riscv/ |
H A D | internals.h | 79 RISCV_FRM_RTZ = 1, /* Round towards Zero */ enumerator
|
H A D | fpu_helper.c | 65 case RISCV_FRM_RTZ: in helper_set_rounding_mode() 99 case RISCV_FRM_RTZ: in helper_set_rounding_mode_chkfrm()
|
/openbmc/qemu/target/riscv/insn_trans/ |
H A D | trans_rvzfa.c.inc | 395 gen_set_rm(ctx, RISCV_FRM_RTZ);
|
H A D | trans_rvv.c.inc | 2677 GEN_OPFV_CVT_TRANS(vfcvt_rtz_xu_f_v, vfcvt_xu_f_v, RISCV_FRM_RTZ) 2678 GEN_OPFV_CVT_TRANS(vfcvt_rtz_x_f_v, vfcvt_x_f_v, RISCV_FRM_RTZ) 2740 RISCV_FRM_RTZ) 2742 RISCV_FRM_RTZ) 2893 GEN_OPXFV_NARROW_TRANS(vfncvt_rtz_xu_f_w, vfncvt_xu_f_w, RISCV_FRM_RTZ) 2894 GEN_OPXFV_NARROW_TRANS(vfncvt_rtz_x_f_w, vfncvt_x_f_w, RISCV_FRM_RTZ)
|