Searched refs:RISCV_FRM_RTZ (Results 1 – 4 of 4) sorted by relevance
/qemu/target/riscv/ |
H A D | internals.h | 85 RISCV_FRM_RTZ = 1, /* Round towards Zero */ enumerator
|
H A D | fpu_helper.c | 64 case RISCV_FRM_RTZ: in helper_set_rounding_mode() 98 case RISCV_FRM_RTZ: in helper_set_rounding_mode_chkfrm()
|
/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 | 3067 GEN_OPFV_CVT_TRANS(vfcvt_rtz_xu_f_v, vfcvt_xu_f_v, RISCV_FRM_RTZ) 3068 GEN_OPFV_CVT_TRANS(vfcvt_rtz_x_f_v, vfcvt_x_f_v, RISCV_FRM_RTZ) 3130 RISCV_FRM_RTZ) 3132 RISCV_FRM_RTZ) 3283 GEN_OPXFV_NARROW_TRANS(vfncvt_rtz_xu_f_w, vfncvt_xu_f_w, RISCV_FRM_RTZ) 3284 GEN_OPXFV_NARROW_TRANS(vfncvt_rtz_x_f_w, vfncvt_x_f_w, RISCV_FRM_RTZ)
|