Searched defs:ADDR_SUB (Results 1 - 3 of 3) 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 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 93 milliseconds