Searched refs:BEQ (Results 1 – 3 of 3) sorted by relevance
/system/core/libpixelflinger/codeflinger/ |
D | MIPSAssembler.cpp | 711 case EQ: mMips->BEQ(cond.r1, cond.r2, label); break; in B() 1818 void MIPSAssembler::BEQ(int Rs, int Rt, const char* label) in BEQ() function in android::MIPSAssembler 1876 BEQ(Rs, R_zero, label); in BEQZ() 1887 BEQ(R_at, R_zero, label); in BGE() 1893 BEQ(R_at, R_zero, label); in BGEU() 1911 BEQ(R_at, R_zero, label); in BLE() 1917 BEQ(R_at, R_zero, label); in BLEU()
|
D | MIPSAssembler.h | 364 void BEQ(int Rs, int Rt, const char* label);
|
D | MIPS64Assembler.cpp | 703 case EQ: mMips->BEQ(cond.r1, cond.r2, label); break; in B()
|