Searched defs:SRL (Results 1 - 1 of 1) 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);

Completed in 7 milliseconds