Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/config/alpha/
H A Dalpha.c7502 emit_frame_store_1 (rtx value, rtx base_reg, HOST_WIDE_INT frame_bias, in emit_frame_store_1() argument
7514 if (frame_bias || value != frame_reg) in emit_frame_store_1()
7516 if (frame_bias) in emit_frame_store_1()
7518 addr = plus_constant (stack_pointer_rtx, frame_bias + base_ofs); in emit_frame_store_1()
7531 HOST_WIDE_INT frame_bias, HOST_WIDE_INT base_ofs) in emit_frame_store() argument
7534 emit_frame_store_1 (reg, base_reg, frame_bias, base_ofs, reg); in emit_frame_store()