Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp1439 unsigned UpdatedSlot = getSlot(updateST0 ? TOS : NotTOS); in handleTwoArgFP() local
1440 assert(UpdatedSlot < StackTop && Dest < 7); in handleTwoArgFP()
1441 Stack[UpdatedSlot] = Dest; in handleTwoArgFP()
1442 RegMap[Dest] = UpdatedSlot; in handleTwoArgFP()