Searched defs:SUBC (Results 1 – 4 of 4) sorted by relevance
40 SUBC, // Sub with carry: (X, Y, Cin) -> (X+~Y+Cin, Cout). enumerator
110 SUBC, // Sub with carry enumerator
277 SUBC, enumerator
5333 if (auto *SUBC = dyn_cast<ConstantSDNode>(N0.getOperand(0))) in SimplifySetCC() local