Searched refs:i2_code_number (Results 1 – 2 of 2) sorted by relevance
| /trueos/contrib/gcc/ |
| HD | combine.c | 1821 int insn_code_number, i2_code_number = 0, other_code_number = 0; in try_combine() local 2646 i2_code_number = recog_for_combine (&newi2pat, i2, &new_i2_notes); in try_combine() 2652 if (i2_code_number >= 0 && i2set && i3set in try_combine() 2822 i2_code_number = recog_for_combine (&newi2pat, i2, &new_i2_notes); in try_combine() 2840 if (i2_code_number >= 0 && ! (split_code == MULT && ! have_mult)) in try_combine() 2901 i2_code_number = recog_for_combine (&newi2pat, i2, &new_i2_notes); in try_combine() 2903 if (i2_code_number >= 0) in try_combine() 2956 i2_code_number = recog_for_combine (&newi2pat, i2, &new_i2_notes); in try_combine() 2958 if (i2_code_number >= 0) in try_combine() 3196 INSN_CODE (i2) = i2_code_number; in try_combine()
|
| HD | ChangeLog-1999 | 10150 * combine.c (try_combine): Likewise for variables `i2_code_number'
|