Home
last modified time | relevance | path

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

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