Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86FloatingPoint.cpp1419 unsigned NumSTDefs = countTrailingOnes(STDefs); in handleSpecialFP() local
1432 << NumSTPopped << ", and defines " << NumSTDefs << " regs.\n"); in handleSpecialFP()
1491 for (unsigned i = 0; i < NumSTDefs; ++i) in handleSpecialFP()
1492 pushReg(NumSTDefs - i - 1); in handleSpecialFP()