Home
last modified time | relevance | path

Searched refs:ADDC (Results 1 – 25 of 72) sorted by relevance

123

/external/llvm/lib/Target/Lanai/
DLanaiAluCode.h25 ADDC = 0x01, enumerator
81 case ADDC: in lanaiAluCodeToString()
107 .Case("addc", ADDC) in stringToLanaiAluCode()
124 return AluCode::ADDC; in isdToLanaiAluCode()
/external/libedit/src/
Dkeymacro.c628 #define ADDC(c) \ macro
644 ADDC(sep[0]); in keymacro__decode_str()
647 ADDC('^'); in keymacro__decode_str()
648 ADDC('@'); in keymacro__decode_str()
665 ADDC(sep[1]); in keymacro__decode_str()
667 ADDC('\0'); in keymacro__decode_str()
/external/swiftshader/third_party/LLVM/test/CodeGen/Alpha/
Dadd128.ll1 ;test for ADDC and ADDE expansion
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DISDOpcodes.h208 ADDC, SUBC, enumerator
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h214 ADDC, SUBC, enumerator
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeDelaySlotFiller.cpp196 op == MBlaze::ADDC || op == MBlaze::ADDIC || in hasUnknownSideEffects()
/external/llvm/lib/Target/Mips/
DMips16ISelDAGToDAG.cpp199 assert(((Opc == ISD::ADDC || Opc == ISD::ADDE) || in trySelect()
DMipsSEISelDAGToDAG.cpp245 assert(((Opc == ISD::ADDC || Opc == ISD::ADDE) || in selectAddESubE()
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsISelDAGToDAG.cpp213 assert(((Opc == ISD::ADDC || Opc == ISD::ADDE) || in Select()
/external/pcre/dist2/src/sljit/
DsljitNativeSPARC_32.c100 …return push_inst(compiler, ADDC | (flags & SET_FLAGS) | D(dst) | S1(src1) | ARG2(flags, src2), DR(… in emit_single_op()
DsljitNativePPC_32.c119 return push_inst(compiler, ADDC | OERC(ALT_SET_FLAGS) | D(dst) | A(src1) | B(src2)); in emit_single_op()
DsljitNativePPC_64.c240 return push_inst(compiler, ADDC | OERC(ALT_SET_FLAGS) | D(dst) | A(src1) | B(src2)); in emit_single_op()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vec4.h227 EMIT2(ADDC)
Dbrw_vec4_builder.h398 ALU2_ACC(ADDC) in ALU2_ACC() argument
Dbrw_eu.h187 ALU2(ADDC)
Dbrw_fs_builder.h452 ALU2_ACC(ADDC) in ALU2_ACC() argument
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMISelLowering.h74 ADDC, // Add with carry enumerator
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp1142 case ISD::ADDC: in ExpandIntegerResult()
1277 TLI.isOperationLegalOrCustom(ISD::ADDC, in ExpandShiftByConstant()
1282 Lo = DAG.getNode(ISD::ADDC, DL, VTList, LoOps, 2); in ExpandShiftByConstant()
1519 ISD::ADDC : ISD::SUBC, in ExpandIntRes_ADDSUB()
1525 Lo = DAG.getNode(ISD::ADDC, dl, VTList, LoOps, 2); in ExpandIntRes_ADDSUB()
1573 if (N->getOpcode() == ISD::ADDC) { in ExpandIntRes_ADDSUBC()
1574 Lo = DAG.getNode(ISD::ADDC, dl, VTList, LoOps, 2); in ExpandIntRes_ADDSUBC()
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/Disassembler/
DMBlazeDisassembler.cpp41 MBlaze::ADD, MBlaze::RSUB, MBlaze::ADDC, MBlaze::RSUBC, //00,01,02,03
/external/llvm/lib/Target/ARM/
DARMISelLowering.h71 ADDC, // Add with carry enumerator
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp226 case ISD::ADDC: return "addc"; in getOperationName()
DLegalizeIntegerTypes.cpp1387 case ISD::ADDC: in ExpandIntegerResult()
1743 ISD::ADDC : ISD::SUBC, in ExpandIntRes_ADDSUB()
1749 Lo = DAG.getNode(ISD::ADDC, dl, VTList, LoOps); in ExpandIntRes_ADDSUB()
1829 if (N->getOpcode() == ISD::ADDC) { in ExpandIntRes_ADDSUBC()
1830 Lo = DAG.getNode(ISD::ADDC, dl, VTList, LoOps); in ExpandIntRes_ADDSUBC()
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1842 setOperationAction(ISD::ADDC, MVT::i8, Expand); in HexagonTargetLowering()
1843 setOperationAction(ISD::ADDC, MVT::i16, Expand); in HexagonTargetLowering()
1844 setOperationAction(ISD::ADDC, MVT::i32, Expand); in HexagonTargetLowering()
1845 setOperationAction(ISD::ADDC, MVT::i64, Expand); in HexagonTargetLowering()
1937 ISD::SREM, ISD::UREM, ISD::SDIVREM, ISD::UDIVREM, ISD::ADDC, in HexagonTargetLowering()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp99 ISD::SRA_PARTS, ISD::SRL_PARTS, ISD::ADDC, ISD::ADDE, ISD::SUBC, in WebAssemblyTargetLowering()
/external/llvm/lib/Target/BPF/
DBPFISelLowering.cpp90 setOperationAction(ISD::ADDC, MVT::i64, Expand); in BPFTargetLowering()

123