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

/system/core/libpixelflinger/codeflinger/
H A DMIPSAssembler.cpp401 mMips->ROTR(tmpReg, amode.reg, amode.value);
512 mMips->ROTR(Rd, amode.reg, amode.value);
544 mMips->ROTR(Rd, amode.reg, amode.value);
1206 mMips->ROTR(Rm, Rm, rotate * 8);
1638 void MIPSAssembler::ROTR(int Rd, int Rt, int shft) // mips32r2 function in class:android::MIPSAssembler
H A DMIPSAssembler.h319 void ROTR(int Rd, int Rt, int shft); // mips32r2

Completed in 41 milliseconds