Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Sparc/
DLeonPasses.cpp831 int FxRegIndex, FyRegIndex; in runOnMachineFunction() local
841 (GetRegIndexForOperand(MI, LAST_OPERAND) == FxRegIndex || in runOnMachineFunction()
843 GetRegIndexForOperand(MI, 0) == FxRegIndex) { in runOnMachineFunction()
874 FxRegIndex = GetRegIndexForOperand(*Pattern1FirstInstruction, 0); in runOnMachineFunction()
880 int DoublePrecRegIndexForX = (FxRegIndex - SP::F0) / 2; in runOnMachineFunction()