Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp49 GPRInfoSet = FPRInfoSet = FrameInfoSet = false; in MipsTargetStreamer()
1033 OS.emitIntValue(GPRInfoSet ? GPRBitMask : 0, 4); // reg_mask in emitDirectiveEnd()
1034 OS.emitIntValue(GPRInfoSet ? GPROffset : 0, 4); // reg_offset in emitDirectiveEnd()
1045 GPRInfoSet = FPRInfoSet = FrameInfoSet = false; in emitDirectiveEnd()
1063 GPRInfoSet = FPRInfoSet = FrameInfoSet = false; in emitDirectiveEnt()
1130 GPRInfoSet = true; in emitMask()
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsTargetStreamer.h188 bool GPRInfoSet; variable