Searched refs:BLT (Results 1 – 3 of 3) sorted by relevance
/system/core/libpixelflinger/codeflinger/ |
D | MIPSAssembler.cpp | 709 case MI: mMips->BLT(cond.r1, cond.r2, label); break; in B() 715 case LT: mMips->BLT(cond.r1, cond.r2, label); break; in B() 1914 void MIPSAssembler::BLT(int Rs, int Rt, const char* label) in BLT() function in android::MIPSAssembler
|
D | MIPSAssembler.h | 387 void BLT(int Rs, int Rt, const char* label);
|
D | MIPS64Assembler.cpp | 697 case MI: mMips->BLT(cond.r1, cond.r2, label); break; in B() 703 case LT: mMips->BLT(cond.r1, cond.r2, label); break; in B()
|