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

/system/core/libpixelflinger/codeflinger/
H A DARMAssemblerProxy.cpp187 void ARMAssemblerProxy::SMLA(int cc, int xy, int Rd, int Rm, int Rs, int Rn) { function in class:android::ARMAssemblerProxy
188 mTarget->SMLA(cc, xy, Rd, Rm, Rs, Rn);
H A DARMAssembler.cpp409 void ARMAssembler::SMLA(int cc, int xy, function in class:android::ARMAssembler

Completed in 30 milliseconds