Searched refs:StackTop (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp154 unsigned StackTop = 0; // The current top of the FP stack. member in struct:__anon4434::FPS
175 for (unsigned i = 0; i != StackTop; ++i) {
192 return Slot < StackTop && Stack[Slot] == RegNo;
197 if (STi >= StackTop)
199 return Stack[StackTop-1-STi];
205 return StackTop - 1 - getSlot(RegNo) + X86::ST0;
211 if (StackTop >= 8)
213 Stack[StackTop] = Reg;
214 RegMap[Reg] = StackTop++;
219 if (StackTop
[all...]
/freebsd-13-stable/sys/contrib/dev/acpica/compiler/
H A Ddtsubtable.c264 Subtable->StackTop = AslGbl_SubtableStack;
292 AslGbl_SubtableStack = Subtable->StackTop;
H A Ddtcompiler.h233 struct dt_subtable *StackTop; member in struct:dt_subtable
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_basic_logging.cpp212 StackEntry StackTop;
215 internal_memcpy(&StackTop, StackEntryPtr, sizeof(StackEntry));
216 if (StackTop.FuncId == FuncId && StackTop.CPU == CPU &&
217 StackTop.TSC < TSC) {
218 auto Delta = TSC - StackTop.TSC;
221 TLD.BufferOffset -= StackTop.Type == XRayEntryType::ENTRY ? 1 : 2;

Completed in 47 milliseconds