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

/system/core/libpixelflinger/codeflinger/
H A DMIPSAssembler.cpp716 case PL: mMips->BGE(cond.r1, cond.r2, label); break;
720 case GE: mMips->BGE(cond.r1, cond.r2, label); break;
1878 void MIPSAssembler::BGE(int Rs, int Rt, const char* label) function in class:android::MIPSAssembler

Completed in 7 milliseconds