Searched refs:ADDC (Results 1 - 25 of 52) sorted by relevance

123

/external/llvm/lib/Target/Lanai/
H A DLanaiAluCode.h25 ADDC = 0x01, enumerator in enum:llvm::LPAC::AluCode
81 case ADDC:
107 .Case("addc", ADDC)
124 return AluCode::ADDC;
/external/libedit/src/
H A Dkeymacro.c628 #define ADDC(c) \ macro
644 ADDC(sep[0]);
647 ADDC('^');
648 ADDC('@');
665 ADDC(sep[1]);
667 ADDC('\0');
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DISDOpcodes.h201 // like ADDC/SUBC, which indicate the carry result is always false.
208 ADDC, SUBC, enumerator in enum:llvm::ISD::NodeType
H A DSelectionDAG.h906 case ISD::ADDC:
/external/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h207 /// like ADDC/SUBC, which indicate the carry result is always false.
214 ADDC, SUBC, enumerator in enum:llvm::ISD::NodeType
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
H A DMBlazeDelaySlotFiller.cpp196 op == MBlaze::ADDC || op == MBlaze::ADDIC ||
/external/llvm/lib/Target/Mips/
H A DMips16ISelDAGToDAG.cpp199 assert(((Opc == ISD::ADDC || Opc == ISD::ADDE) ||
H A DMipsSEISelDAGToDAG.cpp245 assert(((Opc == ISD::ADDC || Opc == ISD::ADDE) ||
/external/pcre/dist2/src/sljit/
H A DsljitNativeSPARC_32.c100 return push_inst(compiler, ADDC | (flags & SET_FLAGS) | D(dst) | S1(src1) | ARG2(flags, src2), DR(dst) | (flags & SET_FLAGS));
H A DsljitNativePPC_32.c119 return push_inst(compiler, ADDC | OERC(ALT_SET_FLAGS) | D(dst) | A(src1) | B(src2));
H A DsljitNativePPC_64.c240 return push_inst(compiler, ADDC | OERC(ALT_SET_FLAGS) | D(dst) | A(src1) | B(src2));
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
H A DMipsISelDAGToDAG.cpp213 assert(((Opc == ISD::ADDC || Opc == ISD::ADDE) ||
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_eu.h187 ALU2(ADDC)
H A Dbrw_fs_builder.h452 ALU2_ACC(ADDC)
H A Dbrw_vec4.h227 EMIT2(ADDC)
H A Dbrw_vec4_builder.h398 ALU2_ACC(ADDC)
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMISelLowering.h74 ADDC, // Add with carry enumerator in enum:llvm::ARMISD::NodeType
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.h71 ADDC, // Add with carry
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp1142 case ISD::ADDC:
1277 TLI.isOperationLegalOrCustom(ISD::ADDC,
1282 Lo = DAG.getNode(ISD::ADDC, DL, VTList, LoOps, 2);
1512 // Do not generate ADDC/ADDE or SUBC/SUBE if the target does not support
1514 // ADDC/ADDE/SUBC/SUBE. The problem is that these operations generate
1519 ISD::ADDC : ISD::SUBC,
1525 Lo = DAG.getNode(ISD::ADDC, dl, VTList, LoOps, 2);
1573 if (N->getOpcode() == ISD::ADDC) {
1574 Lo = DAG.getNode(ISD::ADDC, dl, VTList, LoOps, 2);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp226 case ISD::ADDC: return "addc";
H A DLegalizeIntegerTypes.cpp1387 case ISD::ADDC:
1736 // Do not generate ADDC/ADDE or SUBC/SUBE if the target does not support
1738 // ADDC/ADDE/SUBC/SUBE. The problem is that these operations generate
1743 ISD::ADDC : ISD::SUBC,
1749 Lo = DAG.getNode(ISD::ADDC, dl, VTList, LoOps);
1829 if (N->getOpcode() == ISD::ADDC) {
1830 Lo = DAG.getNode(ISD::ADDC, dl, VTList, LoOps);
/external/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp90 setOperationAction(ISD::ADDC, MVT::i64, Expand);
/external/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp99 ISD::SRA_PARTS, ISD::SRL_PARTS, ISD::ADDC, ISD::ADDE, ISD::SUBC,
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/Disassembler/
H A DMBlazeDisassembler.cpp41 MBlaze::ADD, MBlaze::RSUB, MBlaze::ADDC, MBlaze::RSUBC, //00,01,02,03
/external/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1842 setOperationAction(ISD::ADDC, MVT::i8, Expand);
1843 setOperationAction(ISD::ADDC, MVT::i16, Expand);
1844 setOperationAction(ISD::ADDC, MVT::i32, Expand);
1845 setOperationAction(ISD::ADDC, MVT::i64, Expand);
1937 ISD::SREM, ISD::UREM, ISD::SDIVREM, ISD::UDIVREM, ISD::ADDC,

Completed in 692 milliseconds

123