Home
last modified time | relevance | path

Searched defs:SUBC (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h40 SUBC, // Sub with carry: (X, Y, Cin) -> (X+~Y+Cin, Cout). enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h111 SUBC, // Sub with carry global() enumerator
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h270 SUBC, global() enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5258 if (auto *SUBC = dyn_cast<ConstantSDNode>(N0.getOperand(0))) SimplifySetCC() local