Home
last modified time | relevance | path

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

/system/core/libpixelflinger/codeflinger/
DMIPSAssembler.h382 void BGEU(int Rs, int Rt, const char* label);
DMIPSAssembler.cpp707 case HS: mMips->BGEU(cond.r1, cond.r2, label); break; in B()
1884 void MIPSAssembler::BGEU(int Rs, int Rt, const char* label) in BGEU() function in android::MIPSAssembler
DMIPS64Assembler.cpp695 case HS: mMips->BGEU(cond.r1, cond.r2, label); break; in B()