OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stackGrowth
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.cpp
290
int
stackGrowth
= is64Bit ? -8 : -4;
292
// Initial state of the frame pointer is esp+
stackGrowth
.
295
0, MRI.getDwarfRegNum(StackPtr, true), -
stackGrowth
);
301
0, MRI.getDwarfRegNum(InstPtr, true),
stackGrowth
);
/external/llvm/lib/Target/X86/
X86FrameLowering.cpp
320
int
stackGrowth
= -RegInfo->getSlotSize();
333
int64_t saveAreaOffset = (HasFP ? 3 : 2) *
stackGrowth
;
735
int
stackGrowth
= -SlotSize;
768
MCCFIInstruction::createDefCfaOffset(FrameLabel, 2 *
stackGrowth
));
773
2 *
stackGrowth
));
804
int StackOffset = 2 *
stackGrowth
;
822
StackOffset +=
stackGrowth
;
[
all
...]
Completed in 1084 milliseconds