Searched refs:BLTU (Results 1 – 3 of 3) sorted by relevance
388 void BLTU(int Rs, int Rt, const char* label);
708 case LO: mMips->BLTU(cond.r1, cond.r2, label); break; in B()1920 void MIPSAssembler::BLTU(int Rs, int Rt, const char* label) in BLTU() function in android::MIPSAssembler
696 case LO: mMips->BLTU(cond.r1, cond.r2, label); break; in B()