| HD | combine.c | 411 static rtx force_to_mode (rtx, enum machine_mode, 4472 force_to_mode (XEXP (x, 0), GET_MODE (XEXP (x, 0)), in combine_simplify_rtx() 4823 force_to_mode (XEXP (x, 1), GET_MODE (XEXP (x, 1)), in combine_simplify_rtx() 5191 src = force_to_mode (src, mode, ~(HOST_WIDE_INT) 0, 0); in simplify_set() 6094 new = force_to_mode (inner, tmode, in make_extraction() 6293 inner = force_to_mode (inner, wanted_inner_mode, in make_extraction() 6631 rtx newer = force_to_mode (tem, mode, ~(HOST_WIDE_INT) 0, in make_compound_operation() 6834 force_to_mode (rtx x, enum machine_mode mode, unsigned HOST_WIDE_INT mask, in force_to_mode() function 6917 return force_to_mode (x, mode, mask, next_select); in force_to_mode() 6930 return force_to_mode (SUBREG_REG (x), mode, mask, next_select); in force_to_mode() [all …]
|