Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp40 GPRInfoSet = FPRInfoSet = FrameInfoSet = false; in MipsTargetStreamer()
1009 OS.EmitIntValue(FPRInfoSet ? FPRBitMask : 0, 4); // fpreg_mask in emitDirectiveEnd()
1010 OS.EmitIntValue(FPRInfoSet ? FPROffset : 0, 4); // fpreg_offset in emitDirectiveEnd()
1018 GPRInfoSet = FPRInfoSet = FrameInfoSet = false; in emitDirectiveEnd()
1036 GPRInfoSet = FPRInfoSet = FrameInfoSet = false; in emitDirectiveEnt()
1110 FPRInfoSet = true; in emitFMask()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsTargetStreamer.h196 bool FPRInfoSet; variable