Home
last modified time | relevance | path

Searched refs:ADDR_LDR (Results 1 – 11 of 11) sorted by relevance

/system/core/libpixelflinger/codeflinger/
DARMAssemblerInterface.cpp69 void ARMAssemblerInterface::ADDR_LDR(int cc, int Rd, in ADDR_LDR() function in android::ARMAssemblerInterface
DARMAssemblerProxy.cpp297 void ARMAssemblerProxy::ADDR_LDR(int cc, int Rd, int Rn, uint32_t offset) { in ADDR_LDR() function in android::ARMAssemblerProxy
298 mTarget->ADDR_LDR(cc, Rd, Rn, offset); in ADDR_LDR()
DARMAssemblerProxy.h149 virtual void ADDR_LDR(int cc, int Rd,
DArm64Assembler.h123 virtual void ADDR_LDR(int cc, int Rd,
DMIPS64Assembler.h170 virtual void ADDR_LDR(int cc, int Rd, int Rn, uint32_t offset = __immed12_pre(0));
DARMAssemblerInterface.h337 virtual void ADDR_LDR(int cc, int Rd,
DGGLAssembler.h35 ADDR_LDR(AL, REG, mBuilderContext.Rctx, immed12_pre(GGL_OFFSETOF(FIELD)))
DArm64Assembler.cpp633 void ArmToArm64Assembler::ADDR_LDR(int cc, int Rd, int Rn, uint32_t op_type) in ADDR_LDR() function in android::ArmToArm64Assembler
DMIPS64Assembler.cpp1213 void ArmToMips64Assembler::ADDR_LDR(int cc __unused, int Rd, in ADDR_LDR() function in android::ArmToMips64Assembler
/system/core/libpixelflinger/tests/arch-mips64/assembler/
Dmips64_assembler_test.cpp541 case INSTR_ADDR_LDR: a64asm->ADDR_LDR(test.cond, Rd,Rn,op2); break; in dataTransferTest()
/system/core/libpixelflinger/tests/arch-arm64/assembler/
Darm64_assembler_test.cpp588 case INSTR_ADDR_LDR: a64asm->ADDR_LDR(test.cond, Rd,Rn,op2); break; in dataTransferTest()