Lines Matching refs:fp1

1751     TCGv_i##bits fp1 = tcg_temp_new_i##bits();                                \
1769 gen_ldcmp_fpr##bits(ctx, fp1, ft); \
1772 gen_helper_0e2i(cmp ## type ## _ ## fmt ## _f, fp0, fp1, cc); \
1775 gen_helper_0e2i(cmp ## type ## _ ## fmt ## _un, fp0, fp1, cc); \
1778 gen_helper_0e2i(cmp ## type ## _ ## fmt ## _eq, fp0, fp1, cc); \
1781 gen_helper_0e2i(cmp ## type ## _ ## fmt ## _ueq, fp0, fp1, cc); \
1784 gen_helper_0e2i(cmp ## type ## _ ## fmt ## _olt, fp0, fp1, cc); \
1787 gen_helper_0e2i(cmp ## type ## _ ## fmt ## _ult, fp0, fp1, cc); \
1790 gen_helper_0e2i(cmp ## type ## _ ## fmt ## _ole, fp0, fp1, cc); \
1793 gen_helper_0e2i(cmp ## type ## _ ## fmt ## _ule, fp0, fp1, cc); \
1796 gen_helper_0e2i(cmp ## type ## _ ## fmt ## _sf, fp0, fp1, cc); \
1799 gen_helper_0e2i(cmp ## type ## _ ## fmt ## _ngle, fp0, fp1, cc); \
1802 gen_helper_0e2i(cmp ## type ## _ ## fmt ## _seq, fp0, fp1, cc); \
1805 gen_helper_0e2i(cmp ## type ## _ ## fmt ## _ngl, fp0, fp1, cc); \
1808 gen_helper_0e2i(cmp ## type ## _ ## fmt ## _lt, fp0, fp1, cc); \
1811 gen_helper_0e2i(cmp ## type ## _ ## fmt ## _nge, fp0, fp1, cc); \
1814 gen_helper_0e2i(cmp ## type ## _ ## fmt ## _le, fp0, fp1, cc); \
1817 gen_helper_0e2i(cmp ## type ## _ ## fmt ## _ngt, fp0, fp1, cc); \
1837 TCGv_i ## bits fp1 = tcg_temp_new_i ## bits(); \
1842 gen_ldcmp_fpr ## bits(ctx, fp1, ft); \
1845 gen_helper_r6_cmp_ ## fmt ## _af(fp0, tcg_env, fp0, fp1); \
1848 gen_helper_r6_cmp_ ## fmt ## _un(fp0, tcg_env, fp0, fp1); \
1851 gen_helper_r6_cmp_ ## fmt ## _eq(fp0, tcg_env, fp0, fp1); \
1854 gen_helper_r6_cmp_ ## fmt ## _ueq(fp0, tcg_env, fp0, fp1); \
1857 gen_helper_r6_cmp_ ## fmt ## _lt(fp0, tcg_env, fp0, fp1); \
1860 gen_helper_r6_cmp_ ## fmt ## _ult(fp0, tcg_env, fp0, fp1); \
1863 gen_helper_r6_cmp_ ## fmt ## _le(fp0, tcg_env, fp0, fp1); \
1866 gen_helper_r6_cmp_ ## fmt ## _ule(fp0, tcg_env, fp0, fp1); \
1869 gen_helper_r6_cmp_ ## fmt ## _saf(fp0, tcg_env, fp0, fp1); \
1872 gen_helper_r6_cmp_ ## fmt ## _sun(fp0, tcg_env, fp0, fp1); \
1875 gen_helper_r6_cmp_ ## fmt ## _seq(fp0, tcg_env, fp0, fp1); \
1878 gen_helper_r6_cmp_ ## fmt ## _sueq(fp0, tcg_env, fp0, fp1); \
1881 gen_helper_r6_cmp_ ## fmt ## _slt(fp0, tcg_env, fp0, fp1); \
1884 gen_helper_r6_cmp_ ## fmt ## _sult(fp0, tcg_env, fp0, fp1); \
1887 gen_helper_r6_cmp_ ## fmt ## _sle(fp0, tcg_env, fp0, fp1); \
1890 gen_helper_r6_cmp_ ## fmt ## _sule(fp0, tcg_env, fp0, fp1); \
1893 gen_helper_r6_cmp_ ## fmt ## _or(fp0, tcg_env, fp0, fp1); \
1896 gen_helper_r6_cmp_ ## fmt ## _une(fp0, tcg_env, fp0, fp1); \
1899 gen_helper_r6_cmp_ ## fmt ## _ne(fp0, tcg_env, fp0, fp1); \
1902 gen_helper_r6_cmp_ ## fmt ## _sor(fp0, tcg_env, fp0, fp1); \
1905 gen_helper_r6_cmp_ ## fmt ## _sune(fp0, tcg_env, fp0, fp1); \
1908 gen_helper_r6_cmp_ ## fmt ## _sne(fp0, tcg_env, fp0, fp1); \
9208 TCGv_i32 fp1 = tcg_temp_new_i32(); in gen_sel_s() local
9211 gen_load_fpr32(ctx, fp1, ft); in gen_sel_s()
9217 tcg_gen_movcond_i32(TCG_COND_NE, fp0, fp0, t1, fp1, fp2); in gen_sel_s()
9220 tcg_gen_andi_i32(fp1, fp1, 1); in gen_sel_s()
9221 tcg_gen_movcond_i32(TCG_COND_EQ, fp0, fp1, t1, fp2, t1); in gen_sel_s()
9224 tcg_gen_andi_i32(fp1, fp1, 1); in gen_sel_s()
9225 tcg_gen_movcond_i32(TCG_COND_NE, fp0, fp1, t1, fp2, t1); in gen_sel_s()
9241 TCGv_i64 fp1 = tcg_temp_new_i64(); in gen_sel_d() local
9244 gen_load_fpr64(ctx, fp1, ft); in gen_sel_d()
9250 tcg_gen_movcond_i64(TCG_COND_NE, fp0, fp0, t1, fp1, fp2); in gen_sel_d()
9253 tcg_gen_andi_i64(fp1, fp1, 1); in gen_sel_d()
9254 tcg_gen_movcond_i64(TCG_COND_EQ, fp0, fp1, t1, fp2, t1); in gen_sel_d()
9257 tcg_gen_andi_i64(fp1, fp1, 1); in gen_sel_d()
9258 tcg_gen_movcond_i64(TCG_COND_NE, fp0, fp1, t1, fp2, t1); in gen_sel_d()
9277 TCGv_i32 fp1 = tcg_temp_new_i32(); in gen_farith() local
9280 gen_load_fpr32(ctx, fp1, ft); in gen_farith()
9281 gen_helper_float_add_s(fp0, tcg_env, fp0, fp1); in gen_farith()
9288 TCGv_i32 fp1 = tcg_temp_new_i32(); in gen_farith() local
9291 gen_load_fpr32(ctx, fp1, ft); in gen_farith()
9292 gen_helper_float_sub_s(fp0, tcg_env, fp0, fp1); in gen_farith()
9299 TCGv_i32 fp1 = tcg_temp_new_i32(); in gen_farith() local
9302 gen_load_fpr32(ctx, fp1, ft); in gen_farith()
9303 gen_helper_float_mul_s(fp0, tcg_env, fp0, fp1); in gen_farith()
9310 TCGv_i32 fp1 = tcg_temp_new_i32(); in gen_farith() local
9313 gen_load_fpr32(ctx, fp1, ft); in gen_farith()
9314 gen_helper_float_div_s(fp0, tcg_env, fp0, fp1); in gen_farith()
9541 TCGv_i32 fp1 = tcg_temp_new_i32(); in gen_farith() local
9544 gen_load_fpr32(ctx, fp1, ft); in gen_farith()
9546 gen_helper_float_maddf_s(fp2, tcg_env, fp0, fp1, fp2); in gen_farith()
9554 TCGv_i32 fp1 = tcg_temp_new_i32(); in gen_farith() local
9557 gen_load_fpr32(ctx, fp1, ft); in gen_farith()
9559 gen_helper_float_msubf_s(fp2, tcg_env, fp0, fp1, fp2); in gen_farith()
9585 TCGv_i32 fp1 = tcg_temp_new_i32(); in gen_farith() local
9588 gen_load_fpr32(ctx, fp1, ft); in gen_farith()
9589 gen_helper_float_min_s(fp2, tcg_env, fp0, fp1); in gen_farith()
9596 TCGv_i32 fp1 = tcg_temp_new_i32(); in gen_farith() local
9599 gen_load_fpr32(ctx, fp1, ft); in gen_farith()
9600 gen_helper_float_recip2_s(fp0, tcg_env, fp0, fp1); in gen_farith()
9609 TCGv_i32 fp1 = tcg_temp_new_i32(); in gen_farith() local
9612 gen_load_fpr32(ctx, fp1, ft); in gen_farith()
9613 gen_helper_float_mina_s(fp2, tcg_env, fp0, fp1); in gen_farith()
9631 TCGv_i32 fp1 = tcg_temp_new_i32(); in gen_farith() local
9633 gen_load_fpr32(ctx, fp1, ft); in gen_farith()
9634 gen_helper_float_max_s(fp1, tcg_env, fp0, fp1); in gen_farith()
9635 gen_store_fpr32(ctx, fp1, fd); in gen_farith()
9652 TCGv_i32 fp1 = tcg_temp_new_i32(); in gen_farith() local
9654 gen_load_fpr32(ctx, fp1, ft); in gen_farith()
9655 gen_helper_float_maxa_s(fp1, tcg_env, fp0, fp1); in gen_farith()
9656 gen_store_fpr32(ctx, fp1, fd); in gen_farith()
9662 TCGv_i32 fp1 = tcg_temp_new_i32(); in gen_farith() local
9665 gen_load_fpr32(ctx, fp1, ft); in gen_farith()
9666 gen_helper_float_rsqrt2_s(fp0, tcg_env, fp0, fp1); in gen_farith()
9750 TCGv_i64 fp1 = tcg_temp_new_i64(); in gen_farith() local
9753 gen_load_fpr64(ctx, fp1, ft); in gen_farith()
9754 gen_helper_float_add_d(fp0, tcg_env, fp0, fp1); in gen_farith()
9762 TCGv_i64 fp1 = tcg_temp_new_i64(); in gen_farith() local
9765 gen_load_fpr64(ctx, fp1, ft); in gen_farith()
9766 gen_helper_float_sub_d(fp0, tcg_env, fp0, fp1); in gen_farith()
9774 TCGv_i64 fp1 = tcg_temp_new_i64(); in gen_farith() local
9777 gen_load_fpr64(ctx, fp1, ft); in gen_farith()
9778 gen_helper_float_mul_d(fp0, tcg_env, fp0, fp1); in gen_farith()
9786 TCGv_i64 fp1 = tcg_temp_new_i64(); in gen_farith() local
9789 gen_load_fpr64(ctx, fp1, ft); in gen_farith()
9790 gen_helper_float_div_d(fp0, tcg_env, fp0, fp1); in gen_farith()
10027 TCGv_i64 fp1 = tcg_temp_new_i64(); in gen_farith() local
10030 gen_load_fpr64(ctx, fp1, ft); in gen_farith()
10032 gen_helper_float_maddf_d(fp2, tcg_env, fp0, fp1, fp2); in gen_farith()
10040 TCGv_i64 fp1 = tcg_temp_new_i64(); in gen_farith() local
10043 gen_load_fpr64(ctx, fp1, ft); in gen_farith()
10045 gen_helper_float_msubf_d(fp2, tcg_env, fp0, fp1, fp2); in gen_farith()
10071 TCGv_i64 fp1 = tcg_temp_new_i64(); in gen_farith() local
10073 gen_load_fpr64(ctx, fp1, ft); in gen_farith()
10074 gen_helper_float_min_d(fp1, tcg_env, fp0, fp1); in gen_farith()
10075 gen_store_fpr64(ctx, fp1, fd); in gen_farith()
10081 TCGv_i64 fp1 = tcg_temp_new_i64(); in gen_farith() local
10084 gen_load_fpr64(ctx, fp1, ft); in gen_farith()
10085 gen_helper_float_recip2_d(fp0, tcg_env, fp0, fp1); in gen_farith()
10094 TCGv_i64 fp1 = tcg_temp_new_i64(); in gen_farith() local
10096 gen_load_fpr64(ctx, fp1, ft); in gen_farith()
10097 gen_helper_float_mina_d(fp1, tcg_env, fp0, fp1); in gen_farith()
10098 gen_store_fpr64(ctx, fp1, fd); in gen_farith()
10115 TCGv_i64 fp1 = tcg_temp_new_i64(); in gen_farith() local
10117 gen_load_fpr64(ctx, fp1, ft); in gen_farith()
10118 gen_helper_float_max_d(fp1, tcg_env, fp0, fp1); in gen_farith()
10119 gen_store_fpr64(ctx, fp1, fd); in gen_farith()
10136 TCGv_i64 fp1 = tcg_temp_new_i64(); in gen_farith() local
10138 gen_load_fpr64(ctx, fp1, ft); in gen_farith()
10139 gen_helper_float_maxa_d(fp1, tcg_env, fp0, fp1); in gen_farith()
10140 gen_store_fpr64(ctx, fp1, fd); in gen_farith()
10146 TCGv_i64 fp1 = tcg_temp_new_i64(); in gen_farith() local
10149 gen_load_fpr64(ctx, fp1, ft); in gen_farith()
10150 gen_helper_float_rsqrt2_d(fp0, tcg_env, fp0, fp1); in gen_farith()
10273 TCGv_i64 fp1 = tcg_temp_new_i64(); in gen_farith() local
10276 gen_load_fpr64(ctx, fp1, ft); in gen_farith()
10277 gen_helper_float_add_ps(fp0, tcg_env, fp0, fp1); in gen_farith()
10285 TCGv_i64 fp1 = tcg_temp_new_i64(); in gen_farith() local
10288 gen_load_fpr64(ctx, fp1, ft); in gen_farith()
10289 gen_helper_float_sub_ps(fp0, tcg_env, fp0, fp1); in gen_farith()
10297 TCGv_i64 fp1 = tcg_temp_new_i64(); in gen_farith() local
10300 gen_load_fpr64(ctx, fp1, ft); in gen_farith()
10301 gen_helper_float_mul_ps(fp0, tcg_env, fp0, fp1); in gen_farith()
10372 TCGv_i64 fp1 = tcg_temp_new_i64(); in gen_farith() local
10375 gen_load_fpr64(ctx, fp1, fs); in gen_farith()
10376 gen_helper_float_addr_ps(fp0, tcg_env, fp0, fp1); in gen_farith()
10384 TCGv_i64 fp1 = tcg_temp_new_i64(); in gen_farith() local
10387 gen_load_fpr64(ctx, fp1, fs); in gen_farith()
10388 gen_helper_float_mulr_ps(fp0, tcg_env, fp0, fp1); in gen_farith()
10396 TCGv_i64 fp1 = tcg_temp_new_i64(); in gen_farith() local
10399 gen_load_fpr64(ctx, fp1, ft); in gen_farith()
10400 gen_helper_float_recip2_ps(fp0, tcg_env, fp0, fp1); in gen_farith()
10428 TCGv_i64 fp1 = tcg_temp_new_i64(); in gen_farith() local
10431 gen_load_fpr64(ctx, fp1, ft); in gen_farith()
10432 gen_helper_float_rsqrt2_ps(fp0, tcg_env, fp0, fp1); in gen_farith()
10470 TCGv_i32 fp1 = tcg_temp_new_i32(); in gen_farith() local
10473 gen_load_fpr32(ctx, fp1, ft); in gen_farith()
10475 gen_store_fpr32(ctx, fp1, fd); in gen_farith()
10482 TCGv_i32 fp1 = tcg_temp_new_i32(); in gen_farith() local
10485 gen_load_fpr32h(ctx, fp1, ft); in gen_farith()
10486 gen_store_fpr32(ctx, fp1, fd); in gen_farith()
10494 TCGv_i32 fp1 = tcg_temp_new_i32(); in gen_farith() local
10497 gen_load_fpr32(ctx, fp1, ft); in gen_farith()
10498 gen_store_fpr32(ctx, fp1, fd); in gen_farith()
10506 TCGv_i32 fp1 = tcg_temp_new_i32(); in gen_farith() local
10509 gen_load_fpr32h(ctx, fp1, ft); in gen_farith()
10510 gen_store_fpr32(ctx, fp1, fd); in gen_farith()
10661 TCGv_i32 fp1 = tcg_temp_new_i32(); in gen_flt3_arith() local
10665 gen_load_fpr32(ctx, fp1, ft); in gen_flt3_arith()
10667 gen_helper_float_madd_s(fp2, tcg_env, fp0, fp1, fp2); in gen_flt3_arith()
10676 TCGv_i64 fp1 = tcg_temp_new_i64(); in gen_flt3_arith() local
10680 gen_load_fpr64(ctx, fp1, ft); in gen_flt3_arith()
10682 gen_helper_float_madd_d(fp2, tcg_env, fp0, fp1, fp2); in gen_flt3_arith()
10690 TCGv_i64 fp1 = tcg_temp_new_i64(); in gen_flt3_arith() local
10694 gen_load_fpr64(ctx, fp1, ft); in gen_flt3_arith()
10696 gen_helper_float_madd_ps(fp2, tcg_env, fp0, fp1, fp2); in gen_flt3_arith()
10704 TCGv_i32 fp1 = tcg_temp_new_i32(); in gen_flt3_arith() local
10708 gen_load_fpr32(ctx, fp1, ft); in gen_flt3_arith()
10710 gen_helper_float_msub_s(fp2, tcg_env, fp0, fp1, fp2); in gen_flt3_arith()
10719 TCGv_i64 fp1 = tcg_temp_new_i64(); in gen_flt3_arith() local
10723 gen_load_fpr64(ctx, fp1, ft); in gen_flt3_arith()
10725 gen_helper_float_msub_d(fp2, tcg_env, fp0, fp1, fp2); in gen_flt3_arith()
10733 TCGv_i64 fp1 = tcg_temp_new_i64(); in gen_flt3_arith() local
10737 gen_load_fpr64(ctx, fp1, ft); in gen_flt3_arith()
10739 gen_helper_float_msub_ps(fp2, tcg_env, fp0, fp1, fp2); in gen_flt3_arith()
10747 TCGv_i32 fp1 = tcg_temp_new_i32(); in gen_flt3_arith() local
10751 gen_load_fpr32(ctx, fp1, ft); in gen_flt3_arith()
10753 gen_helper_float_nmadd_s(fp2, tcg_env, fp0, fp1, fp2); in gen_flt3_arith()
10762 TCGv_i64 fp1 = tcg_temp_new_i64(); in gen_flt3_arith() local
10766 gen_load_fpr64(ctx, fp1, ft); in gen_flt3_arith()
10768 gen_helper_float_nmadd_d(fp2, tcg_env, fp0, fp1, fp2); in gen_flt3_arith()
10776 TCGv_i64 fp1 = tcg_temp_new_i64(); in gen_flt3_arith() local
10780 gen_load_fpr64(ctx, fp1, ft); in gen_flt3_arith()
10782 gen_helper_float_nmadd_ps(fp2, tcg_env, fp0, fp1, fp2); in gen_flt3_arith()
10790 TCGv_i32 fp1 = tcg_temp_new_i32(); in gen_flt3_arith() local
10794 gen_load_fpr32(ctx, fp1, ft); in gen_flt3_arith()
10796 gen_helper_float_nmsub_s(fp2, tcg_env, fp0, fp1, fp2); in gen_flt3_arith()
10805 TCGv_i64 fp1 = tcg_temp_new_i64(); in gen_flt3_arith() local
10809 gen_load_fpr64(ctx, fp1, ft); in gen_flt3_arith()
10811 gen_helper_float_nmsub_d(fp2, tcg_env, fp0, fp1, fp2); in gen_flt3_arith()
10819 TCGv_i64 fp1 = tcg_temp_new_i64(); in gen_flt3_arith() local
10823 gen_load_fpr64(ctx, fp1, ft); in gen_flt3_arith()
10825 gen_helper_float_nmsub_ps(fp2, tcg_env, fp0, fp1, fp2); in gen_flt3_arith()