Searched refs:FPR (Results 1 - 9 of 9) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/
H A DSystemZMachineFunctionInfo.h49 void setVarArgsFirstFPR(unsigned FPR) { VarArgsFirstFPR = FPR; } argument
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/
H A DRegisterContext_x86.h459 struct FPR struct
H A DRegisterContextPOSIX_x86.h427 FPRType m_fpr_type; // determines the type of data stored by union FPR, if any.
428 FPR m_fpr; // floating-point registers including extended register sets.
H A DRegisterInfos_i386.h17 // Computes the offset of the given FPR in the extended data area.
19 (LLVM_EXTENSION offsetof(FPR, xstate) + \
26 // Number of bytes needed to represent a FPR.
H A DRegisterContextPOSIXProcessMonitor_x86.cpp25 #define REG_CONTEXT_SIZE (GetGPRSize() + sizeof(FPR))
H A DRegisterContextPOSIX_x86.cpp440 ::memset(&m_fpr, 0, sizeof(FPR));
H A DRegisterInfos_x86_64.h15 // Computes the offset of the given FPR in the extended data area.
17 (LLVM_EXTENSION offsetof(FPR, xstate) + \
26 // Number of bytes needed to represent a FPR.
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp1913 static const uint16_t FPR[] = { local
1918 return FPR;
2243 static const uint16_t *FPR = GetFPR(); local
2417 VReg = MF.addLiveIn(FPR[FPR_idx], &PPC::F4RCRegClass);
2419 VReg = MF.addLiveIn(FPR[FPR_idx], &PPC::F8RCRegClass);
2544 static const uint16_t *FPR = GetFPR(); local
2754 VReg = MF.addLiveIn(FPR[FPR_idx], &PPC::F4RCRegClass);
2756 VReg = MF.addLiveIn(FPR[FPR_idx], &PPC::F8RCRegClass);
3859 static const uint16_t *FPR = GetFPR(); local
4024 RegsToPass.push_back(std::make_pair(FPR[FPR_id
4248 static const uint16_t *FPR = GetFPR(); local
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DTargetInfo.cpp2792 llvm::Value *FPR = Builder.CreateLoad(FPRPtr, false, "fpr");
2798 llvm::Value *CC = Builder.CreateICmpULT(isInt ? GPR : FPR,
2801 llvm::Value *RegConstant = Builder.CreateMul(isInt ? GPR : FPR,
2819 // Increase the GPR/FPR indexes.
2824 FPR = Builder.CreateAdd(FPR, Builder.getInt8(1));
2825 Builder.CreateStore(FPR, FPRPtr);
4539 MaxRegs = 4; // Maximum of 4 FPR arguments
4542 RegPadding = 0; // floats are passed in the high bits of an FPR

Completed in 699 milliseconds