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

/freebsd-11-stable/contrib/gcc/
H A Dexpr.c4080 rtx offset_rtx;
4091 offset_rtx = expand_expr (offset, NULL_RTX, VOIDmode, EXPAND_SUM);
4093 if (GET_MODE (offset_rtx) != Pmode)
4094 offset_rtx = convert_to_mode (Pmode, offset_rtx, 0);
4096 if (GET_MODE (offset_rtx) != ptr_mode)
4097 offset_rtx = convert_to_mode (ptr_mode, offset_rtx, 0);
4114 to_rtx = offset_address (to_rtx, offset_rtx,
5000 rtx offset_rtx;
4068 rtx offset_rtx; local
4986 rtx offset_rtx; local
7505 rtx offset_rtx = expand_expr (offset, NULL_RTX, VOIDmode, local
[all...]
H A Dfunction.c2330 rtx offset_rtx, stack_parm;
2336 offset_rtx = ARGS_SIZE_RTX (data->locate.slot_offset);
2338 offset_rtx = ARGS_SIZE_RTX (data->locate.offset);
2341 if (offset_rtx != const0_rtx)
2342 stack_parm = gen_rtx_PLUS (Pmode, stack_parm, offset_rtx);
2356 else if (GET_CODE (offset_rtx) == CONST_INT)
2358 align = INTVAL (offset_rtx) * BITS_PER_UNIT | boundary;
2317 rtx offset_rtx, stack_parm; local
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.c14253 rtx reg, offset_rtx, insn, mem, addr, int_rtx;
14267 offset_rtx = gen_rtx_REG (Pmode, 11);
14268 emit_move_insn (offset_rtx, int_rtx);
14270 replacea = offset_rtx;
14275 offset_rtx = int_rtx;
14281 addr = gen_rtx_PLUS (Pmode, frame_reg, offset_rtx);
14295 rtx int_rtx, offset_rtx;
14302 offset_rtx = gen_rtx_REG (Pmode, FIXED_SCRATCH);
14303 emit_move_insn (offset_rtx, int_rtx);
14306 offset_rtx
14220 rtx reg, offset_rtx, insn, mem, addr, int_rtx; local
14262 rtx int_rtx, offset_rtx; local
[all...]

Completed in 278 milliseconds