HomeSort by relevance Sort by last modified time
    Searched refs:ADDE (Results 1 - 15 of 15) sorted by null

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 216 ADDE, SUBE,
    [all...]
SelectionDAG.h     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelDAGToDAG.cpp 413 case ISD::ADDE: {
416 assert(((Opc == ISD::ADDC || Opc == ISD::ADDE) ||
421 if (Opcode == ISD::ADDE) {
MipsISelLowering.cpp 290 setTargetDAGCombine(ISD::ADDE);
328 // (addc multLo, Lo0), (adde multHi, Hi0),
389 // replace uses of adde and addc here
768 case ISD::ADDE:
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 81 ADDE, // Add using carry
ARMISelLowering.cpp 618 setOperationAction(ISD::ADDE, MVT::i32, Custom);
    [all...]
  /external/qemu/tcg/ppc/
tcg-target.c 346 #define ADDE XO31(138)
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 200 case ISD::ADDE: return "adde";
LegalizeIntegerTypes.cpp     [all...]
SelectionDAG.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/qemu/tcg/ppc64/
tcg-target.c 336 #define ADDE XO31(138)
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 89 setOperationAction(ISD::ADDE, MVT::i32, Expand);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 319 case ISD::ADDE:
    [all...]
X86ISelLowering.cpp 365 setOperationAction(ISD::ADDE, VT, Custom);
    [all...]

Completed in 613 milliseconds