Lines Matching defs:env

29 void restore_fp_status(CPULoongArchState *env)  in restore_fp_status()
57 static void update_fcsr0_mask(CPULoongArchState *env, uintptr_t pc, int mask) in update_fcsr0_mask()
80 static void update_fcsr0(CPULoongArchState *env, uintptr_t pc) in update_fcsr0()
85 uint64_t helper_fadd_s(CPULoongArchState *env, uint64_t fj, uint64_t fk) in helper_fadd_s()
94 uint64_t helper_fadd_d(CPULoongArchState *env, uint64_t fj, uint64_t fk) in helper_fadd_d()
103 uint64_t helper_fsub_s(CPULoongArchState *env, uint64_t fj, uint64_t fk) in helper_fsub_s()
112 uint64_t helper_fsub_d(CPULoongArchState *env, uint64_t fj, uint64_t fk) in helper_fsub_d()
121 uint64_t helper_fmul_s(CPULoongArchState *env, uint64_t fj, uint64_t fk) in helper_fmul_s()
130 uint64_t helper_fmul_d(CPULoongArchState *env, uint64_t fj, uint64_t fk) in helper_fmul_d()
139 uint64_t helper_fdiv_s(CPULoongArchState *env, uint64_t fj, uint64_t fk) in helper_fdiv_s()
148 uint64_t helper_fdiv_d(CPULoongArchState *env, uint64_t fj, uint64_t fk) in helper_fdiv_d()
157 uint64_t helper_fmax_s(CPULoongArchState *env, uint64_t fj, uint64_t fk) in helper_fmax_s()
166 uint64_t helper_fmax_d(CPULoongArchState *env, uint64_t fj, uint64_t fk) in helper_fmax_d()
175 uint64_t helper_fmin_s(CPULoongArchState *env, uint64_t fj, uint64_t fk) in helper_fmin_s()
184 uint64_t helper_fmin_d(CPULoongArchState *env, uint64_t fj, uint64_t fk) in helper_fmin_d()
193 uint64_t helper_fmaxa_s(CPULoongArchState *env, uint64_t fj, uint64_t fk) in helper_fmaxa_s()
203 uint64_t helper_fmaxa_d(CPULoongArchState *env, uint64_t fj, uint64_t fk) in helper_fmaxa_d()
212 uint64_t helper_fmina_s(CPULoongArchState *env, uint64_t fj, uint64_t fk) in helper_fmina_s()
222 uint64_t helper_fmina_d(CPULoongArchState *env, uint64_t fj, uint64_t fk) in helper_fmina_d()
231 uint64_t helper_fscaleb_s(CPULoongArchState *env, uint64_t fj, uint64_t fk) in helper_fscaleb_s()
244 uint64_t helper_fscaleb_d(CPULoongArchState *env, uint64_t fj, uint64_t fk) in helper_fscaleb_d()
257 uint64_t helper_fsqrt_s(CPULoongArchState *env, uint64_t fj) in helper_fsqrt_s()
266 uint64_t helper_fsqrt_d(CPULoongArchState *env, uint64_t fj) in helper_fsqrt_d()
275 uint64_t helper_frecip_s(CPULoongArchState *env, uint64_t fj) in helper_frecip_s()
284 uint64_t helper_frecip_d(CPULoongArchState *env, uint64_t fj) in helper_frecip_d()
293 uint64_t helper_frsqrt_s(CPULoongArchState *env, uint64_t fj) in helper_frsqrt_s()
304 uint64_t helper_frsqrt_d(CPULoongArchState *env, uint64_t fj) in helper_frsqrt_d()
314 uint64_t helper_flogb_s(CPULoongArchState *env, uint64_t fj) in helper_flogb_s()
329 uint64_t helper_flogb_d(CPULoongArchState *env, uint64_t fj) in helper_flogb_d()
343 uint64_t helper_fclass_s(CPULoongArchState *env, uint64_t fj) in helper_fclass_s()
362 uint64_t helper_fclass_d(CPULoongArchState *env, uint64_t fj) in helper_fclass_d()
381 uint64_t helper_fmuladd_s(CPULoongArchState *env, uint64_t fj, in helper_fmuladd_s()
392 uint64_t helper_fmuladd_d(CPULoongArchState *env, uint64_t fj, in helper_fmuladd_d()
402 static uint64_t fcmp_common(CPULoongArchState *env, FloatRelation cmp, in fcmp_common()
429 uint64_t helper_fcmp_c_s(CPULoongArchState *env, uint64_t fj, in helper_fcmp_c_s()
438 uint64_t helper_fcmp_s_s(CPULoongArchState *env, uint64_t fj, in helper_fcmp_s_s()
447 uint64_t helper_fcmp_c_d(CPULoongArchState *env, uint64_t fj, in helper_fcmp_c_d()
455 uint64_t helper_fcmp_s_d(CPULoongArchState *env, uint64_t fj, in helper_fcmp_s_d()
463 uint64_t helper_fcvt_s_d(CPULoongArchState *env, uint64_t fj) in helper_fcvt_s_d()
472 uint64_t helper_fcvt_d_s(CPULoongArchState *env, uint64_t fj) in helper_fcvt_d_s()
481 uint64_t helper_ffint_s_w(CPULoongArchState *env, uint64_t fj) in helper_ffint_s_w()
490 uint64_t helper_ffint_s_l(CPULoongArchState *env, uint64_t fj) in helper_ffint_s_l()
499 uint64_t helper_ffint_d_w(CPULoongArchState *env, uint64_t fj) in helper_ffint_d_w()
508 uint64_t helper_ffint_d_l(CPULoongArchState *env, uint64_t fj) in helper_ffint_d_l()
517 uint64_t helper_frint_s(CPULoongArchState *env, uint64_t fj) in helper_frint_s()
526 uint64_t helper_frint_d(CPULoongArchState *env, uint64_t fj) in helper_frint_d()
535 uint64_t helper_ftintrm_l_d(CPULoongArchState *env, uint64_t fj) in helper_ftintrm_l_d()
553 uint64_t helper_ftintrm_l_s(CPULoongArchState *env, uint64_t fj) in helper_ftintrm_l_s()
571 uint64_t helper_ftintrm_w_d(CPULoongArchState *env, uint64_t fj) in helper_ftintrm_w_d()
589 uint64_t helper_ftintrm_w_s(CPULoongArchState *env, uint64_t fj) in helper_ftintrm_w_s()
607 uint64_t helper_ftintrp_l_d(CPULoongArchState *env, uint64_t fj) in helper_ftintrp_l_d()
625 uint64_t helper_ftintrp_l_s(CPULoongArchState *env, uint64_t fj) in helper_ftintrp_l_s()
643 uint64_t helper_ftintrp_w_d(CPULoongArchState *env, uint64_t fj) in helper_ftintrp_w_d()
661 uint64_t helper_ftintrp_w_s(CPULoongArchState *env, uint64_t fj) in helper_ftintrp_w_s()
679 uint64_t helper_ftintrz_l_d(CPULoongArchState *env, uint64_t fj) in helper_ftintrz_l_d()
696 uint64_t helper_ftintrz_l_s(CPULoongArchState *env, uint64_t fj) in helper_ftintrz_l_s()
713 uint64_t helper_ftintrz_w_d(CPULoongArchState *env, uint64_t fj) in helper_ftintrz_w_d()
730 uint64_t helper_ftintrz_w_s(CPULoongArchState *env, uint64_t fj) in helper_ftintrz_w_s()
747 uint64_t helper_ftintrne_l_d(CPULoongArchState *env, uint64_t fj) in helper_ftintrne_l_d()
765 uint64_t helper_ftintrne_l_s(CPULoongArchState *env, uint64_t fj) in helper_ftintrne_l_s()
783 uint64_t helper_ftintrne_w_d(CPULoongArchState *env, uint64_t fj) in helper_ftintrne_w_d()
801 uint64_t helper_ftintrne_w_s(CPULoongArchState *env, uint64_t fj) in helper_ftintrne_w_s()
819 uint64_t helper_ftint_l_d(CPULoongArchState *env, uint64_t fj) in helper_ftint_l_d()
833 uint64_t helper_ftint_l_s(CPULoongArchState *env, uint64_t fj) in helper_ftint_l_s()
847 uint64_t helper_ftint_w_s(CPULoongArchState *env, uint64_t fj) in helper_ftint_w_s()
861 uint64_t helper_ftint_w_d(CPULoongArchState *env, uint64_t fj) in helper_ftint_w_d()
875 void helper_set_rounding_mode(CPULoongArchState *env) in helper_set_rounding_mode()