Home | History | Annotate | Download | only in Mips

Lines Matching refs:BGTZ

494   case Mips::BGTZ:   return Mips::BLEZ;
497 case Mips::BLEZ: return Mips::BGTZ;
646 Opc == Mips::BNE_MM || Opc == Mips::BGTZ || Opc == Mips::BGEZ ||