Searched refs:LDR (Results 1 – 10 of 10) sorted by relevance
/system/core/libpixelflinger/codeflinger/ |
D | ARMAssemblerProxy.cpp | 212 void ARMAssemblerProxy::LDR(int cc, int Rd, int Rn, uint32_t offset) { in LDR() function in android::ARMAssemblerProxy 213 mTarget->LDR(cc, Rd, Rn, offset); in LDR()
|
D | texturing.cpp | 926 LDR(AL, pixel, txPtr.reg, reg_scale_pre(u)); in filter32() 939 LDR(AL, pixellb, txPtr.reg, reg_scale_pre(offsetlb)); in filter32() 963 LDR(AL, pixel, txPtr.reg); in filter32() 979 LDR(AL, pixel, txPtr.reg, reg_scale_pre(offsetrt)); in filter32() 1022 LDR(AL, pixel, txPtr.reg, reg_scale_pre(offset)); in filter32() 1038 LDR(AL, pixel, txPtr.reg, reg_scale_pre(offset)); in filter32() 1053 LDR(AL, pixel, txPtr.reg); in filter32() 1067 LDR(AL, pixel, txPtr.reg, reg_scale_pre(offset)); in filter32()
|
D | load_store.cpp | 74 if (inc) LDR(AL, s.reg, addr.reg, immed12_post(4)); in load() 75 else LDR(AL, s.reg, addr.reg); in load()
|
D | ARMAssemblerProxy.h | 104 virtual void LDR (int cc, int Rd,
|
D | GGLAssembler.h | 35 LDR(AL, REG, mBuilderContext.Rctx, immed12_pre(GGL_OFFSETOF(FIELD))) 150 mGen.LDR(mGen.AL, reg, mGen.SP, mGen.immed12_post(4)); in ~Spill()
|
D | ARMAssembler.h | 115 virtual void LDR (int cc, int Rd,
|
D | ARMAssemblerInterface.h | 153 virtual void LDR (int cc, int Rd,
|
D | ARMAssembler.cpp | 299 void ARMAssembler::LDR(int cc, int Rd, int Rn, uint32_t offset) { in LDR() function in android::ARMAssembler
|
D | MIPSAssembler.h | 115 virtual void LDR (int cc, int Rd,
|
D | MIPSAssembler.cpp | 768 void ArmToMipsAssembler::LDR(int cc, int Rd, int Rn, uint32_t offset) in LDR() function in android::ArmToMipsAssembler
|