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

  /system/core/libpixelflinger/codeflinger/
ARMAssembler.cpp 402 void ARMAssembler::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);
Arm64Assembler.cpp 774 void ArmToArm64Assembler::SMUL(int cc, int xy,
    [all...]
MIPSAssembler.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 296 // ADD, SUB, SMUL, etc. - Arithmetic operations with FLAGS results.
297 ADD, SUB, ADC, SBB, SMUL,
    [all...]
  /external/pcre/dist/sljit/
sljitNativeSPARC_common.c 172 #define SMUL (OPC1(0x2) | OPC3(0x0b))
790 FAIL_IF(push_inst(compiler, (op == SLJIT_UMUL ? UMUL : SMUL) | D(SLJIT_R0) | S1(SLJIT_R0) | S2(SLJIT_R1), DR(SLJIT_R0)));
806 FAIL_IF(push_inst(compiler, SMUL | D(SLJIT_R1) | S1(SLJIT_R0) | S2(SLJIT_R1), DR(SLJIT_R1)));
    [all...]

Completed in 184 milliseconds