Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsTargetStreamer.cpp33 GPRInfoSet = FPRInfoSet = FrameInfoSet = false; in MipsTargetStreamer()
582 OS.EmitIntValue(GPRInfoSet ? GPRBitMask : 0, 4); // reg_mask in emitDirectiveEnd()
583 OS.EmitIntValue(GPRInfoSet ? GPROffset : 0, 4); // reg_offset in emitDirectiveEnd()
594 GPRInfoSet = FPRInfoSet = FrameInfoSet = false; in emitDirectiveEnd()
600 GPRInfoSet = FPRInfoSet = FrameInfoSet = false; in emitDirectiveEnt()
664 GPRInfoSet = true; in emitMask()
/external/llvm/lib/Target/Mips/
DMipsTargetStreamer.h119 bool GPRInfoSet; variable