Lines Matching defs:frs2

125     float16 frs2 = check_nanbox_h(env, rs2);  in do_fmadd_h()  local
135 float32 frs2 = check_nanbox_s(env, rs2); in do_fmadd_s() local
141 uint64_t helper_fmadd_s(CPURISCVState *env, uint64_t frs1, uint64_t frs2, in helper_fmadd_s()
147 uint64_t helper_fmadd_d(CPURISCVState *env, uint64_t frs1, uint64_t frs2, in helper_fmadd_d()
153 uint64_t helper_fmadd_h(CPURISCVState *env, uint64_t frs1, uint64_t frs2, in helper_fmadd_h()
159 uint64_t helper_fmsub_s(CPURISCVState *env, uint64_t frs1, uint64_t frs2, in helper_fmsub_s()
165 uint64_t helper_fmsub_d(CPURISCVState *env, uint64_t frs1, uint64_t frs2, in helper_fmsub_d()
172 uint64_t helper_fmsub_h(CPURISCVState *env, uint64_t frs1, uint64_t frs2, in helper_fmsub_h()
178 uint64_t helper_fnmsub_s(CPURISCVState *env, uint64_t frs1, uint64_t frs2, in helper_fnmsub_s()
184 uint64_t helper_fnmsub_d(CPURISCVState *env, uint64_t frs1, uint64_t frs2, in helper_fnmsub_d()
191 uint64_t helper_fnmsub_h(CPURISCVState *env, uint64_t frs1, uint64_t frs2, in helper_fnmsub_h()
197 uint64_t helper_fnmadd_s(CPURISCVState *env, uint64_t frs1, uint64_t frs2, in helper_fnmadd_s()
204 uint64_t helper_fnmadd_d(CPURISCVState *env, uint64_t frs1, uint64_t frs2, in helper_fnmadd_d()
211 uint64_t helper_fnmadd_h(CPURISCVState *env, uint64_t frs1, uint64_t frs2, in helper_fnmadd_h()
221 float32 frs2 = check_nanbox_s(env, rs2); in helper_fadd_s() local
228 float32 frs2 = check_nanbox_s(env, rs2); in helper_fsub_s() local
235 float32 frs2 = check_nanbox_s(env, rs2); in helper_fmul_s() local
242 float32 frs2 = check_nanbox_s(env, rs2); in helper_fdiv_s() local
249 float32 frs2 = check_nanbox_s(env, rs2); in helper_fmin_s() local
258 float32 frs2 = check_nanbox_s(env, rs2); in helper_fminm_s() local
266 float32 frs2 = check_nanbox_s(env, rs2); in helper_fmax_s() local
275 float32 frs2 = check_nanbox_s(env, rs2); in helper_fmaxm_s() local
289 float32 frs2 = check_nanbox_s(env, rs2); in helper_fle_s() local
296 float32 frs2 = check_nanbox_s(env, rs2); in helper_fleq_s() local
303 float32 frs2 = check_nanbox_s(env, rs2); in helper_flt_s() local
310 float32 frs2 = check_nanbox_s(env, rs2); in helper_fltq_s() local
317 float32 frs2 = check_nanbox_s(env, rs2); in helper_feq_s() local
395 uint64_t helper_fadd_d(CPURISCVState *env, uint64_t frs1, uint64_t frs2) in helper_fadd_d()
400 uint64_t helper_fsub_d(CPURISCVState *env, uint64_t frs1, uint64_t frs2) in helper_fsub_d()
405 uint64_t helper_fmul_d(CPURISCVState *env, uint64_t frs1, uint64_t frs2) in helper_fmul_d()
410 uint64_t helper_fdiv_d(CPURISCVState *env, uint64_t frs1, uint64_t frs2) in helper_fdiv_d()
415 uint64_t helper_fmin_d(CPURISCVState *env, uint64_t frs1, uint64_t frs2) in helper_fmin_d()
422 uint64_t helper_fminm_d(CPURISCVState *env, uint64_t frs1, uint64_t frs2) in helper_fminm_d()
427 uint64_t helper_fmax_d(CPURISCVState *env, uint64_t frs1, uint64_t frs2) in helper_fmax_d()
434 uint64_t helper_fmaxm_d(CPURISCVState *env, uint64_t frs1, uint64_t frs2) in helper_fmaxm_d()
455 target_ulong helper_fle_d(CPURISCVState *env, uint64_t frs1, uint64_t frs2) in helper_fle_d()
460 target_ulong helper_fleq_d(CPURISCVState *env, uint64_t frs1, uint64_t frs2) in helper_fleq_d()
465 target_ulong helper_flt_d(CPURISCVState *env, uint64_t frs1, uint64_t frs2) in helper_flt_d()
470 target_ulong helper_fltq_d(CPURISCVState *env, uint64_t frs1, uint64_t frs2) in helper_fltq_d()
475 target_ulong helper_feq_d(CPURISCVState *env, uint64_t frs1, uint64_t frs2) in helper_feq_d()
554 float16 frs2 = check_nanbox_h(env, rs2); in helper_fadd_h() local
561 float16 frs2 = check_nanbox_h(env, rs2); in helper_fsub_h() local
568 float16 frs2 = check_nanbox_h(env, rs2); in helper_fmul_h() local
575 float16 frs2 = check_nanbox_h(env, rs2); in helper_fdiv_h() local
582 float16 frs2 = check_nanbox_h(env, rs2); in helper_fmin_h() local
591 float16 frs2 = check_nanbox_h(env, rs2); in helper_fminm_h() local
599 float16 frs2 = check_nanbox_h(env, rs2); in helper_fmax_h() local
608 float16 frs2 = check_nanbox_h(env, rs2); in helper_fmaxm_h() local
622 float16 frs2 = check_nanbox_h(env, rs2); in helper_fle_h() local
629 float16 frs2 = check_nanbox_h(env, rs2); in helper_fleq_h() local
636 float16 frs2 = check_nanbox_h(env, rs2); in helper_flt_h() local
643 float16 frs2 = check_nanbox_h(env, rs2); in helper_fltq_h() local
650 float16 frs2 = check_nanbox_h(env, rs2); in helper_feq_h() local