HomeSort by relevance Sort by last modified time
    Searched refs:Sub (Results 101 - 123 of 123) sorted by null

1 2 3 45

  /external/v8/src/ia32/
lithium-ia32.h 321 // Can't use the DECLARE-macro here because of sub-classes.
905 DECLARE_CONCRETE_INSTRUCTION(SubI, "sub-i")
906 DECLARE_HYDROGEN_ACCESSOR(Sub)
    [all...]
  /external/v8/src/mips/
lithium-mips.h 328 // Can't use the DECLARE-macro here because of sub-classes.
894 DECLARE_CONCRETE_INSTRUCTION(SubI, "sub-i")
895 DECLARE_HYDROGEN_ACCESSOR(Sub)
    [all...]
  /external/v8/src/x64/
lithium-x64.h 330 // Can't use the DECLARE-macro here because of sub-classes.
892 DECLARE_CONCRETE_INSTRUCTION(SubI, "sub-i")
893 DECLARE_HYDROGEN_ACCESSOR(Sub)
    [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 459 HANDLEBINOP(Sub)
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 151 | Sub
    [all...]
llvm.mli 201 | Sub
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
SelectionDAGISel.cpp 82 STATISTIC(NumFastIselFailSub,"Fast isel fails on Sub");
    [all...]
DAGCombiner.cpp     [all...]
  /external/v8/src/
hydrogen-instructions.h 173 V(Sub) \
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
  /external/clang/lib/Sema/
TreeTransform.h     [all...]
  /external/llvm/include/llvm/
IRBuilder.h 565 return CreateInsertNUWNSWBinOp(Instruction::Sub, LHS, RHS, Name,
    [all...]
Instructions.h 574 Sub,
    [all...]
  /external/llvm/lib/VMCore/
AsmWriter.cpp 674 case AtomicRMWInst::Sub: Out << " sub"; break;
    [all...]
Verifier.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 100 case Instruction::Sub:
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 320 // add/sub are legal for all supported vector VT's.
322 setOperationAction(ISD::SUB , VT, Legal);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
ObjCARC.cpp 329 case Instruction::Sub: case Instruction::FSub:
    [all...]
LoopStrengthReduce.cpp 49 // negation can be implemented by using a sub instead of an add. The
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /prebuilts/misc/common/jython/
jython.jar 

Completed in 475 milliseconds

1 2 3 45