HomeSort by relevance Sort by last modified time
    Searched refs:GPRInfoSet (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsTargetStreamer.cpp 33 GPRInfoSet = FPRInfoSet = FrameInfoSet = false;
582 OS.EmitIntValue(GPRInfoSet ? GPRBitMask : 0, 4); // reg_mask
583 OS.EmitIntValue(GPRInfoSet ? GPROffset : 0, 4); // reg_offset
594 GPRInfoSet = FPRInfoSet = FrameInfoSet = false;
600 GPRInfoSet = FPRInfoSet = FrameInfoSet = false;
664 GPRInfoSet = true;
  /external/llvm/lib/Target/Mips/
MipsTargetStreamer.h 119 bool GPRInfoSet;

Completed in 285 milliseconds