Lines Matching refs:gen_fpst
8926 void (*gen_fpst)(TCGv_i32, TCGv_i32, TCGv_ptr); in handle_fp_1src_single() local
8948 gen_fpst = gen_helper_bfcvt; in handle_fp_1src_single()
8956 gen_fpst = gen_helper_rints; in handle_fp_1src_single()
8959 gen_fpst = gen_helper_rints_exact; in handle_fp_1src_single()
8962 gen_fpst = gen_helper_rints; in handle_fp_1src_single()
8966 gen_fpst = gen_helper_frint32_s; in handle_fp_1src_single()
8969 gen_fpst = gen_helper_frint32_s; in handle_fp_1src_single()
8973 gen_fpst = gen_helper_frint64_s; in handle_fp_1src_single()
8976 gen_fpst = gen_helper_frint64_s; in handle_fp_1src_single()
8985 gen_fpst(tcg_res, tcg_op, fpst); in handle_fp_1src_single()
8988 gen_fpst(tcg_res, tcg_op, fpst); in handle_fp_1src_single()
8998 void (*gen_fpst)(TCGv_i64, TCGv_i64, TCGv_ptr); in handle_fp_1src_double() local
9028 gen_fpst = gen_helper_rintd; in handle_fp_1src_double()
9031 gen_fpst = gen_helper_rintd_exact; in handle_fp_1src_double()
9034 gen_fpst = gen_helper_rintd; in handle_fp_1src_double()
9038 gen_fpst = gen_helper_frint32_d; in handle_fp_1src_double()
9041 gen_fpst = gen_helper_frint32_d; in handle_fp_1src_double()
9045 gen_fpst = gen_helper_frint64_d; in handle_fp_1src_double()
9048 gen_fpst = gen_helper_frint64_d; in handle_fp_1src_double()
9057 gen_fpst(tcg_res, tcg_op, fpst); in handle_fp_1src_double()
9060 gen_fpst(tcg_res, tcg_op, fpst); in handle_fp_1src_double()