HomeSort by relevance Sort by last modified time
    Searched refs:MUL (Results 201 - 225 of 267) sorted by null

1 2 3 4 5 6 7 891011

  /external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
EmitUtils.java 396 e.math(e.MUL, Type.INT_TYPE);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp 112 case ISD::MUL:
625 case ISD::MUL:
    [all...]
SelectionDAG.cpp 496 case ISD::MUL:
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 511 setOperationAction(ISD::MUL, MVT::v1i64, Expand);
513 setOperationAction(ISD::MUL, MVT::v8i16, Custom);
514 setOperationAction(ISD::MUL, MVT::v4i32, Custom);
515 setOperationAction(ISD::MUL, MVT::v2i64, Custom);
612 setOperationAction(ISD::MUL, MVT::i64, Expand);
    [all...]
ARMISelDAGToDAG.cpp 571 if (N.getOpcode() == ISD::MUL &&
670 if (N.getOpcode() == ISD::MUL &&
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 258 // Custom lower Add/Sub/Mul with overflow.
360 setTargetDAGCombine(ISD::MUL);
421 setOperationAction(ISD::MUL, MVT::v1i64, Expand);
435 // AArch64 doesn't have MUL.2d:
436 setOperationAction(ISD::MUL, MVT::v2i64, Expand);
    [all...]
AArch64ISelDAGToDAG.cpp 439 if (Op1.getOpcode() != ISD::MUL ||
443 if (Op1.getOpcode() != ISD::MUL ||
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
lex.yy.c     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h     [all...]
SelectionDAGNodes.h 61 case ISD::MUL:
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp     [all...]
  /system/core/libpixelflinger/tests/arch-arm64/assembler/
arm64_assembler_test.cpp 456 case INSTR_MUL: a64asm->MUL(test.cond, test.setFlags, Rd,Rm,Rs); break;
    [all...]
  /external/chromium_org/v8/src/ic/
ic.cc     [all...]
  /external/chromium_org/v8/src/mips64/
simulator-mips64.cc     [all...]
assembler-mips64.cc 1464 void Assembler::mul(Register rd, Register rs, Register rt) { function in class:v8::Assembler
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 430 setOperationAction(ISD::MUL , VT, Expand);
506 setOperationAction(ISD::MUL, MVT::v4f32, Legal);
514 setOperationAction(ISD::MUL, MVT::v4i32, Custom);
515 setOperationAction(ISD::MUL, MVT::v8i16, Custom);
516 setOperationAction(ISD::MUL, MVT::v16i8, Custom);
549 setOperationAction(ISD::MUL, MVT::v2f64, Legal);
    [all...]
  /external/pcre/dist/sljit/
sljitNativeARM_32.c 90 #define MUL 0xe0000090
    [all...]
sljitNativeX86_common.c 203 #define MUL (/* GROUP_F7 */ 4 << 3)
833 *inst |= MUL;
    [all...]
  /external/chromium_org/v8/src/compiler/
ast-graph-builder.cc     [all...]
  /external/chromium_org/v8/test/cctest/
test-parsing.cc 743 i::Token::MUL,
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/compiler-rt/lib/msan/tests/
msan_test.cc     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.objectweb.asm_3.2.0.v200909071300.jar 
  /external/chromium_org/v8/src/mips/
assembler-mips.cc 1485 void Assembler::mul(Register rd, Register rs, Register rt) { function in class:v8::Assembler
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp     [all...]

Completed in 1502 milliseconds

1 2 3 4 5 6 7 891011