Home
last modified time | relevance | path

Searched refs:offset_rtx (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dexpr.c4068 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 Dfunction.c2317 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 DChangeLog-200230339 * expr.c (expand_assignment): Allow offset_rtx expansion to
H A DChangeLog-200327269 * expr.c (expand_assignment): Extend offset_rtx with convert_to_mode
H A DChangeLog-200428914 forcing upward padding, take offset_rtx into account when determining
/freebsd-12.1/contrib/gcc/config/rs6000/
H A Drs6000.c14220 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 …]