Searched refs:isGP32bit (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsRegisterInfo.cpp306 unsigned FP = Subtarget.isGP32bit() ? Mips::FP : Mips::FP_64;
307 unsigned BP = Subtarget.isGP32bit() ? Mips::S7 : Mips::S7_64;
H A DMipsSubtarget.h287 bool isGP32bit() const { return !IsGP64bit; } function in class:llvm::MipsSubtarget

Completed in 111 milliseconds