Searched refs:SRL (Results 1 – 3 of 3) sorted by relevance
/system/core/libpixelflinger/codeflinger/ |
D | MIPSAssembler.cpp | 392 case LSR: mMips->SRL(tmpReg, amode.reg, amode.value); break; in dataProcAdrModes() 503 case LSR: mMips->SRL(Rd, amode.reg, amode.value); break; in dataProcessing() 535 case LSR: mMips->SRL(Rd, amode.reg, amode.value); break; in dataProcessing() 1130 mMips->SRL(R_at, Rs, 16); in SMULW() 1614 void MIPSAssembler::SRL(int Rd, int Rt, int shft) in SRL() function in android::MIPSAssembler 1668 MIPSAssembler::SRL(Rd, Rt, rot); in RORIsyn()
|
D | MIPS64Assembler.cpp | 377 case LSR: mMips->SRL(tmpReg, amode.reg, amode.value); break; in dataProcAdrModes() 500 case LSR: mMips->SRL(Rd, amode.reg, amode.value); break; in dataProcessing() 527 case LSR: mMips->SRL(Rd, amode.reg, amode.value); break; in dataProcessing() 1108 mMips->SRL(R_at, Rs, 16); in SMULW()
|
D | MIPSAssembler.h | 316 void SRL(int Rd, int Rt, int shft);
|