Searched refs:offset_rtx (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dexpr.c4078 rtx offset_rtx;
4089 offset_rtx = expand_expr (offset, NULL_RTX, VOIDmode, EXPAND_SUM);
4091 if (GET_MODE (offset_rtx) != Pmode)
4092 offset_rtx = convert_to_mode (Pmode, offset_rtx, 0);
4094 if (GET_MODE (offset_rtx) != ptr_mode)
4095 offset_rtx = convert_to_mode (ptr_mode, offset_rtx, 0);
4112 to_rtx = offset_address (to_rtx, offset_rtx,
4991 rtx offset_rtx;
4066 rtx offset_rtx; local
4977 rtx offset_rtx; local
7496 rtx offset_rtx = expand_expr (offset, NULL_RTX, VOIDmode, local
[all...]
H A Dfunction.c2324 rtx offset_rtx, stack_parm;
2330 offset_rtx = ARGS_SIZE_RTX (data->locate.slot_offset);
2332 offset_rtx = ARGS_SIZE_RTX (data->locate.offset);
2335 if (offset_rtx != const0_rtx)
2336 stack_parm = gen_rtx_PLUS (Pmode, stack_parm, offset_rtx);
2350 else if (GET_CODE (offset_rtx) == CONST_INT)
2352 align = INTVAL (offset_rtx) * BITS_PER_UNIT | boundary;
2311 rtx offset_rtx, stack_parm; local
/freebsd-9.3-release/contrib/gcc/config/rs6000/
H A Drs6000.c14252 rtx reg, offset_rtx, insn, mem, addr, int_rtx;
14266 offset_rtx = gen_rtx_REG (Pmode, 11);
14267 emit_move_insn (offset_rtx, int_rtx);
14269 replacea = offset_rtx;
14274 offset_rtx = int_rtx;
14280 addr = gen_rtx_PLUS (Pmode, frame_reg, offset_rtx);
14294 rtx int_rtx, offset_rtx;
14301 offset_rtx = gen_rtx_REG (Pmode, FIXED_SCRATCH);
14302 emit_move_insn (offset_rtx, int_rtx);
14305 offset_rtx
14219 rtx reg, offset_rtx, insn, mem, addr, int_rtx; local
14261 rtx int_rtx, offset_rtx; local
[all...]

Completed in 172 milliseconds