/system/core/libpixelflinger/codeflinger/ |
D | ARMAssemblerInterface.cpp | 72 LDR(cc, Rd, Rn, offset); in ADDR_LDR()
|
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 | 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 | GGLAssembler.h | 41 LDR(AL, REG, mBuilderContext.Rctx, immed12_pre(GGL_OFFSETOF(FIELD))) 156 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 | ARMAssemblerProxy.h | 104 virtual void LDR (int cc, int Rd,
|
D | texturing.cpp | 911 LDR(AL, pixel, txPtr.reg, reg_scale_pre(offset)); in filter32() 927 LDR(AL, pixel, txPtr.reg, reg_scale_pre(offset)); in filter32() 942 LDR(AL, pixel, txPtr.reg); in filter32() 956 LDR(AL, pixel, txPtr.reg, reg_scale_pre(offset)); in filter32()
|
D | Arm64Assembler.h | 132 virtual void LDR (int cc, int Rd,
|
D | MIPS64Assembler.h | 120 virtual void LDR (int cc, int Rd,
|
D | ARMAssemblerInterface.h | 154 virtual void LDR (int cc, int Rd,
|
D | MIPSAssembler.h | 115 virtual void LDR (int cc, int Rd,
|
D | ARMAssembler.cpp | 285 void ARMAssembler::LDR(int cc, int Rd, int Rn, uint32_t offset) { in LDR() function in android::ARMAssembler
|
D | Arm64Assembler.cpp | 641 void ArmToArm64Assembler::LDR(int cc, int Rd, int Rn, uint32_t op_type) in LDR() function in android::ArmToArm64Assembler
|
D | MIPS64Assembler.cpp | 750 void ArmToMips64Assembler::LDR(int cc __unused, int Rd, int Rn, uint32_t offset) in LDR() function in android::ArmToMips64Assembler
|
D | MIPSAssembler.cpp | 762 void ArmToMipsAssembler::LDR(int cc __unused, int Rd, int Rn, uint32_t offset) in LDR() function in android::ArmToMipsAssembler
|
/system/core/libpixelflinger/tests/arch-mips64/assembler/ |
D | mips64_assembler_test.cpp | 538 case INSTR_LDR: a64asm->LDR(test.cond, Rd,Rn,op2); break; in dataTransferTest()
|
/system/core/libpixelflinger/tests/arch-arm64/assembler/ |
D | arm64_assembler_test.cpp | 585 case INSTR_LDR: a64asm->LDR(test.cond, Rd,Rn,op2); break; in dataTransferTest()
|