Searched refs:SRL (Results 1 - 2 of 2) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A DMIPSAssembler.cpp398 case LSR: mMips->SRL(tmpReg, amode.reg, amode.value); break;
509 case LSR: mMips->SRL(Rd, amode.reg, amode.value); break;
541 case LSR: mMips->SRL(Rd, amode.reg, amode.value); break;
1128 mMips->SRL(R_at, Rs, 16);
1614 void MIPSAssembler::SRL(int Rd, int Rt, int shft) function in class:android::MIPSAssembler
1640 // note weird encoding (SRL + 1)
1668 MIPSAssembler::SRL(Rd, Rt, rot);
H A DMIPSAssembler.h315 void SRL(int Rd, int Rt, int shft);

Completed in 539 milliseconds