Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/config/cris/
Dcris.cc2108 int multop, int other_op) in cris_side_effect_mode_ok() argument
2141 if (other_op >= 0) in cris_side_effect_mode_ok()
2143 if (GET_MODE_SIZE (GET_MODE (ops[other_op])) > UNITS_PER_WORD) in cris_side_effect_mode_ok()
2150 && cris_base_p (ops[other_op], in cris_side_effect_mode_ok()
2152 && REGNO (ops[lreg]) == REGNO (ops[other_op])) in cris_side_effect_mode_ok()
2153 || rtx_equal_p (ops[other_op], ops[lreg])) in cris_side_effect_mode_ok()
2160 || (other_op >= 0 && ops[other_op] == frame_pointer_rtx)) in cris_side_effect_mode_ok()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-predcom.cc2766 tree other_op; in remove_name_from_operation() local
2772 other_op = gimple_assign_rhs2 (stmt); in remove_name_from_operation()
2774 other_op = gimple_assign_rhs1 (stmt); in remove_name_from_operation()
2777 gimple_assign_set_rhs_from_tree (&si, other_op); in remove_name_from_operation()