HomeSort by relevance Sort by last modified time
    Searched defs:SMLA (Results 1 - 2 of 2) sorted by null

  /system/core/libpixelflinger/codeflinger/
ARMAssembler.cpp 409 void ARMAssembler::SMLA(int cc, int xy,
ARMAssemblerProxy.cpp 187 void ARMAssemblerProxy::SMLA(int cc, int xy, int Rd, int Rm, int Rs, int Rn) {
188 mTarget->SMLA(cc, xy, Rd, Rm, Rs, Rn);

Completed in 17 milliseconds