Home
last modified time | relevance | path

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

/system/core/libpixelflinger/codeflinger/
DMIPSAssembler.cpp899 mMips->LHU(Rd, Rn, amode.value); in LDRH()
902 mMips->LHU(Rd, Rn, 0); in LDRH()
912 mMips->LHU(Rd, R_at, 0); in LDRH()
1731 void MIPSAssembler::LHU(int Rt, int Rbase, int16_t offset) in LHU() function in android::MIPSAssembler
DMIPS64Assembler.cpp887 mMips->LHU(Rd, Rn, amode.value); in LDRH()
890 mMips->LHU(Rd, Rn, 0); in LDRH()
900 mMips->LHU(Rd, R_at, 0); in LDRH()
DMIPSAssembler.h341 void LHU(int Rt, int Rbase, int16_t offset);