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 226 bool isGP32bit() const { return !IsGP64bit; }
MipsRegisterInfo.cpp 308 unsigned FP = Subtarget.isGP32bit() ? Mips::FP : Mips::FP_64;
309 unsigned BP = Subtarget.isGP32bit() ? Mips::S7 : Mips::S7_64;
MipsAsmPrinter.cpp 729 if (STI.isGP32bit())
    [all...]

Completed in 68 milliseconds