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 210 ADDE, SUBE,
    [all...]
SelectionDAG.h     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelDAGToDAG.cpp 387 case ISD::ADDE: {
390 assert(((Opc == ISD::ADDC || Opc == ISD::ADDE) ||
395 if (Opcode == ISD::ADDE) {
MipsISelLowering.cpp 262 setTargetDAGCombine(ISD::ADDE);
300 // (addc multLo, Lo0), (adde multHi, Hi0),
361 // replace uses of adde and addc here
713 case ISD::ADDE:
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 80 ADDE, // Add using carry
ARMISelLowering.cpp 616 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 199 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 316 case ISD::ADDE:
    [all...]
X86ISelLowering.cpp 360 setOperationAction(ISD::ADDE, VT, Custom);
    [all...]

Completed in 335 milliseconds