OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FPReg
(Results
1 - 5
of
5
) sorted by null
/external/llvm/lib/Target/Hexagon/
HexagonFrameLowering.cpp
120
unsigned
FPReg
= QRI->getFrameRegister();
124
MachineLocation Src(
FPReg
, -8);
133
MachineLocation SPDst(
FPReg
, -8);
134
MachineLocation SPSrc(
FPReg
);
HexagonRegisterInfo.cpp
288
unsigned
FPReg
= getFrameRegister();
290
MachineLocation Src(
FPReg
, 0);
/external/llvm/lib/Target/X86/
X86FloatingPoint.cpp
[
all
...]
X86FrameLowering.cpp
[
all
...]
/external/llvm/lib/Target/PowerPC/
PPCFrameLowering.cpp
731
unsigned
FPReg
= isPPC64 ? PPC::X31 : PPC::R31;
749
.addReg(
FPReg
)
[
all
...]
Completed in 208 milliseconds