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

/system/core/libpixelflinger/codeflinger/
H A DMIPSAssembler.cpp397 case LSL: mMips->SLL(tmpReg, amode.reg, amode.value); break;
508 case LSL: mMips->SLL(Rd, amode.reg, amode.value); break;
540 case LSL: mMips->SLL(Rd, amode.reg, amode.value); break;
1099 mMips->SLL(R_at, Rm, 16);
1112 mMips->SLL(R_at2, Rs, 16);
1129 mMips->SLL(R_at, R_at, 16);
1133 mMips->SLL(R_at, Rs, 16);
1158 mMips->SLL(R_at, Rm, 16);
1171 mMips->SLL(R_at2, Rs, 16);
1602 void MIPSAssembler::SLL(in function in class:android::MIPSAssembler
[all...]
H A DMIPSAssembler.h313 void SLL(int Rd, int Rt, int shft);

Completed in 51 milliseconds