Searched defs:ADDR_ADD (Results 1 - 4 of 4) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A DARMAssemblerInterface.cpp79 void ARMAssemblerInterface::ADDR_ADD(int cc, int s, function in class:android::ARMAssemblerInterface
H A DARMAssemblerProxy.cpp303 void ARMAssemblerProxy::ADDR_ADD(int cc, int s, int Rd, int Rn, uint32_t Op2){ function in class:android::ARMAssemblerProxy
304 mTarget->ADDR_ADD(cc, s, Rd, Rn, Op2);
H A DMIPS64Assembler.cpp1197 void ArmToMips64Assembler::ADDR_ADD(int cc, function in class:android::ArmToMips64Assembler
H A DArm64Assembler.cpp121 ** These are ADDR_LDR, ADDR_STR, ADDR_ADD, ADDR_SUB and they map to
462 void ArmToArm64Assembler::ADDR_ADD(int cc, function in class:android::ArmToArm64Assembler

Completed in 78 milliseconds