Searched refs:BNE (Results 1 – 2 of 2) sorted by relevance
/system/core/libpixelflinger/codeflinger/ |
D | MIPSAssembler.cpp | 712 case NE: mMips->BNE(cond.r1, cond.r2, label); break; in B() 1819 void MIPSAssembler::BNE(int Rs, int Rt, const char* label) in BNE() function in android::MIPSAssembler 1875 BNE(R_at, R_zero, label); in BNEZ() 1893 BNE(R_at, R_zero, label); in BGT() 1899 BNE(R_at, R_zero, label); in BGTU() 1917 BNE(R_at, R_zero, label); in BLT() 1923 BNE(R_at, R_zero, label); in BLTU()
|
D | MIPSAssembler.h | 364 void BNE(int Rs, int Rt, const char* label);
|