Home
last modified time | relevance | path

Searched refs:LUI (Results 1 – 4 of 4) sorted by relevance

/system/core/libpixelflinger/codeflinger/
DMIPS64Assembler.cpp364 mMips->LUI(tmpReg, (amode.value >> 16)); in dataProcAdrModes()
490 mMips->LUI(Rd, (amode.value >> 16)); in dataProcessing()
517 mMips->LUI(Rd, (amode.value >> 16)); in dataProcessing()
1178 mMips->LUI(R_at, 0xFF); in UXTB16()
1435 void MIPS64Assembler::LUI(int Rt, int16_t offset) in LUI() function in android::MIPS64Assembler
DMIPSAssembler.cpp379 mMips->LUI(tmpReg, (amode.value >> 16)); in dataProcAdrModes()
493 mMips->LUI(Rd, (amode.value >> 16)); in dataProcessing()
525 mMips->LUI(Rd, (amode.value >> 16)); in dataProcessing()
1741 void MIPSAssembler::LUI(int Rt, int16_t offset) in LUI() function in android::MIPSAssembler
DMIPS64Assembler.h295 virtual void LUI(int Rt, int16_t offset);
DMIPSAssembler.h343 void LUI(int Rt, int16_t offset);