Home
last modified time | relevance | path

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

/system/core/libpixelflinger/codeflinger/
DMIPSAssembler.h383 void BGT(int Rs, int Rt, const char* label);
DMIPSAssembler.cpp716 case GT: mMips->BGT(cond.r1, cond.r2, label); break; in B()
1890 void MIPSAssembler::BGT(int Rs, int Rt, const char* label) in BGT() function in android::MIPSAssembler
DMIPS64Assembler.cpp704 case GT: mMips->BGT(cond.r1, cond.r2, label); break; in B()