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

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

Completed in 198 milliseconds