Home
last modified time | relevance | path

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

/system/core/libpixelflinger/codeflinger/
DMIPSAssembler.cpp711 case PL: mMips->BGE(cond.r1, cond.r2, label); break; in B()
715 case GE: mMips->BGE(cond.r1, cond.r2, label); break; in B()
1872 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.cpp701 case PL: mMips->BGE(cond.r1, cond.r2, label); break; in B()
705 case GE: mMips->BGE(cond.r1, cond.r2, label); break; in B()