Home
last modified time | relevance | path

Searched refs:SUBC (Results 1 – 25 of 35) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h224 ADDC, SUBC, enumerator
/third_party/pcre2/pcre2/src/sljit/
DsljitNativeSPARC_32.c104 …return push_inst(compiler, SUBC | (flags & SET_FLAGS) | D(dst) | S1(src1) | ARG2(flags, src2), DRF… in emit_single_op()
DsljitNativeSPARC_common.c181 #define SUBC (OPC1(0x2) | OPC3(0x0c)) macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelLowering.h39 SUBC, // Sub with carry: (X, Y, Cin) -> (X+~Y+Cin, Cout). enumerator
DHexagonISelLowering.cpp1688 case HexagonISD::SUBC: return "HexagonISD::SUBC"; in getTargetNodeName()
2847 SDValue SubC = DAG.getNode(HexagonISD::SUBC, dl, Op.getNode()->getVTList(), in LowerAddSubCarry()
DHexagonISelDAGToDAG.cpp891 case HexagonISD::SUBC: return SelectAddSubCarry(N); in Select()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.h106 SUBC, // Sub with carry enumerator
DARMISelLowering.cpp1585 case ARMISD::SUBC: return "ARMISD::SUBC"; in getTargetNodeName()
4495 SDValue Carry = DAG.getNode(ARMISD::SUBC, DL, in ConvertBooleanCarryToCarryFlag()
4535 Value = DAG.getNode(ARMISD::SUBC, dl, VTs, LHS, RHS); in LowerUnsignedALUO()
11400 AddcSubcNode->getOpcode() != ARMISD::SUBC)) in AddCombineTo64bitMLAL()
11498 if (AddcSubcNode->getOpcode() == ARMISD::SUBC) { in AddCombineTo64bitMLAL()
11507 } else if (AddcSubcNode->getOpcode() == ARMISD::SUBC) in AddCombineTo64bitMLAL()
11612 if (N->getOpcode() == ARMISD::SUBC) { in PerformAddcSubcCombine()
11630 unsigned Opcode = (N->getOpcode() == ARMISD::ADDC) ? ARMISD::SUBC in PerformAddcSubcCombine()
14631 case ARMISD::SUBC: return PerformAddcSubcCombine(N, DCI, Subtarget); in PerformDAGCombine()
15661 case ARMISD::SUBC: in computeKnownBitsForTargetNode()
DARMISelDAGToDAG.cpp3433 N->getOperand(2).getOpcode() != ARMISD::SUBC || in Select()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp298 case ISD::SUBC: return "subc"; in getOperationName()
DLegalizeIntegerTypes.cpp1887 case ISD::SUBC: ExpandIntRes_ADDSUBC(N, Lo, Hi); break; in ExpandIntegerResult()
2288 ISD::ADDC : ISD::SUBC, in ExpandIntRes_ADDSUB()
2298 Lo = DAG.getNode(ISD::SUBC, dl, VTList, LoOps); in ExpandIntRes_ADDSUB()
2395 Lo = DAG.getNode(ISD::SUBC, dl, VTList, LoOps); in ExpandIntRes_ADDSUBC()
DTargetLowering.cpp3892 if (auto *SUBC = dyn_cast<ConstantSDNode>(N0.getOperand(0))) { in SimplifySetCC() local
3896 DAG.getConstant(SUBC->getAPIntValue() - in SimplifySetCC()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1550 setOperationAction(ISD::SUBC, MVT::i32, Custom); in SparcTargetLowering()
1556 setOperationAction(ISD::SUBC, MVT::i64, Custom); in SparcTargetLowering()
2906 case ISD::SUBC: hiOpc = ISD::SUBE; break; in LowerADDC_ADDE_SUBC_SUBE()
3054 case ISD::SUBC: in LowerOperation()
DSparcInstrInfo.td726 defm SUBC : F3_12np <"subx", 0b001100>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelDAGToDAG.cpp759 case ISD::SUBC: in Select()
1005 ConsumeCarry || Opcode == ISD::ADDC || Opcode == ISD::SUBC; in SelectADD_SUB_I64()
DR600ISelLowering.cpp261 setOperationAction(ISD::SUBC, VT, Expand); in R600TargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp680 setOperationAction(ISD::SUBC, VT, Expand); in initActions()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp115 ISD::SRL_PARTS, ISD::ADDC, ISD::ADDE, ISD::SUBC, ISD::SUBE}) { in WebAssemblyTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRISelLowering.cpp69 setOperationAction(ISD::SUBC, VT, Legal); in AVRTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DMSP430InstrInfo.td549 defm SUBC : Arith<0b0111, "subc", sube, 0, [SR]>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetSelectionDAG.td381 def subc : SDNode<"ISD::SUBC" , SDTIntBinOp,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp337 setOperationAction(ISD::SUBC, MVT::i32, Custom); in AArch64TargetLowering()
341 setOperationAction(ISD::SUBC, MVT::i64, Custom); in AArch64TargetLowering()
2440 case ISD::SUBC: in LowerADDC_ADDE_SUBC_SUBE()
3186 case ISD::SUBC: in LowerOperation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/
DMipsGenFastISel.inc2468 // FastEmit functions for ISD::SUBC.
3427 case ISD::SUBC: return fastEmit_ISD_SUBC_rr(VT, RetVT, Op0, Op0IsKill, Op1, Op1IsKill);
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_vertex_program2.txt257 SUBC R15.x, R15.x, c[1].x; # counter = counter - 1;
1006 | "SUBC"
/third_party/openGLES/extensions/NV/
DNV_vertex_program2.txt257 SUBC R15.x, R15.x, c[1].x; # counter = counter - 1;
1006 | "SUBC"

12