Searched refs:LD (Results 1 – 2 of 2) sorted by relevance
/system/core/libpixelflinger/codeflinger/ |
D | MIPS64Assembler.cpp | 154 mMips->LD(R_s0, R_sp, 0); in epilog() 155 mMips->LD(R_s1, R_sp, 8); in epilog() 156 mMips->LD(R_s2, R_sp, 16); in epilog() 157 mMips->LD(R_s3, R_sp, 24); in epilog() 158 mMips->LD(R_s4, R_sp, 32); in epilog() 1227 mMips->LD(Rd, Rn, amode.value); in ADDR_LDR() 1236 mMips->LD(Rd, Rn, 0); in ADDR_LDR() 1242 mMips->LD(Rd, R_at, 0); in ADDR_LDR() 1425 void MIPS64Assembler::LD(int Rt, int Rbase, int16_t offset) in LD() function in android::MIPS64Assembler
|
D | MIPS64Assembler.h | 293 void LD(int Rt, int Rbase, int16_t offset);
|