Searched defs:SUBC (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.h | 40 SUBC, // Sub with carry: (X, Y, Cin) -> (X+~Y+Cin, Cout). enumerator
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMISelLowering.h | 76 SUBC, // Sub with carry enumerator
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.h | 73 SUBC, // Sub with carry enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.h | 100 SUBC, // Sub with carry enumerator
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 208 ADDC, SUBC, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 223 ADDC, SUBC, enumerator
|
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 214 ADDC, SUBC, enumerator
|
/external/pcre/dist2/src/sljit/ |
D | sljitNativeSPARC_common.c | 177 #define SUBC (OPC1(0x2) | OPC3(0x0c)) macro
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 2973 if (ConstantSDNode *SUBC = in MatchRotate() local 2990 if (ConstantSDNode *SUBC = in MatchRotate() local 3020 if (ConstantSDNode *SUBC = in MatchRotate() local 3034 if (ConstantSDNode *SUBC = in MatchRotate() local
|
D | TargetLowering.cpp | 2455 if (ConstantSDNode *SUBC = dyn_cast<ConstantSDNode>(N0.getOperand(0))) { in SimplifySetCC() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 2055 if (auto *SUBC = dyn_cast<ConstantSDNode>(N0.getOperand(0))) { in SimplifySetCC() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 2689 if (auto *SUBC = dyn_cast<ConstantSDNode>(N0.getOperand(0))) { in SimplifySetCC() local
|