Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:BGTU

1986   case Mips::BGTU:
2804 PseudoOpcode = Mips::BGTU;
2872 case Mips::BGTU:
2877 IsUnsigned = ((PseudoOpcode == Mips::BGTU) || (PseudoOpcode == Mips::BGTUL));
2914 if (PseudoOpcode == Mips::BGTU) {
2932 if ((IsSrcRegZero && PseudoOpcode == Mips::BGTU) ||
2934 // If the $rs is $0 and the pseudo-branch is BGTU (0 > x) or
2954 // if the $rt is $0 and the pseudo-branch is BGTU (x > 0),