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

  /system/core/libpixelflinger/codeflinger/
ARMAssemblerInterface.h 205 virtual void SMULW(int cc, int y,
298 SMULW(cc, yB, Rd, Rm, Rs); }
300 SMULW(cc, yT, Rd, Rm, Rs); }
ARMAssemblerProxy.h 137 virtual void SMULW(int cc, int y,
ARMAssemblerProxy.cpp 275 void ARMAssemblerProxy::SMULW(int cc, int y, int Rd, int Rm, int Rs) {
276 mTarget->SMULW(cc, y, Rd, Rm, Rs);
ARMAssembler.h 150 virtual void SMULW(int cc, int y,
ARMAssembler.cpp 408 void ARMAssembler::SMULW(int cc, int y,
MIPSAssembler.h 149 virtual void SMULW(int cc, int y,
blending.cpp 492 int smulw = 0;
535 smulw = 1;
551 if (smulw) SMULW(AL, xy, d.reg, vreg, freg);
MIPSAssembler.cpp     [all...]
  /external/valgrind/main/none/tests/arm/
v6media.stdout.exp     [all...]

Completed in 2612 milliseconds