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

  /system/core/libpixelflinger/codeflinger/
ARMAssemblerInterface.h 211 virtual void SMLAW(int cc, int y,
330 SMLAW(cc, yB, Rd, Rm, Rs, Rn); }
333 SMLAW(cc, yT, Rd, Rm, Rs, Rn); }
ARMAssemblerProxy.h 143 virtual void SMLAW(int cc, int y,
ARMAssemblerProxy.cpp 285 void ARMAssemblerProxy::SMLAW(int cc, int y, int Rd, int Rm, int Rs, int Rn) {
286 mTarget->SMLAW(cc, y, Rd, Rm, Rs, Rn);
ARMAssembler.h 156 virtual void SMLAW(int cc, int y,
ARMAssembler.cpp 426 void ARMAssembler::SMLAW(int cc, int y,
MIPSAssembler.h 155 virtual void SMLAW(int cc, int y,
MIPSAssembler.cpp     [all...]

Completed in 49 milliseconds