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

/system/core/libpixelflinger/codeflinger/
H A DARMAssemblerProxy.cpp181 void ARMAssemblerProxy::SMUL(int cc, int xy, int Rd, int Rm, int Rs) { function in class:android::ARMAssemblerProxy
182 mTarget->SMUL(cc, xy, Rd, Rm, Rs);
H A DARMAssembler.cpp397 void ARMAssembler::SMUL(int cc, int xy, function in class:android::ARMAssembler

Completed in 48 milliseconds