Home
last modified time | relevance | path

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

/system/core/libpixelflinger/codeflinger/
DMIPSAssembler.h385 void BLEU(int Rs, int Rt, const char* label);
DMIPSAssembler.cpp719 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