HomeSort by relevance Sort by last modified time
    Searched refs:SMLAW (Results 1 - 5 of 5) sorted by null

  /system/core/libpixelflinger/codeflinger/
ARMAssemblerInterface.h 203 virtual void SMLAW(int cc, int y,
322 SMLAW(cc, yB, Rd, Rm, Rs, Rn); }
325 SMLAW(cc, yT, Rd, Rm, Rs, Rn); }
ARMAssembler.h 124 virtual void SMLAW(int cc, int y,
ARMAssemblerProxy.h 114 virtual void SMLAW(int cc, int y,
ARMAssemblerProxy.cpp 194 void ARMAssemblerProxy::SMLAW(int cc, int y, int Rd, int Rm, int Rs, int Rn) {
195 mTarget->SMLAW(cc, y, Rd, Rm, Rs, Rn);
ARMAssembler.cpp 421 void ARMAssembler::SMLAW(int cc, int y,

Completed in 20 milliseconds