Searched refs:stack_realign_offset (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386.c6214 /* Also adjust stack_realign_offset for the largest alignment of
6256 /* The re-aligned stack starts at frame->stack_realign_offset. Values
6262 Note that the result of (frame->stack_realign_offset
6265 frame->stack_realign_offset = offset - space_needed;
6266 frame->sse_reg_save_offset = frame->stack_realign_offset
6271 frame->stack_realign_offset = offset;
7976 /* Setup RAX as the stub's base pointer. We use stack_realign_offset rather
7979 addr = choose_baseaddr (frame.stack_realign_offset
8277 gcc_assert (m->fs.sp_realigned_offset == frame.stack_realign_offset);
8764 HOST_WIDE_INT rsi_offset = frame.stack_realign_offset
[all...]
H A Di386.h2651 <- stack_realign_offset
2694 HOST_WIDE_INT stack_realign_offset;
2677 HOST_WIDE_INT stack_realign_offset; variable
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386.cc6701 /* Also adjust stack_realign_offset for the largest alignment of
6743 /* The re-aligned stack starts at frame->stack_realign_offset. Values
6749 Note that the result of (frame->stack_realign_offset
6752 frame->stack_realign_offset = offset - space_needed;
6753 frame->sse_reg_save_offset = frame->stack_realign_offset
6758 frame->stack_realign_offset = offset;
8337 /* Setup RAX as the stub's base pointer. We use stack_realign_offset rather
8340 addr = choose_baseaddr (frame.stack_realign_offset
8647 gcc_assert (m->fs.sp_realigned_offset == frame.stack_realign_offset);
9143 HOST_WIDE_INT rsi_offset = frame.stack_realign_offset
[all...]
H A Di386.h2535 <- stack_realign_offset
2578 HOST_WIDE_INT stack_realign_offset;
2561 HOST_WIDE_INT stack_realign_offset; variable

Completed in 361 milliseconds