OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FPRInfoSet
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/Mips/MCTargetDesc/
MipsTargetStreamer.cpp
32
GPRInfoSet =
FPRInfoSet
= FrameInfoSet = false;
632
OS.EmitIntValue(
FPRInfoSet
? FPRBitMask : 0, 4); // fpreg_mask
633
OS.EmitIntValue(
FPRInfoSet
? FPROffset : 0, 4); // fpreg_offset
641
GPRInfoSet =
FPRInfoSet
= FrameInfoSet = false;
659
GPRInfoSet =
FPRInfoSet
= FrameInfoSet = false;
733
FPRInfoSet
= true;
/external/llvm/lib/Target/Mips/
MipsTargetStreamer.h
123
bool
FPRInfoSet
;
Completed in 123 milliseconds