Searched refs:offset_rtx (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/gcc/ |
| H A D | expr.c | 4068 rtx offset_rtx; in expand_assignment() local 4081 if (GET_MODE (offset_rtx) != Pmode) in expand_assignment() 4082 offset_rtx = convert_to_mode (Pmode, offset_rtx, 0); in expand_assignment() 4085 offset_rtx = convert_to_mode (ptr_mode, offset_rtx, 0); in expand_assignment() 4986 rtx offset_rtx; in store_constructor() local 4993 offset_rtx = expand_normal (offset); in store_constructor() 4997 if (GET_MODE (offset_rtx) != Pmode) in store_constructor() 4998 offset_rtx = convert_to_mode (Pmode, offset_rtx, 0); in store_constructor() 5001 offset_rtx = convert_to_mode (ptr_mode, offset_rtx, 0); in store_constructor() 7512 offset_rtx = convert_to_mode (Pmode, offset_rtx, 0); in expand_expr_real_1() [all …]
|
| H A D | function.c | 2317 rtx offset_rtx, stack_parm; in assign_parm_find_stack_rtl() local 2323 offset_rtx = ARGS_SIZE_RTX (data->locate.slot_offset); in assign_parm_find_stack_rtl() 2325 offset_rtx = ARGS_SIZE_RTX (data->locate.offset); in assign_parm_find_stack_rtl() 2328 if (offset_rtx != const0_rtx) in assign_parm_find_stack_rtl() 2329 stack_parm = gen_rtx_PLUS (Pmode, stack_parm, offset_rtx); in assign_parm_find_stack_rtl() 2343 else if (GET_CODE (offset_rtx) == CONST_INT) in assign_parm_find_stack_rtl() 2345 align = INTVAL (offset_rtx) * BITS_PER_UNIT | boundary; in assign_parm_find_stack_rtl()
|
| H A D | ChangeLog-2002 | 30339 * expr.c (expand_assignment): Allow offset_rtx expansion to
|
| H A D | ChangeLog-2003 | 27269 * expr.c (expand_assignment): Extend offset_rtx with convert_to_mode
|
| H A D | ChangeLog-2004 | 28914 forcing upward padding, take offset_rtx into account when determining
|
| /freebsd-12.1/contrib/gcc/config/rs6000/ |
| H A D | rs6000.c | 14220 rtx reg, offset_rtx, insn, mem, addr, int_rtx; in emit_frame_save() local 14234 offset_rtx = gen_rtx_REG (Pmode, 11); in emit_frame_save() 14235 emit_move_insn (offset_rtx, int_rtx); in emit_frame_save() 14237 replacea = offset_rtx; in emit_frame_save() 14242 offset_rtx = int_rtx; in emit_frame_save() 14248 addr = gen_rtx_PLUS (Pmode, frame_reg, offset_rtx); in emit_frame_save() 14262 rtx int_rtx, offset_rtx; in gen_frame_mem_offset() local 14269 offset_rtx = gen_rtx_REG (Pmode, FIXED_SCRATCH); in gen_frame_mem_offset() 14270 emit_move_insn (offset_rtx, int_rtx); in gen_frame_mem_offset() 14273 offset_rtx = int_rtx; in gen_frame_mem_offset() [all …]
|