Home
last modified time | relevance | path

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

/system/core/libpixelflinger/codeflinger/
DMIPSAssembler.h384 void BGTU(int Rs, int Rt, const char* label);
DMIPSAssembler.cpp718 case HI: mMips->BGTU(cond.r1, cond.r2, label); break; in B()
1902 void MIPSAssembler::BGTU(int Rs, int Rt, const char* label) in BGTU() function in android::MIPSAssembler
DMIPS64Assembler.cpp710 case HI: mMips->BGTU(cond.r1, cond.r2, label); break; in B()