Lines Matching defs:offset_rtx
151 rtx offset_rtx = extract_offset_rtx (insn);
153 if (offset_rtx == NULL_RTX)
156 if (REG_P (offset_rtx))
370 rtx offset_rtx;
411 offset_rtx = XEXP (plus_rtx, 1);
415 offset_rtx = XEXP (plus_rtx, 0);
418 if (ARITHMETIC_P (offset_rtx))
420 gcc_assert (GET_CODE (offset_rtx) == MULT);
421 gcc_assert (REG_P (XEXP (offset_rtx, 0)));
422 offset_rtx = XEXP (offset_rtx, 0);
428 offset_rtx = XEXP (plus_rtx, 1);
436 offset_rtx = XEXP (plus_rtx, 0);
443 return offset_rtx;