Searched refs:StackTop (Results 1 – 6 of 6) sorted by relevance
154 StackTop = getChildIndex(StackTop, ID); in push()155 assert(StackTop); in push()165 assert(StackTop); in pop()166 assert(Nodes[StackTop].Parent < StackTop); in pop()168 assert(Nodes[StackTop].Interior == ID); in pop()171 assert(Nodes[Nodes[StackTop].Parent].Children[ID] == StackTop); in pop()172 StackTop = Nodes[StackTop].Parent; in pop()186 if (StackTop) { in update()187 TimerIdT Leaf = Nodes[StackTop].Interior; in update()196 TTindex Prefix = StackTop; in update()[all …]
93 TTindex StackTop = 0; variable
154 unsigned StackTop = 0; // The current top of the FP stack. member175 for (unsigned i = 0; i != StackTop; ++i) { in dumpStack()192 return Slot < StackTop && Stack[Slot] == RegNo; in isLive()197 if (STi >= StackTop) in getStackEntry()199 return Stack[StackTop-1-STi]; in getStackEntry()205 return StackTop - 1 - getSlot(RegNo) + X86::ST0; in getSTReg()211 if (StackTop >= 8) in pushReg()213 Stack[StackTop] = Reg; in pushReg()214 RegMap[Reg] = StackTop++; in pushReg()219 if (StackTop == 0) in popReg()[all …]
3907 StackTop
7863 MOV ESP, StackTop8727 MOV SP, StackTop