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

/system/core/libpixelflinger/codeflinger/
H A DARMAssembler.cpp388 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 DMIPS64Assembler.cpp1066 void ArmToMips64Assembler::SMUL(int cc, int xy, function in class:android::ArmToMips64Assembler
H A DArm64Assembler.cpp773 void ArmToArm64Assembler::SMUL(int cc, int xy, function in class:android::ArmToArm64Assembler
H A DMIPSAssembler.cpp1076 void ArmToMipsAssembler::SMUL(int cc, int xy, function in class:android::ArmToMipsAssembler

Completed in 71 milliseconds