Searched refs:GPRInfoSet (Results 1 – 2 of 2) sorted by relevance
40 GPRInfoSet = FPRInfoSet = FrameInfoSet = false; in MipsTargetStreamer()1006 OS.EmitIntValue(GPRInfoSet ? GPRBitMask : 0, 4); // reg_mask in emitDirectiveEnd()1007 OS.EmitIntValue(GPRInfoSet ? GPROffset : 0, 4); // reg_offset in emitDirectiveEnd()1018 GPRInfoSet = FPRInfoSet = FrameInfoSet = false; in emitDirectiveEnd()1036 GPRInfoSet = FPRInfoSet = FrameInfoSet = false; in emitDirectiveEnt()1103 GPRInfoSet = true; in emitMask()
192 bool GPRInfoSet; variable