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

/system/core/libpixelflinger/codeflinger/
H A DARMAssembler.cpp402 void ARMAssembler::SMUL(int cc, int xy, function in class:android::ARMAssembler
H A DARMAssemblerProxy.cpp272 void ARMAssemblerProxy::SMUL(int cc, int xy, int Rd, int Rm, int Rs) { function in class:android::ARMAssemblerProxy
273 mTarget->SMUL(cc, xy, Rd, Rm, Rs);
H A DArm64Assembler.cpp774 void ArmToArm64Assembler::SMUL(int cc, int xy, function in class:android::ArmToArm64Assembler
H A DMIPSAssembler.cpp1081 void ArmToMipsAssembler::SMUL(int cc, int xy, function in class:android::ArmToMipsAssembler

Completed in 494 milliseconds