OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:stackSlotSize
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/XCore/
XCoreFrameLowering.h
51
static int
stackSlotSize
() {
/external/llvm/lib/Target/CellSPU/
SPUFrameLowering.h
54
static int
stackSlotSize
() {
63
return ((1 << 9) - 1) *
stackSlotSize
();
67
return -(1 << 9) *
stackSlotSize
();
71
return (2 *
stackSlotSize
());
75
return frame_index *
stackSlotSize
();
Completed in 415 milliseconds