Searched refs:BGE (Results 1 – 3 of 3) sorted by relevance
/system/core/libpixelflinger/codeflinger/ |
D | MIPSAssembler.cpp | 710 case PL: mMips->BGE(cond.r1, cond.r2, label); break; in B() 714 case GE: mMips->BGE(cond.r1, cond.r2, label); break; in B() 1878 void MIPSAssembler::BGE(int Rs, int Rt, const char* label) in BGE() function in android::MIPSAssembler
|
D | MIPSAssembler.h | 381 void BGE(int Rs, int Rt, const char* label);
|
D | MIPS64Assembler.cpp | 698 case PL: mMips->BGE(cond.r1, cond.r2, label); break; in B() 702 case GE: mMips->BGE(cond.r1, cond.r2, label); break; in B()
|