Searched refs:BGE (Results 1 – 3 of 3) sorted by relevance
/system/core/libpixelflinger/codeflinger/ |
D | MIPSAssembler.cpp | 716 case PL: mMips->BGE(cond.r1, cond.r2, label); break; in B() 720 case GE: mMips->BGE(cond.r1, cond.r2, label); break; in B() 1884 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 | 708 case PL: mMips->BGE(cond.r1, cond.r2, label); break; in B() 712 case GE: mMips->BGE(cond.r1, cond.r2, label); break; in B()
|