Home
last modified time | relevance | path

Searched refs:split_code (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dcombine.c3778 enum rtx_code split_code = GET_CODE (*split); in try_combine() local
3809 if (split_code == MULT in try_combine()
3819 split_code = GET_CODE (*split); in try_combine()
3823 if (split_code == PLUS in try_combine()
3836 split_code = GET_CODE (*split); in try_combine()
3842 if (split_code == SUBREG && MEM_P (SUBREG_REG (*split))) in try_combine()
3936 if (i2_code_number >= 0 && ! (split_code == MULT && ! have_mult)) in try_combine()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dcombine.c3616 enum rtx_code split_code = GET_CODE (*split); in try_combine() local
3647 if (split_code == MULT in try_combine()
3656 split_code = GET_CODE (*split); in try_combine()
3662 if (split_code == SUBREG && MEM_P (SUBREG_REG (*split))) in try_combine()
3759 if (i2_code_number >= 0 && ! (split_code == MULT && ! have_mult)) in try_combine()