Searched defs:ADDR_LDR (Results 1 - 3 of 3) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A DARMAssemblerInterface.cpp68 void ARMAssemblerInterface::ADDR_LDR(int cc, int Rd, function in class:android::ARMAssemblerInterface
H A DARMAssemblerProxy.cpp297 void ARMAssemblerProxy::ADDR_LDR(int cc, int Rd, int Rn, uint32_t offset) { function in class:android::ARMAssemblerProxy
298 mTarget->ADDR_LDR(cc, Rd, Rn, offset);
H A DArm64Assembler.cpp122 ** These are ADDR_LDR, ADDR_STR, ADDR_ADD, ADDR_SUB and they map to
634 void ArmToArm64Assembler::ADDR_LDR(int cc, int Rd, int Rn, uint32_t op_type) function in class:android::ArmToArm64Assembler

Completed in 52 milliseconds