Home
last modified time | relevance | path

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

/system/core/libpixelflinger/codeflinger/
DMIPSAssembler.cpp705 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()
DMIPSAssembler.h364 void BEQ(int Rs, int Rt, const char* label);
DMIPS64Assembler.cpp693 case EQ: mMips->BEQ(cond.r1, cond.r2, label); break; in B()