Home | History | Annotate | Download | only in codeflinger

Lines Matching refs:SRL

398             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)
1640 // note weird encoding (SRL + 1)
1668 MIPSAssembler::SRL(Rd, Rt, rot);