OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GPRInfoSet
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/Mips/MCTargetDesc/
MipsTargetStreamer.cpp
32
GPRInfoSet
= FPRInfoSet = FrameInfoSet = false;
629
OS.EmitIntValue(
GPRInfoSet
? GPRBitMask : 0, 4); // reg_mask
630
OS.EmitIntValue(
GPRInfoSet
? GPROffset : 0, 4); // reg_offset
641
GPRInfoSet
= FPRInfoSet = FrameInfoSet = false;
659
GPRInfoSet
= FPRInfoSet = FrameInfoSet = false;
726
GPRInfoSet
= true;
/external/llvm/lib/Target/Mips/
MipsTargetStreamer.h
119
bool
GPRInfoSet
;
Completed in 59 milliseconds