Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/MC/
DMCWin64EH.cpp682 bool StandaloneLR = false, FPLRPair = false; in tryPackedUnwind() local
712 StandaloneLR = true; in tryPackedUnwind()
743 StandaloneLR = true; in tryPackedUnwind()
754 StandaloneLR = true; in tryPackedUnwind()
763 Inst.Offset != 8 * (RegI + (StandaloneLR ? 1 : 0) + RegF)) in tryPackedUnwind()
778 Inst.Offset != 8 * (RegI + (StandaloneLR ? 1 : 0) + RegF)) in tryPackedUnwind()
838 if (StandaloneLR && FPLRPair) in tryPackedUnwind()
846 if (StandaloneLR) in tryPackedUnwind()
864 int CR = FPLRPair ? 3 : StandaloneLR ? 1 : 0; in tryPackedUnwind()