Home
last modified time | relevance | path

Searched refs:SRL (Results 1 – 3 of 3) sorted by relevance

/system/core/libpixelflinger/codeflinger/
DMIPSAssembler.cpp392 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()
DMIPS64Assembler.cpp377 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()
DMIPSAssembler.h316 void SRL(int Rd, int Rt, int shft);