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

  /system/core/libpixelflinger/codeflinger/
ARMAssemblerInterface.h 195 virtual void SMUL(int cc, int xy,
281 SMUL(cc, xyBB, Rd, Rm, Rs); }
283 SMUL(cc, xyTB, Rd, Rm, Rs); }
285 SMUL(cc, xyBT, Rd, Rm, Rs); }
287 SMUL(cc, xyTT, Rd, Rm, Rs); }
ARMAssembler.h 116 virtual void SMUL(int cc, int xy,
ARMAssemblerProxy.h 106 virtual void SMUL(int cc, int xy,
ARMAssemblerProxy.cpp 181 void ARMAssemblerProxy::SMUL(int cc, int xy, int Rd, int Rm, int Rs) {
182 mTarget->SMUL(cc, xy, Rd, Rm, Rs);
ARMAssembler.cpp 397 void ARMAssembler::SMUL(int cc, int xy,
blending.cpp 552 else SMUL(AL, xy, d.reg, vreg, freg);
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 227 // ADD, SUB, SMUL, etc. - Arithmetic operations with FLAGS results.
228 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 143 milliseconds