Searched refs:FPSrc (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/ |
D | SPUFrameLowering.cpp | 181 MachineLocation FPSrc(MachineLocation::VirtualFP); in emitPrologue() local 182 Moves.push_back(MachineMove(ReadyLabel, FPDst, FPSrc)); in emitPrologue()
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCFrameLowering.cpp | 443 MachineLocation FPSrc(isPPC64 ? PPC::X31 : PPC::R31); in emitPrologue() local 444 Moves.push_back(MachineMove(FrameLabel, FPDst, FPSrc)); in emitPrologue() 476 MachineLocation FPSrc(MachineLocation::VirtualFP); in emitPrologue() local 477 Moves.push_back(MachineMove(ReadyLabel, FPDst, FPSrc)); in emitPrologue()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86FrameLowering.cpp | 720 MachineLocation FPSrc(FramePtr); in emitPrologue() local 721 Moves.push_back(MachineMove(FrameLabel, FPDst, FPSrc)); in emitPrologue() 738 MachineLocation FPSrc(MachineLocation::VirtualFP); in emitPrologue() local 739 Moves.push_back(MachineMove(FrameLabel, FPDst, FPSrc)); in emitPrologue()
|