Home
last modified time | relevance | path

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

/system/core/libpixelflinger/codeflinger/
DMIPSAssembler.h386 void BLEU(int Rs, int Rt, const char* label);
DMIPSAssembler.cpp713 case LS: mMips->BLEU(cond.r1, cond.r2, label); break; in B()
1908 void MIPSAssembler::BLEU(int Rs, int Rt, const char* label) in BLEU() function in android::MIPSAssembler
DMIPS64Assembler.cpp701 case LS: mMips->BLEU(cond.r1, cond.r2, label); break; in B()