Searched refs:BGEU (Results 1 – 3 of 3) sorted by relevance
382 void BGEU(int Rs, int Rt, const char* label);
707 case HS: mMips->BGEU(cond.r1, cond.r2, label); break; in B()1884 void MIPSAssembler::BGEU(int Rs, int Rt, const char* label) in BGEU() function in android::MIPSAssembler
695 case HS: mMips->BGEU(cond.r1, cond.r2, label); break; in B()