Home
last modified time | relevance | path

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

/system/core/libpixelflinger/codeflinger/
DMIPSAssembler.cpp707 case NE: mMips->BNE(cond.r1, cond.r2, label); break; in B()
1813 void MIPSAssembler::BNE(int Rs, int Rt, const char* label) in BNE() function in android::MIPSAssembler
1869 BNE(R_at, R_zero, label); in BNEZ()
1887 BNE(R_at, R_zero, label); in BGT()
1893 BNE(R_at, R_zero, label); in BGTU()
1911 BNE(R_at, R_zero, label); in BLT()
1917 BNE(R_at, R_zero, label); in BLTU()
DMIPSAssembler.h365 void BNE(int Rs, int Rt, const char* label);
DMIPS64Assembler.cpp697 case NE: mMips->BNE(cond.r1, cond.r2, label); break; in B()