Searched refs:GPRInfoSet (Results 1 – 2 of 2) sorted by relevance
39 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()
173 bool GPRInfoSet; variable