Lines Matching refs:convert_int

2210       case Iop_I32StoF128:  conv = S390_BFP_I32_TO_F128;  goto convert_int;  in s390_isel_float128_expr_wrk()
2211 case Iop_I64StoF128: conv = S390_BFP_I64_TO_F128; goto convert_int; in s390_isel_float128_expr_wrk()
2212 case Iop_I32UtoF128: conv = S390_BFP_U32_TO_F128; goto convert_int; in s390_isel_float128_expr_wrk()
2213 case Iop_I64UtoF128: conv = S390_BFP_U64_TO_F128; goto convert_int; in s390_isel_float128_expr_wrk()
2235 convert_int: in s390_isel_float128_expr_wrk()
2419 case Iop_I32StoF32: conv = S390_BFP_I32_TO_F32; goto convert_int; in s390_isel_float_expr_wrk()
2420 case Iop_I32UtoF32: conv = S390_BFP_U32_TO_F32; goto convert_int; in s390_isel_float_expr_wrk()
2421 case Iop_I64StoF32: conv = S390_BFP_I64_TO_F32; goto convert_int; in s390_isel_float_expr_wrk()
2422 case Iop_I64StoF64: conv = S390_BFP_I64_TO_F64; goto convert_int; in s390_isel_float_expr_wrk()
2423 case Iop_I64UtoF32: conv = S390_BFP_U64_TO_F32; goto convert_int; in s390_isel_float_expr_wrk()
2424 case Iop_I64UtoF64: conv = S390_BFP_U64_TO_F64; goto convert_int; in s390_isel_float_expr_wrk()
2436 convert_int: in s390_isel_float_expr_wrk()
2915 case Iop_I32StoD128: conv = S390_DFP_I32_TO_D128; goto convert_int; in s390_isel_dfp128_expr_wrk()
2916 case Iop_I64StoD128: conv = S390_DFP_I64_TO_D128; goto convert_int; in s390_isel_dfp128_expr_wrk()
2917 case Iop_I32UtoD128: conv = S390_DFP_U32_TO_D128; goto convert_int; in s390_isel_dfp128_expr_wrk()
2918 case Iop_I64UtoD128: conv = S390_DFP_U64_TO_D128; goto convert_int; in s390_isel_dfp128_expr_wrk()
2928 convert_int: in s390_isel_dfp128_expr_wrk()
3023 case Iop_I64StoD64: conv = S390_DFP_I64_TO_D64; goto convert_int; in s390_isel_dfp_expr_wrk()
3024 case Iop_I64UtoD64: conv = S390_DFP_U64_TO_D64; goto convert_int; in s390_isel_dfp_expr_wrk()
3036 convert_int: in s390_isel_dfp_expr_wrk()