Searched refs:BLTU (Results 1 - 2 of 2) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A DMIPSAssembler.h387 void BLTU(int Rs, int Rt, const char* label);
H A DMIPSAssembler.cpp714 case LO: mMips->BLTU(cond.r1, cond.r2, label); break;
1920 void MIPSAssembler::BLTU(int Rs, int Rt, const char* label) function in class:android::MIPSAssembler

Completed in 9 milliseconds