Home | History | Annotate | Download | only in Mips

Lines Matching refs:isGP64bit

245   if (Subtarget->isGP64bit()) {
256 if (Subtarget->isGP64bit()) {
720 unsigned Opc = Subtarget->isGP64bit() ? Mips::DSUBu : Mips::SUBu;
729 unsigned Opc = Subtarget->isGP64bit() ? Mips::DADDu : Mips::ADDu;
737 if (Subtarget->isGP64bit()) {