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

/system/core/libpixelflinger/codeflinger/
H A DARMAssembler.cpp241 void ARMAssembler::UMULL(int cc, int s, function in class:android::ARMAssembler
244 "UMULL(r%u,r%u,r%u,r%u)", RdLo,RdHi,Rm,Rs);
H A DARMAssemblerProxy.cpp172 void ARMAssemblerProxy::UMULL(int cc, int s, function in class:android::ARMAssemblerProxy
174 mTarget->UMULL(cc, s, RdLo, RdHi, Rm, Rs);
H A DArm64Assembler.cpp533 void ArmToArm64Assembler::UMULL(int /*cc*/, int /*s*/, function in class:android::ArmToArm64Assembler
H A DMIPSAssembler.cpp636 void ArmToMipsAssembler::UMULL(int cc, int s, function in class:android::ArmToMipsAssembler
645 LOG_ALWAYS_FATAL("Condition on UMULL must be on 64-bit result\n");
661 LOG_ALWAYS_FATAL("Condition on UMULL must be on 64-bit result\n");

Completed in 150 milliseconds