Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/MC/
DMCWin64EH.cpp682 bool StandaloneLR = false, FPLRPair = false; in tryPackedUnwind() local
820 FPLRPair = true; in tryPackedUnwind()
827 FPLRPair = true; in tryPackedUnwind()
838 if (StandaloneLR && FPLRPair) in tryPackedUnwind()
840 if (FPLRPair && Location != End) in tryPackedUnwind()
852 if (FPLRPair && StackOffset < 16) in tryPackedUnwind()
864 int CR = FPLRPair ? 3 : StandaloneLR ? 1 : 0; in tryPackedUnwind()