Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp52 GPRInfoSet = FPRInfoSet = FrameInfoSet = false; in MipsTargetStreamer()
1124 OS.emitIntValue(GPRInfoSet ? GPRBitMask : 0, 4); // reg_mask in emitDirectiveEnd()
1125 OS.emitIntValue(GPRInfoSet ? GPROffset : 0, 4); // reg_offset in emitDirectiveEnd()
1136 GPRInfoSet = FPRInfoSet = FrameInfoSet = false; in emitDirectiveEnd()
1153 GPRInfoSet = FPRInfoSet = FrameInfoSet = false; in emitDirectiveEnt()
1220 GPRInfoSet = true; in emitMask()
H A DMipsTargetStreamer.h197 bool GPRInfoSet; variable