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

/system/core/libpixelflinger/codeflinger/
H A DMIPSAssembler.cpp385 mMips->LUI(tmpReg, (amode.value >> 16));
499 mMips->LUI(Rd, (amode.value >> 16));
531 mMips->LUI(Rd, (amode.value >> 16));
1741 void MIPSAssembler::LUI(int Rt, int16_t offset) function in class:android::MIPSAssembler
H A DMIPSAssembler.h342 void LUI(int Rt, int16_t offset);

Completed in 19 milliseconds