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