Searched refs:LW (Results 1 – 3 of 3) sorted by relevance
/system/core/libpixelflinger/codeflinger/ |
D | MIPSAssembler.cpp | 177 mMips->LW(R_s0, R_sp, 0); in epilog() 178 mMips->LW(R_s1, R_sp, 4); in epilog() 179 mMips->LW(R_s2, R_sp, 8); in epilog() 180 mMips->LW(R_s3, R_sp, 12); in epilog() 181 mMips->LW(R_s4, R_sp, 16); in epilog() 776 mMips->LW(Rd, Rn, amode.value); in LDR() 785 mMips->LW(Rd, Rn, 0); in LDR() 791 mMips->LW(Rd, R_at, 0); in LDR() 1699 void MIPSAssembler::LW(int Rt, int Rbase, int16_t offset) in LW() function in android::MIPSAssembler
|
D | MIPS64Assembler.cpp | 764 mMips->LW(Rd, Rn, amode.value); in LDR() 773 mMips->LW(Rd, Rn, 0); in LDR() 779 mMips->LW(Rd, R_at, 0); in LDR()
|
D | MIPSAssembler.h | 335 void LW(int Rt, int Rbase, int16_t offset);
|