HomeSort by relevance Sort by last modified time
    Searched refs:SMULW (Results 1 - 11 of 11) 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.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,
ARMAssemblerProxy.h 137 virtual void SMULW(int cc, int y,
Arm64Assembler.h 167 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);
Arm64Assembler.cpp 794 void ArmToArm64Assembler::SMULW(int cc, int y, int Rd, int Rm, int Rs)
    [all...]
MIPSAssembler.cpp     [all...]
  /external/valgrind/main/none/tests/arm/
v6media.stdout.exp     [all...]

Completed in 384 milliseconds