Searched refs:F64Regs (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 2452 CCState &State, ArrayRef<MCPhysReg> F64Regs) { in CC_MipsO32() argument 2519 Reg = State.AllocateReg(F64Regs); in CC_MipsO32() 2542 static const MCPhysReg F64Regs[] = { Mips::D6, Mips::D7 }; in CC_MipsO32_FP32() local 2544 return CC_MipsO32(ValNo, ValVT, LocVT, LocInfo, ArgFlags, State, F64Regs); in CC_MipsO32_FP32() 2550 static const MCPhysReg F64Regs[] = { Mips::D12_64, Mips::D14_64 }; in CC_MipsO32_FP64() local 2552 return CC_MipsO32(ValNo, ValVT, LocVT, LocInfo, ArgFlags, State, F64Regs); in CC_MipsO32_FP64()
|
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 1735 static const unsigned F64Regs[] = { in CC_MipsO32() local 1793 Reg = State.AllocateReg(F64Regs, FloatRegsSize); in CC_MipsO32()
|