Home
last modified time | relevance | path

Searched refs:BNE (Results 1 – 3 of 3) sorted by relevance

/system/core/libpixelflinger/codeflinger/
DMIPSAssembler.cpp712 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()
DMIPSAssembler.h365 void BNE(int Rs, int Rt, const char* label);
DMIPS64Assembler.cpp704 case NE: mMips->BNE(cond.r1, cond.r2, label); break; in B()