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