Searched refs:i2_code_number (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | combine.c | 2591 int insn_code_number, i2_code_number = 0, other_code_number = 0; in try_combine() local 3554 i2_code_number = recog_for_combine (&newi2pat, i2, &new_i2_notes); in try_combine() 3560 if (i2_code_number >= 0 && i2set && i3set in try_combine() 3741 i2_code_number = recog_for_combine (&newi2pat, i2, &new_i2_notes); in try_combine() 3759 if (i2_code_number >= 0 && ! (split_code == MULT && ! have_mult)) in try_combine() 3824 i2_code_number = recog_for_combine (&newi2pat, i2, &new_i2_notes); in try_combine() 3826 if (i2_code_number >= 0) in try_combine() 3884 i2_code_number = recog_for_combine (&newi2pat, i2, &new_i2_notes); in try_combine() 3886 if (i2_code_number >= 0) in try_combine() 4227 INSN_CODE (i2) = i2_code_number; in try_combine()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | combine.c | 2649 int insn_code_number, i2_code_number = 0, other_code_number = 0; in try_combine() local 3717 i2_code_number = recog_for_combine (&newi2pat, i2, &new_i2_notes); in try_combine() 3723 if (i2_code_number >= 0 && i2set && i3set in try_combine() 3918 i2_code_number = recog_for_combine (&newi2pat, i2, &new_i2_notes); in try_combine() 3936 if (i2_code_number >= 0 && ! (split_code == MULT && ! have_mult)) in try_combine() 4000 i2_code_number = recog_for_combine (&newi2pat, i2, &new_i2_notes); in try_combine() 4002 if (i2_code_number >= 0) in try_combine() 4086 i2_code_number = recog_for_combine (&newi2pat, i2, &new_i2_notes); in try_combine() 4088 if (i2_code_number >= 0) in try_combine() 4478 INSN_CODE (i2) = i2_code_number; in try_combine()
|