Searched refs:LHU (Results 1 – 3 of 3) sorted by relevance
/system/core/libpixelflinger/codeflinger/ |
D | MIPSAssembler.cpp | 899 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
|
D | MIPS64Assembler.cpp | 887 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()
|
D | MIPSAssembler.h | 341 void LHU(int Rt, int Rbase, int16_t offset);
|