Searched refs:RISCV_FRM_DYN (Results 1 – 5 of 5) sorted by relevance
/qemu/target/riscv/insn_trans/ |
H A D | trans_rvbf16.c.inc | 75 gen_set_rm_chkfrm(ctx, RISCV_FRM_DYN); 100 gen_set_rm_chkfrm(ctx, RISCV_FRM_DYN); 129 gen_set_rm_chkfrm(ctx, RISCV_FRM_DYN); 158 gen_set_rm(ctx, RISCV_FRM_DYN);
|
H A D | trans_rvv.c.inc | 2607 gen_set_rm(s, RISCV_FRM_DYN); \ 2682 gen_set_rm(s, RISCV_FRM_DYN); \ 2729 gen_set_rm(s, RISCV_FRM_DYN); \ 2778 gen_set_rm(s, RISCV_FRM_DYN); \ 2810 gen_set_rm(s, RISCV_FRM_DYN); \ 2849 gen_set_rm(s, RISCV_FRM_DYN); \ 2951 GEN_OPFV_TRANS(vfsqrt_v, opfv_check, RISCV_FRM_DYN) 2952 GEN_OPFV_TRANS(vfrsqrt7_v, opfv_check, RISCV_FRM_DYN) 2953 GEN_OPFV_TRANS(vfrec7_v, opfv_check, RISCV_FRM_DYN) 2999 GEN_OPFV_TRANS(vfclass_v, opfv_check, RISCV_FRM_DYN) [all …]
|
/qemu/target/riscv/ |
H A D | internals.h | 89 RISCV_FRM_DYN = 7, /* Dynamic rounding mode */ enumerator
|
H A D | fpu_helper.c | 57 if (rm == RISCV_FRM_DYN) { in helper_set_rounding_mode() 91 if (rm == RISCV_FRM_DYN) { in helper_set_rounding_mode_chkfrm()
|
H A D | translate.c | 739 if (rm == RISCV_FRM_DYN) { in gen_set_rm()
|