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.cpp49 GPRInfoSet = FPRInfoSet = FrameInfoSet = false; in MipsTargetStreamer()
1031 OS.emitIntValue(GPRInfoSet ? GPRBitMask : 0, 4); // reg_mask in emitDirectiveEnd()
1032 OS.emitIntValue(GPRInfoSet ? GPROffset : 0, 4); // reg_offset in emitDirectiveEnd()
1043 GPRInfoSet = FPRInfoSet = FrameInfoSet = false; in emitDirectiveEnd()
1061 GPRInfoSet = FPRInfoSet = FrameInfoSet = false; in emitDirectiveEnt()
1128 GPRInfoSet = true; in emitMask()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsTargetStreamer.h188 bool GPRInfoSet; variable