Searched refs:LBU (Results 1 – 2 of 2) sorted by relevance
/system/core/libpixelflinger/codeflinger/ |
D | MIPSAssembler.cpp | 813 mMips->LBU(Rd, Rn, amode.value); in LDRB() 819 mMips->LBU(Rd, Rn, 0); in LDRB() 825 mMips->LBU(Rd, R_at, 0); in LDRB() 1715 void MIPSAssembler::LBU(int Rt, int Rbase, int16_t offset) in LBU() function in android::MIPSAssembler
|
D | MIPSAssembler.h | 337 void LBU(int Rt, int Rbase, int16_t offset);
|