HomeSort by relevance Sort by last modified time
    Searched full:isgp32bit (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/Mips/
MipsRegisterInfo.cpp 308 unsigned FP = Subtarget.isGP32bit() ? Mips::FP : Mips::FP_64;
309 unsigned BP = Subtarget.isGP32bit() ? Mips::S7 : Mips::S7_64;
MipsSubtarget.h 226 bool isGP32bit() const { return !IsGP64bit; }
MipsAsmPrinter.cpp 729 if (STI.isGP32bit())
    [all...]
MipsInstrInfo.td 180 def IsGP32bit : Predicate<"!Subtarget->isGP64bit()">,
225 class GPR_32 { list<Predicate> GPRPredicates = [IsGP32bit]; }
    [all...]

Completed in 228 milliseconds