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

  /system/core/libpixelflinger/codeflinger/
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.cpp 402 void ARMAssembler::SMUL(int cc, int xy,
MIPSAssembler.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 251 // ADD, SUB, SMUL, etc. - Arithmetic operations with FLAGS results.
252 ADD, SUB, ADC, SBB, SMUL,
    [all...]

Completed in 139 milliseconds