Lines Matching refs:fp64
9365 TCGv_i64 fp64 = tcg_temp_new_i64(); in gen_farith() local
9369 gen_helper_float_round_2008_l_s(fp64, tcg_env, fp32); in gen_farith()
9371 gen_helper_float_round_l_s(fp64, tcg_env, fp32); in gen_farith()
9373 gen_store_fpr64(ctx, fp64, fd); in gen_farith()
9380 TCGv_i64 fp64 = tcg_temp_new_i64(); in gen_farith() local
9384 gen_helper_float_trunc_2008_l_s(fp64, tcg_env, fp32); in gen_farith()
9386 gen_helper_float_trunc_l_s(fp64, tcg_env, fp32); in gen_farith()
9388 gen_store_fpr64(ctx, fp64, fd); in gen_farith()
9395 TCGv_i64 fp64 = tcg_temp_new_i64(); in gen_farith() local
9399 gen_helper_float_ceil_2008_l_s(fp64, tcg_env, fp32); in gen_farith()
9401 gen_helper_float_ceil_l_s(fp64, tcg_env, fp32); in gen_farith()
9403 gen_store_fpr64(ctx, fp64, fd); in gen_farith()
9410 TCGv_i64 fp64 = tcg_temp_new_i64(); in gen_farith() local
9414 gen_helper_float_floor_2008_l_s(fp64, tcg_env, fp32); in gen_farith()
9416 gen_helper_float_floor_l_s(fp64, tcg_env, fp32); in gen_farith()
9418 gen_store_fpr64(ctx, fp64, fd); in gen_farith()
9675 TCGv_i64 fp64 = tcg_temp_new_i64(); in gen_farith() local
9678 gen_helper_float_cvtd_s(fp64, tcg_env, fp32); in gen_farith()
9679 gen_store_fpr64(ctx, fp64, fd); in gen_farith()
9699 TCGv_i64 fp64 = tcg_temp_new_i64(); in gen_farith() local
9703 gen_helper_float_cvt_2008_l_s(fp64, tcg_env, fp32); in gen_farith()
9705 gen_helper_float_cvt_l_s(fp64, tcg_env, fp32); in gen_farith()
9707 gen_store_fpr64(ctx, fp64, fd); in gen_farith()
9713 TCGv_i64 fp64 = tcg_temp_new_i64(); in gen_farith() local
9719 tcg_gen_concat_i32_i64(fp64, fp32_1, fp32_0); in gen_farith()
9720 gen_store_fpr64(ctx, fp64, fd); in gen_farith()
9901 TCGv_i64 fp64 = tcg_temp_new_i64(); in gen_farith() local
9903 gen_load_fpr64(ctx, fp64, fs); in gen_farith()
9905 gen_helper_float_round_2008_w_d(fp32, tcg_env, fp64); in gen_farith()
9907 gen_helper_float_round_w_d(fp32, tcg_env, fp64); in gen_farith()
9916 TCGv_i64 fp64 = tcg_temp_new_i64(); in gen_farith() local
9918 gen_load_fpr64(ctx, fp64, fs); in gen_farith()
9920 gen_helper_float_trunc_2008_w_d(fp32, tcg_env, fp64); in gen_farith()
9922 gen_helper_float_trunc_w_d(fp32, tcg_env, fp64); in gen_farith()
9931 TCGv_i64 fp64 = tcg_temp_new_i64(); in gen_farith() local
9933 gen_load_fpr64(ctx, fp64, fs); in gen_farith()
9935 gen_helper_float_ceil_2008_w_d(fp32, tcg_env, fp64); in gen_farith()
9937 gen_helper_float_ceil_w_d(fp32, tcg_env, fp64); in gen_farith()
9946 TCGv_i64 fp64 = tcg_temp_new_i64(); in gen_farith() local
9948 gen_load_fpr64(ctx, fp64, fs); in gen_farith()
9950 gen_helper_float_floor_2008_w_d(fp32, tcg_env, fp64); in gen_farith()
9952 gen_helper_float_floor_w_d(fp32, tcg_env, fp64); in gen_farith()
10182 TCGv_i64 fp64 = tcg_temp_new_i64(); in gen_farith() local
10184 gen_load_fpr64(ctx, fp64, fs); in gen_farith()
10185 gen_helper_float_cvts_d(fp32, tcg_env, fp64); in gen_farith()
10193 TCGv_i64 fp64 = tcg_temp_new_i64(); in gen_farith() local
10195 gen_load_fpr64(ctx, fp64, fs); in gen_farith()
10197 gen_helper_float_cvt_2008_w_d(fp32, tcg_env, fp64); in gen_farith()
10199 gen_helper_float_cvt_w_d(fp32, tcg_env, fp64); in gen_farith()
10231 TCGv_i64 fp64 = tcg_temp_new_i64(); in gen_farith() local
10234 gen_helper_float_cvtd_w(fp64, tcg_env, fp32); in gen_farith()
10235 gen_store_fpr64(ctx, fp64, fd); in gen_farith()
10242 TCGv_i64 fp64 = tcg_temp_new_i64(); in gen_farith() local
10244 gen_load_fpr64(ctx, fp64, fs); in gen_farith()
10245 gen_helper_float_cvts_l(fp32, tcg_env, fp64); in gen_farith()