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

  /system/core/libpixelflinger/codeflinger/
ARMAssembler.cpp 397 void ARMAssembler::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);
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 227 // ADD, SUB, SMUL, etc. - Arithmetic operations with FLAGS results.
228 ADD, SUB, ADC, SBB, SMUL,
    [all...]

Completed in 126 milliseconds