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

  /system/core/libpixelflinger/codeflinger/
ARMAssemblerProxy.cpp 278 void ARMAssemblerProxy::SMLA(int cc, int xy, int Rd, int Rm, int Rs, int Rn) {
279 mTarget->SMLA(cc, xy, Rd, Rm, Rs, Rn);
ARMAssembler.cpp 414 void ARMAssembler::SMLA(int cc, int xy,
MIPSAssembler.cpp     [all...]

Completed in 311 milliseconds