Home
last modified time | relevance | path

Searched refs:RISCV_FRM_DYN (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rvbf16.c.inc75 gen_set_rm_chkfrm(ctx, RISCV_FRM_DYN);
100 gen_set_rm_chkfrm(ctx, RISCV_FRM_DYN);
126 gen_set_rm_chkfrm(ctx, RISCV_FRM_DYN);
153 gen_set_rm(ctx, RISCV_FRM_DYN);
H A Dtrans_rvv.c.inc2561 GEN_OPFV_TRANS(vfsqrt_v, opfv_check, RISCV_FRM_DYN)
2563 GEN_OPFV_TRANS(vfrec7_v, opfv_check, RISCV_FRM_DYN)
2620 gen_set_rm(s, RISCV_FRM_DYN);
2733 RISCV_FRM_DYN)
2735 RISCV_FRM_DYN)
2737 RISCV_FRM_DYN)
2845 RISCV_FRM_DYN)
2847 RISCV_FRM_DYN)
2849 RISCV_FRM_DYN)
3333 gen_set_rm(s, RISCV_FRM_DYN);
[all …]
/openbmc/qemu/target/riscv/
H A Dinternals.h83 RISCV_FRM_DYN = 7, /* Dynamic rounding mode */ enumerator
H A Dfpu_helper.c58 if (rm == RISCV_FRM_DYN) { in helper_set_rounding_mode()
92 if (rm == RISCV_FRM_DYN) { in helper_set_rounding_mode_chkfrm()
H A Dtranslate.c691 if (rm == RISCV_FRM_DYN) { in gen_set_rm()