Home
last modified time | relevance | path

Searched refs:LD (Results 1 – 2 of 2) sorted by relevance

/system/core/libpixelflinger/codeflinger/
DMIPS64Assembler.cpp153 mMips->LD(R_s0, R_sp, 0); in epilog()
154 mMips->LD(R_s1, R_sp, 8); in epilog()
155 mMips->LD(R_s2, R_sp, 16); in epilog()
156 mMips->LD(R_s3, R_sp, 24); in epilog()
157 mMips->LD(R_s4, R_sp, 32); in epilog()
1218 mMips->LD(Rd, Rn, amode.value); in ADDR_LDR()
1227 mMips->LD(Rd, Rn, 0); in ADDR_LDR()
1233 mMips->LD(Rd, R_at, 0); in ADDR_LDR()
1422 void MIPS64Assembler::LD(int Rt, int Rbase, int16_t offset) in LD() function in android::MIPS64Assembler
DMIPS64Assembler.h293 void LD(int Rt, int Rbase, int16_t offset);