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

  /external/llvm/lib/Target/Mips/
MipsSubtarget.h 123 bool isGP32bit() const { return !IsGP64bit; }
MipsAsmPrinter.cpp 529 if (Subtarget->isGP32bit())
MipsFrameLowering.cpp 147 unsigned RegSize = STI.isGP32bit() ? 4 : 8;

Completed in 334 milliseconds