Searched refs:BEQ (Results 1 - 2 of 2) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A DMIPSAssembler.cpp711 case EQ: mMips->BEQ(cond.r1, cond.r2, label); break;
1805 // encoded as BEQ zero, zero, offset
1812 void MIPSAssembler::BEQ(int Rs, int Rt, const char* label) function in class:android::MIPSAssembler
1870 BEQ(Rs, R_zero, label);
1881 BEQ(R_at, R_zero, label);
1887 BEQ(R_at, R_zero, label);
1905 BEQ(R_at, R_zero, label);
1911 BEQ(R_at, R_zero, label);
H A DMIPSAssembler.h363 void BEQ(int Rs, int Rt, const char* label);

Completed in 177 milliseconds