Searched defs:BLT (Results 1 - 1 of 1) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A DMIPSAssembler.cpp715 case MI: mMips->BLT(cond.r1, cond.r2, label); break;
721 case LT: mMips->BLT(cond.r1, cond.r2, label); break;
1914 void MIPSAssembler::BLT(int Rs, int Rt, const char* label) function in class:android::MIPSAssembler

Completed in 48 milliseconds