Home
last modified time | relevance | path

Searched refs:BLT (Results 1 – 3 of 3) sorted by relevance

/system/core/libpixelflinger/codeflinger/
DMIPSAssembler.cpp715 case MI: mMips->BLT(cond.r1, cond.r2, label); break; in B()
721 case LT: mMips->BLT(cond.r1, cond.r2, label); break; in B()
1920 void MIPSAssembler::BLT(int Rs, int Rt, const char* label) in BLT() function in android::MIPSAssembler
DMIPSAssembler.h387 void BLT(int Rs, int Rt, const char* label);
DMIPS64Assembler.cpp707 case MI: mMips->BLT(cond.r1, cond.r2, label); break; in B()
713 case LT: mMips->BLT(cond.r1, cond.r2, label); break; in B()