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