Home
last modified time | relevance | path

Searched refs:GPRInfoSet (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsTargetStreamer.cpp39 GPRInfoSet = FPRInfoSet = FrameInfoSet = false; in MipsTargetStreamer()
885 OS.EmitIntValue(GPRInfoSet ? GPRBitMask : 0, 4); // reg_mask in emitDirectiveEnd()
886 OS.EmitIntValue(GPRInfoSet ? GPROffset : 0, 4); // reg_offset in emitDirectiveEnd()
897 GPRInfoSet = FPRInfoSet = FrameInfoSet = false; in emitDirectiveEnd()
915 GPRInfoSet = FPRInfoSet = FrameInfoSet = false; in emitDirectiveEnt()
982 GPRInfoSet = true; in emitMask()
/external/llvm/lib/Target/Mips/
DMipsTargetStreamer.h173 bool GPRInfoSet; variable