Lines Matching defs:frs1

123     float16 frs1 = check_nanbox_h(env, rs1);  in do_fmadd_h()  local
133 float32 frs1 = check_nanbox_s(env, rs1); in do_fmadd_s() local
140 uint64_t helper_fmadd_s(CPURISCVState *env, uint64_t frs1, uint64_t frs2, in helper_fmadd_s()
146 uint64_t helper_fmadd_d(CPURISCVState *env, uint64_t frs1, uint64_t frs2, in helper_fmadd_d()
152 uint64_t helper_fmadd_h(CPURISCVState *env, uint64_t frs1, uint64_t frs2, in helper_fmadd_h()
158 uint64_t helper_fmsub_s(CPURISCVState *env, uint64_t frs1, uint64_t frs2, in helper_fmsub_s()
164 uint64_t helper_fmsub_d(CPURISCVState *env, uint64_t frs1, uint64_t frs2, in helper_fmsub_d()
171 uint64_t helper_fmsub_h(CPURISCVState *env, uint64_t frs1, uint64_t frs2, in helper_fmsub_h()
177 uint64_t helper_fnmsub_s(CPURISCVState *env, uint64_t frs1, uint64_t frs2, in helper_fnmsub_s()
183 uint64_t helper_fnmsub_d(CPURISCVState *env, uint64_t frs1, uint64_t frs2, in helper_fnmsub_d()
190 uint64_t helper_fnmsub_h(CPURISCVState *env, uint64_t frs1, uint64_t frs2, in helper_fnmsub_h()
196 uint64_t helper_fnmadd_s(CPURISCVState *env, uint64_t frs1, uint64_t frs2, in helper_fnmadd_s()
203 uint64_t helper_fnmadd_d(CPURISCVState *env, uint64_t frs1, uint64_t frs2, in helper_fnmadd_d()
210 uint64_t helper_fnmadd_h(CPURISCVState *env, uint64_t frs1, uint64_t frs2, in helper_fnmadd_h()
219 float32 frs1 = check_nanbox_s(env, rs1); in helper_fadd_s() local
226 float32 frs1 = check_nanbox_s(env, rs1); in helper_fsub_s() local
233 float32 frs1 = check_nanbox_s(env, rs1); in helper_fmul_s() local
240 float32 frs1 = check_nanbox_s(env, rs1); in helper_fdiv_s() local
247 float32 frs1 = check_nanbox_s(env, rs1); in helper_fmin_s() local
256 float32 frs1 = check_nanbox_s(env, rs1); in helper_fminm_s() local
264 float32 frs1 = check_nanbox_s(env, rs1); in helper_fmax_s() local
273 float32 frs1 = check_nanbox_s(env, rs1); in helper_fmaxm_s() local
281 float32 frs1 = check_nanbox_s(env, rs1); in helper_fsqrt_s() local
287 float32 frs1 = check_nanbox_s(env, rs1); in helper_fle_s() local
294 float32 frs1 = check_nanbox_s(env, rs1); in helper_fleq_s() local
301 float32 frs1 = check_nanbox_s(env, rs1); in helper_flt_s() local
308 float32 frs1 = check_nanbox_s(env, rs1); in helper_fltq_s() local
315 float32 frs1 = check_nanbox_s(env, rs1); in helper_feq_s() local
322 float32 frs1 = check_nanbox_s(env, rs1); in helper_fcvt_w_s() local
328 float32 frs1 = check_nanbox_s(env, rs1); in helper_fcvt_wu_s() local
334 float32 frs1 = check_nanbox_s(env, rs1); in helper_fcvt_l_s() local
340 float32 frs1 = check_nanbox_s(env, rs1); in helper_fcvt_lu_s() local
366 float32 frs1 = check_nanbox_s(env, rs1); in helper_fclass_s() local
374 float32 frs1 = check_nanbox_s(env, rs1); in helper_fround_s() local
389 float32 frs1 = check_nanbox_s(env, rs1); in helper_froundnx_s() local
394 uint64_t helper_fadd_d(CPURISCVState *env, uint64_t frs1, uint64_t frs2) in helper_fadd_d()
399 uint64_t helper_fsub_d(CPURISCVState *env, uint64_t frs1, uint64_t frs2) in helper_fsub_d()
404 uint64_t helper_fmul_d(CPURISCVState *env, uint64_t frs1, uint64_t frs2) in helper_fmul_d()
409 uint64_t helper_fdiv_d(CPURISCVState *env, uint64_t frs1, uint64_t frs2) in helper_fdiv_d()
414 uint64_t helper_fmin_d(CPURISCVState *env, uint64_t frs1, uint64_t frs2) in helper_fmin_d()
421 uint64_t helper_fminm_d(CPURISCVState *env, uint64_t frs1, uint64_t frs2) in helper_fminm_d()
426 uint64_t helper_fmax_d(CPURISCVState *env, uint64_t frs1, uint64_t frs2) in helper_fmax_d()
433 uint64_t helper_fmaxm_d(CPURISCVState *env, uint64_t frs1, uint64_t frs2) in helper_fmaxm_d()
445 float32 frs1 = check_nanbox_s(env, rs1); in helper_fcvt_d_s() local
449 uint64_t helper_fsqrt_d(CPURISCVState *env, uint64_t frs1) in helper_fsqrt_d()
454 target_ulong helper_fle_d(CPURISCVState *env, uint64_t frs1, uint64_t frs2) in helper_fle_d()
459 target_ulong helper_fleq_d(CPURISCVState *env, uint64_t frs1, uint64_t frs2) in helper_fleq_d()
464 target_ulong helper_flt_d(CPURISCVState *env, uint64_t frs1, uint64_t frs2) in helper_flt_d()
469 target_ulong helper_fltq_d(CPURISCVState *env, uint64_t frs1, uint64_t frs2) in helper_fltq_d()
474 target_ulong helper_feq_d(CPURISCVState *env, uint64_t frs1, uint64_t frs2) in helper_feq_d()
479 target_ulong helper_fcvt_w_d(CPURISCVState *env, uint64_t frs1) in helper_fcvt_w_d()
489 target_ulong helper_fcvt_wu_d(CPURISCVState *env, uint64_t frs1) in helper_fcvt_wu_d()
494 target_ulong helper_fcvt_l_d(CPURISCVState *env, uint64_t frs1) in helper_fcvt_l_d()
499 target_ulong helper_fcvt_lu_d(CPURISCVState *env, uint64_t frs1) in helper_fcvt_lu_d()
524 target_ulong helper_fclass_d(uint64_t frs1) in helper_fclass_d()
529 uint64_t helper_fround_d(CPURISCVState *env, uint64_t frs1) in helper_fround_d()
545 uint64_t helper_froundnx_d(CPURISCVState *env, uint64_t frs1) in helper_froundnx_d()
552 float16 frs1 = check_nanbox_h(env, rs1); in helper_fadd_h() local
559 float16 frs1 = check_nanbox_h(env, rs1); in helper_fsub_h() local
566 float16 frs1 = check_nanbox_h(env, rs1); in helper_fmul_h() local
573 float16 frs1 = check_nanbox_h(env, rs1); in helper_fdiv_h() local
580 float16 frs1 = check_nanbox_h(env, rs1); in helper_fmin_h() local
589 float16 frs1 = check_nanbox_h(env, rs1); in helper_fminm_h() local
597 float16 frs1 = check_nanbox_h(env, rs1); in helper_fmax_h() local
606 float16 frs1 = check_nanbox_h(env, rs1); in helper_fmaxm_h() local
614 float16 frs1 = check_nanbox_h(env, rs1); in helper_fsqrt_h() local
620 float16 frs1 = check_nanbox_h(env, rs1); in helper_fle_h() local
627 float16 frs1 = check_nanbox_h(env, rs1); in helper_fleq_h() local
634 float16 frs1 = check_nanbox_h(env, rs1); in helper_flt_h() local
641 float16 frs1 = check_nanbox_h(env, rs1); in helper_fltq_h() local
648 float16 frs1 = check_nanbox_h(env, rs1); in helper_feq_h() local
655 float16 frs1 = check_nanbox_h(env, rs1); in helper_fclass_h() local
663 float16 frs1 = check_nanbox_h(env, rs1); in helper_fround_h() local
678 float16 frs1 = check_nanbox_h(env, rs1); in helper_froundnx_h() local
685 float16 frs1 = check_nanbox_h(env, rs1); in helper_fcvt_w_h() local
691 float16 frs1 = check_nanbox_h(env, rs1); in helper_fcvt_wu_h() local
697 float16 frs1 = check_nanbox_h(env, rs1); in helper_fcvt_l_h() local
703 float16 frs1 = check_nanbox_h(env, rs1); in helper_fcvt_lu_h() local
729 float32 frs1 = check_nanbox_s(env, rs1); in helper_fcvt_h_s() local
735 float16 frs1 = check_nanbox_h(env, rs1); in helper_fcvt_s_h() local
746 float16 frs1 = check_nanbox_h(env, rs1); in helper_fcvt_d_h() local
752 float32 frs1 = check_nanbox_s(env, rs1); in helper_fcvt_bf16_s() local
758 float16 frs1 = check_nanbox_h(env, rs1); in helper_fcvt_s_bf16() local