HomeSort by relevance Sort by last modified time
    Searched refs:StackTop (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/X86/
X86FloatingPoint.cpp 137 unsigned StackTop; // The current top of the FP stack.
179 for (unsigned i = 0; i != StackTop; ++i) {
199 return Slot < StackTop && Stack[Slot] == RegNo;
217 if (STi >= StackTop)
219 return Stack[StackTop-1-STi];
225 return StackTop - 1 - getSlot(RegNo) + X86::ST0;
231 if (StackTop >= 8)
233 Stack[StackTop] = Reg;
234 RegMap[Reg] = StackTop++;
237 bool isAtTop(unsigned RegNo) const { return getSlot(RegNo) == StackTop-1;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rpcndr.h 266 unsigned char *StackTop;
    [all...]

Completed in 68 milliseconds