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

/system/core/libpixelflinger/codeflinger/
H A DMIPSAssembler.cpp712 case NE: mMips->BNE(cond.r1, cond.r2, label); break;
1819 void MIPSAssembler::BNE(int Rs, int Rt, const char* label) function in class:android::MIPSAssembler
1875 BNE(R_at, R_zero, label);
1893 BNE(R_at, R_zero, label);
1899 BNE(R_at, R_zero, label);
1917 BNE(R_at, R_zero, label);
1923 BNE(R_at, R_zero, label);
H A DMIPSAssembler.h364 void BNE(int Rs, int Rt, const char* label);

Completed in 914 milliseconds