Home
last modified time | relevance | path

Searched refs:UMULL (Results 1 – 11 of 11) sorted by relevance

/system/core/libpixelflinger/codeflinger/
DARMAssemblerProxy.cpp172 void ARMAssemblerProxy::UMULL(int cc, int s, in UMULL() function in android::ARMAssemblerProxy
174 mTarget->UMULL(cc, s, RdLo, RdHi, Rm, Rs); in UMULL()
DARMAssemblerProxy.h86 virtual void UMULL(int cc, int s,
DARMAssembler.h97 virtual void UMULL(int cc, int s,
DMIPS64Assembler.h102 virtual void UMULL(int cc, int s,
DArm64Assembler.h105 virtual void UMULL(int cc, int s,
DARMAssemblerInterface.h132 virtual void UMULL(int cc, int s,
DMIPSAssembler.h97 virtual void UMULL(int cc, int s,
DARMAssembler.cpp241 void ARMAssembler::UMULL(int cc, int s, in UMULL() function in android::ARMAssembler
DArm64Assembler.cpp533 void ArmToArm64Assembler::UMULL(int /*cc*/, int /*s*/, in UMULL() function in android::ArmToArm64Assembler
DMIPS64Assembler.cpp628 void ArmToMips64Assembler::UMULL(int cc, int s, in UMULL() function in android::ArmToMips64Assembler
DMIPSAssembler.cpp636 void ArmToMipsAssembler::UMULL(int cc, int s, in UMULL() function in android::ArmToMipsAssembler