Searched refs:LUI (Results 1 – 4 of 4) sorted by relevance
/system/core/libpixelflinger/codeflinger/ |
D | MIPS64Assembler.cpp | 364 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
|
D | MIPSAssembler.cpp | 379 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
|
D | MIPS64Assembler.h | 295 virtual void LUI(int Rt, int16_t offset);
|
D | MIPSAssembler.h | 343 void LUI(int Rt, int16_t offset);
|