Home
last modified time | relevance | path

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

/system/core/libpixelflinger/codeflinger/
DMIPSAssembler.h388 void BLTU(int Rs, int Rt, const char* label);
DMIPSAssembler.cpp709 case LO: mMips->BLTU(cond.r1, cond.r2, label); break; in B()
1914 void MIPSAssembler::BLTU(int Rs, int Rt, const char* label) in BLTU() function in android::MIPSAssembler
DMIPS64Assembler.cpp699 case LO: mMips->BLTU(cond.r1, cond.r2, label); break; in B()