Home
last modified time | relevance | path

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

/system/core/libpixelflinger/codeflinger/
DMIPSAssembler.cpp716 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
DMIPSAssembler.h381 void BGE(int Rs, int Rt, const char* label);
DMIPS64Assembler.cpp708 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()