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

  /system/core/libpixelflinger/codeflinger/
ARMAssemblerInterface.h 203 virtual void SMUL(int cc, int xy,
289 SMUL(cc, xyBB, Rd, Rm, Rs); }
291 SMUL(cc, xyTB, Rd, Rm, Rs); }
293 SMUL(cc, xyBT, Rd, Rm, Rs); }
295 SMUL(cc, xyTT, Rd, Rm, Rs); }
ARMAssemblerProxy.h 135 virtual void SMUL(int cc, int xy,
ARMAssemblerProxy.cpp 272 void ARMAssemblerProxy::SMUL(int cc, int xy, int Rd, int Rm, int Rs) {
273 mTarget->SMUL(cc, xy, Rd, Rm, Rs);
ARMAssembler.h 148 virtual void SMUL(int cc, int xy,
ARMAssembler.cpp 402 void ARMAssembler::SMUL(int cc, int xy,
MIPSAssembler.h 147 virtual void SMUL(int cc, int xy,
blending.cpp 552 else SMUL(AL, xy, d.reg, vreg, freg);
MIPSAssembler.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 274 // ADD, SUB, SMUL, etc. - Arithmetic operations with FLAGS results.
275 ADD, SUB, ADC, SBB, SMUL,
    [all...]
X86ISelLowering.cpp     [all...]
  /external/valgrind/main/none/tests/arm/
v6media.stdout.exp 157 ------------ SMUL{B,T}{B,T} ------------
    [all...]

Completed in 118 milliseconds