Home
last modified time | relevance | path

Searched refs:StackTop (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp154 unsigned StackTop = 0; // The current top of the FP stack. member
175 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 …]
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_basic_logging.cc213 StackEntry StackTop; in InMemoryRawLog() local
216 internal_memcpy(&StackTop, StackEntryPtr, sizeof(StackEntry)); in InMemoryRawLog()
217 if (StackTop.FuncId == FuncId && StackTop.CPU == CPU && in InMemoryRawLog()
218 StackTop.TSC < TSC) { in InMemoryRawLog()
219 auto Delta = TSC - StackTop.TSC; in InMemoryRawLog()
222 TLD.BufferOffset -= StackTop.Type == XRayEntryType::ENTRY ? 1 : 2; in InMemoryRawLog()
/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Ddtsubtable.c156 Subtable->StackTop = AslGbl_SubtableStack; in DtPushSubtable()
184 AslGbl_SubtableStack = Subtable->StackTop; in DtPopSubtable()
H A Ddtcompiler.h125 struct dt_subtable *StackTop; member
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Drpcndr.d189 ubyte * StackTop; member