• Home
  • Raw
  • Download

Lines Matching refs:fp1

6027             TCGv_i32 fp1 = tcg_temp_new_i32();  in gen_farith()  local
6030 gen_load_fpr32(fp1, ft); in gen_farith()
6031 gen_helper_float_add_s(fp0, cpu_env, fp0, fp1); in gen_farith()
6032 tcg_temp_free_i32(fp1); in gen_farith()
6042 TCGv_i32 fp1 = tcg_temp_new_i32(); in gen_farith() local
6045 gen_load_fpr32(fp1, ft); in gen_farith()
6046 gen_helper_float_sub_s(fp0, cpu_env, fp0, fp1); in gen_farith()
6047 tcg_temp_free_i32(fp1); in gen_farith()
6057 TCGv_i32 fp1 = tcg_temp_new_i32(); in gen_farith() local
6060 gen_load_fpr32(fp1, ft); in gen_farith()
6061 gen_helper_float_mul_s(fp0, cpu_env, fp0, fp1); in gen_farith()
6062 tcg_temp_free_i32(fp1); in gen_farith()
6072 TCGv_i32 fp1 = tcg_temp_new_i32(); in gen_farith() local
6075 gen_load_fpr32(fp1, ft); in gen_farith()
6076 gen_helper_float_div_s(fp0, cpu_env, fp0, fp1); in gen_farith()
6077 tcg_temp_free_i32(fp1); in gen_farith()
6291 TCGv_i32 fp1 = tcg_temp_new_i32(); in gen_farith() local
6294 gen_load_fpr32(fp1, fd); in gen_farith()
6295 gen_helper_float_recip2_s(fp0, cpu_env, fp0, fp1); in gen_farith()
6296 tcg_temp_free_i32(fp1); in gen_farith()
6330 TCGv_i32 fp1 = tcg_temp_new_i32(); in gen_farith() local
6333 gen_load_fpr32(fp1, ft); in gen_farith()
6334 gen_helper_float_rsqrt2_s(fp0, cpu_env, fp0, fp1); in gen_farith()
6335 tcg_temp_free_i32(fp1); in gen_farith()
6415 TCGv_i32 fp1 = tcg_temp_new_i32(); in gen_farith() local
6418 gen_load_fpr32(fp1, ft); in gen_farith()
6421 gen_cmpabs_s(func-48, fp0, fp1, cc); in gen_farith()
6424 gen_cmp_s(func-48, fp0, fp1, cc); in gen_farith()
6428 tcg_temp_free_i32(fp1); in gen_farith()
6435 TCGv_i64 fp1 = tcg_temp_new_i64(); in gen_farith() local
6438 gen_load_fpr64(ctx, fp1, ft); in gen_farith()
6439 gen_helper_float_add_d(fp0, cpu_env, fp0, fp1); in gen_farith()
6440 tcg_temp_free_i64(fp1); in gen_farith()
6451 TCGv_i64 fp1 = tcg_temp_new_i64(); in gen_farith() local
6454 gen_load_fpr64(ctx, fp1, ft); in gen_farith()
6455 gen_helper_float_sub_d(fp0, cpu_env, fp0, fp1); in gen_farith()
6456 tcg_temp_free_i64(fp1); in gen_farith()
6467 TCGv_i64 fp1 = tcg_temp_new_i64(); in gen_farith() local
6470 gen_load_fpr64(ctx, fp1, ft); in gen_farith()
6471 gen_helper_float_mul_d(fp0, cpu_env, fp0, fp1); in gen_farith()
6472 tcg_temp_free_i64(fp1); in gen_farith()
6483 TCGv_i64 fp1 = tcg_temp_new_i64(); in gen_farith() local
6486 gen_load_fpr64(ctx, fp1, ft); in gen_farith()
6487 gen_helper_float_div_d(fp0, cpu_env, fp0, fp1); in gen_farith()
6488 tcg_temp_free_i64(fp1); in gen_farith()
6710 TCGv_i64 fp1 = tcg_temp_new_i64(); in gen_farith() local
6713 gen_load_fpr64(ctx, fp1, ft); in gen_farith()
6714 gen_helper_float_recip2_d(fp0, cpu_env, fp0, fp1); in gen_farith()
6715 tcg_temp_free_i64(fp1); in gen_farith()
6749 TCGv_i64 fp1 = tcg_temp_new_i64(); in gen_farith() local
6752 gen_load_fpr64(ctx, fp1, ft); in gen_farith()
6753 gen_helper_float_rsqrt2_d(fp0, cpu_env, fp0, fp1); in gen_farith()
6754 tcg_temp_free_i64(fp1); in gen_farith()
6778 TCGv_i64 fp1 = tcg_temp_new_i64(); in gen_farith() local
6781 gen_load_fpr64(ctx, fp1, ft); in gen_farith()
6785 gen_cmpabs_d(func-48, fp0, fp1, cc); in gen_farith()
6789 gen_cmp_d(func-48, fp0, fp1, cc); in gen_farith()
6793 tcg_temp_free_i64(fp1); in gen_farith()
6903 TCGv_i64 fp1 = tcg_temp_new_i64(); in gen_farith() local
6906 gen_load_fpr64(ctx, fp1, ft); in gen_farith()
6907 gen_helper_float_add_ps(fp0, cpu_env, fp0, fp1); in gen_farith()
6908 tcg_temp_free_i64(fp1); in gen_farith()
6918 TCGv_i64 fp1 = tcg_temp_new_i64(); in gen_farith() local
6921 gen_load_fpr64(ctx, fp1, ft); in gen_farith()
6922 gen_helper_float_sub_ps(fp0, cpu_env, fp0, fp1); in gen_farith()
6923 tcg_temp_free_i64(fp1); in gen_farith()
6933 TCGv_i64 fp1 = tcg_temp_new_i64(); in gen_farith() local
6936 gen_load_fpr64(ctx, fp1, ft); in gen_farith()
6937 gen_helper_float_mul_ps(fp0, cpu_env, fp0, fp1); in gen_farith()
6938 tcg_temp_free_i64(fp1); in gen_farith()
7021 TCGv_i64 fp1 = tcg_temp_new_i64(); in gen_farith() local
7024 gen_load_fpr64(ctx, fp1, fs); in gen_farith()
7025 gen_helper_float_addr_ps(fp0, cpu_env, fp0, fp1); in gen_farith()
7026 tcg_temp_free_i64(fp1); in gen_farith()
7036 TCGv_i64 fp1 = tcg_temp_new_i64(); in gen_farith() local
7039 gen_load_fpr64(ctx, fp1, fs); in gen_farith()
7040 gen_helper_float_mulr_ps(fp0, cpu_env, fp0, fp1); in gen_farith()
7041 tcg_temp_free_i64(fp1); in gen_farith()
7051 TCGv_i64 fp1 = tcg_temp_new_i64(); in gen_farith() local
7054 gen_load_fpr64(ctx, fp1, fd); in gen_farith()
7055 gen_helper_float_recip2_ps(fp0, cpu_env, fp0, fp1); in gen_farith()
7056 tcg_temp_free_i64(fp1); in gen_farith()
7090 TCGv_i64 fp1 = tcg_temp_new_i64(); in gen_farith() local
7093 gen_load_fpr64(ctx, fp1, ft); in gen_farith()
7094 gen_helper_float_rsqrt2_ps(fp0, cpu_env, fp0, fp1); in gen_farith()
7095 tcg_temp_free_i64(fp1); in gen_farith()
7141 TCGv_i32 fp1 = tcg_temp_new_i32(); in gen_farith() local
7144 gen_load_fpr32(fp1, ft); in gen_farith()
7146 gen_store_fpr32(fp1, fd); in gen_farith()
7148 tcg_temp_free_i32(fp1); in gen_farith()
7156 TCGv_i32 fp1 = tcg_temp_new_i32(); in gen_farith() local
7159 gen_load_fpr32h(fp1, ft); in gen_farith()
7160 gen_store_fpr32(fp1, fd); in gen_farith()
7163 tcg_temp_free_i32(fp1); in gen_farith()
7171 TCGv_i32 fp1 = tcg_temp_new_i32(); in gen_farith() local
7174 gen_load_fpr32(fp1, ft); in gen_farith()
7175 gen_store_fpr32(fp1, fd); in gen_farith()
7178 tcg_temp_free_i32(fp1); in gen_farith()
7186 TCGv_i32 fp1 = tcg_temp_new_i32(); in gen_farith() local
7189 gen_load_fpr32h(fp1, ft); in gen_farith()
7190 gen_store_fpr32(fp1, fd); in gen_farith()
7193 tcg_temp_free_i32(fp1); in gen_farith()
7216 TCGv_i64 fp1 = tcg_temp_new_i64(); in gen_farith() local
7219 gen_load_fpr64(ctx, fp1, ft); in gen_farith()
7221 gen_cmpabs_ps(func-48, fp0, fp1, cc); in gen_farith()
7224 gen_cmp_ps(func-48, fp0, fp1, cc); in gen_farith()
7228 tcg_temp_free_i64(fp1); in gen_farith()
7400 TCGv_i32 fp1 = tcg_temp_new_i32(); in gen_flt3_arith() local
7404 gen_load_fpr32(fp1, ft); in gen_flt3_arith()
7406 gen_helper_float_muladd_s(fp2, cpu_env, fp0, fp1, fp2); in gen_flt3_arith()
7408 tcg_temp_free_i32(fp1); in gen_flt3_arith()
7419 TCGv_i64 fp1 = tcg_temp_new_i64(); in gen_flt3_arith() local
7423 gen_load_fpr64(ctx, fp1, ft); in gen_flt3_arith()
7425 gen_helper_float_muladd_d(fp2, cpu_env, fp0, fp1, fp2); in gen_flt3_arith()
7427 tcg_temp_free_i64(fp1); in gen_flt3_arith()
7437 TCGv_i64 fp1 = tcg_temp_new_i64(); in gen_flt3_arith() local
7441 gen_load_fpr64(ctx, fp1, ft); in gen_flt3_arith()
7443 gen_helper_float_muladd_ps(fp2, cpu_env, fp0, fp1, fp2); in gen_flt3_arith()
7445 tcg_temp_free_i64(fp1); in gen_flt3_arith()
7455 TCGv_i32 fp1 = tcg_temp_new_i32(); in gen_flt3_arith() local
7459 gen_load_fpr32(fp1, ft); in gen_flt3_arith()
7461 gen_helper_float_mulsub_s(fp2, cpu_env, fp0, fp1, fp2); in gen_flt3_arith()
7463 tcg_temp_free_i32(fp1); in gen_flt3_arith()
7474 TCGv_i64 fp1 = tcg_temp_new_i64(); in gen_flt3_arith() local
7478 gen_load_fpr64(ctx, fp1, ft); in gen_flt3_arith()
7480 gen_helper_float_mulsub_d(fp2, cpu_env, fp0, fp1, fp2); in gen_flt3_arith()
7482 tcg_temp_free_i64(fp1); in gen_flt3_arith()
7492 TCGv_i64 fp1 = tcg_temp_new_i64(); in gen_flt3_arith() local
7496 gen_load_fpr64(ctx, fp1, ft); in gen_flt3_arith()
7498 gen_helper_float_mulsub_ps(fp2, cpu_env, fp0, fp1, fp2); in gen_flt3_arith()
7500 tcg_temp_free_i64(fp1); in gen_flt3_arith()
7510 TCGv_i32 fp1 = tcg_temp_new_i32(); in gen_flt3_arith() local
7514 gen_load_fpr32(fp1, ft); in gen_flt3_arith()
7516 gen_helper_float_nmuladd_s(fp2, cpu_env, fp0, fp1, fp2); in gen_flt3_arith()
7518 tcg_temp_free_i32(fp1); in gen_flt3_arith()
7529 TCGv_i64 fp1 = tcg_temp_new_i64(); in gen_flt3_arith() local
7533 gen_load_fpr64(ctx, fp1, ft); in gen_flt3_arith()
7535 gen_helper_float_nmuladd_d(fp2, cpu_env, fp0, fp1, fp2); in gen_flt3_arith()
7537 tcg_temp_free_i64(fp1); in gen_flt3_arith()
7547 TCGv_i64 fp1 = tcg_temp_new_i64(); in gen_flt3_arith() local
7551 gen_load_fpr64(ctx, fp1, ft); in gen_flt3_arith()
7553 gen_helper_float_nmuladd_ps(fp2, cpu_env, fp0, fp1, fp2); in gen_flt3_arith()
7555 tcg_temp_free_i64(fp1); in gen_flt3_arith()
7565 TCGv_i32 fp1 = tcg_temp_new_i32(); in gen_flt3_arith() local
7569 gen_load_fpr32(fp1, ft); in gen_flt3_arith()
7571 gen_helper_float_nmulsub_s(fp2, cpu_env, fp0, fp1, fp2); in gen_flt3_arith()
7573 tcg_temp_free_i32(fp1); in gen_flt3_arith()
7584 TCGv_i64 fp1 = tcg_temp_new_i64(); in gen_flt3_arith() local
7588 gen_load_fpr64(ctx, fp1, ft); in gen_flt3_arith()
7590 gen_helper_float_nmulsub_d(fp2, cpu_env, fp0, fp1, fp2); in gen_flt3_arith()
7592 tcg_temp_free_i64(fp1); in gen_flt3_arith()
7602 TCGv_i64 fp1 = tcg_temp_new_i64(); in gen_flt3_arith() local
7606 gen_load_fpr64(ctx, fp1, ft); in gen_flt3_arith()
7608 gen_helper_float_nmulsub_ps(fp2, cpu_env, fp0, fp1, fp2); in gen_flt3_arith()
7610 tcg_temp_free_i64(fp1); in gen_flt3_arith()