Home
last modified time | relevance | path

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

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