Searched refs:other_code (Results 1 – 4 of 4) sorted by relevance
499 other_code: in do_jump()594 goto other_code; in do_jump()605 goto other_code; in do_jump()
867 enum rtx_code other_code; in condition_dominates_p() local876 other_code = GET_CODE (other_condition); in condition_dominates_p()877 if (GET_RTX_LENGTH (code) != 2 || GET_RTX_LENGTH (other_code) != 2 in condition_dominates_p()882 return comparison_dominates_p (code, other_code); in condition_dominates_p()
931 enum rtx_code other_code; in condition_dominates_p() local940 other_code = GET_CODE (other_condition); in condition_dominates_p()941 if (GET_RTX_LENGTH (code) != 2 || GET_RTX_LENGTH (other_code) != 2 in condition_dominates_p()946 return comparison_dominates_p (code, other_code); in condition_dominates_p()