/external/pdfium/xfa/fgas/crt/ |
D | cfgas_stringformatter.cpp | 47 #undef SUBC 48 #define SUBC(a, b, c) a, c macro 51 {SUBC(0x14da2125, "default", FX_LOCALEDATETIMESUBCATEGORY_Default)}, 52 {SUBC(0x9041d4b0, "short", FX_LOCALEDATETIMESUBCATEGORY_Short)}, 53 {SUBC(0xa084a381, "medium", FX_LOCALEDATETIMESUBCATEGORY_Medium)}, 54 {SUBC(0xcdce56b3, "full", FX_LOCALEDATETIMESUBCATEGORY_Full)}, 55 {SUBC(0xf6b4afb0, "long", FX_LOCALEDATETIMESUBCATEGORY_Long)}, 59 {SUBC(0x46f95531, "percent", FX_LOCALENUMPATTERN_Percent)}, 60 {SUBC(0x4c4e8acb, "currency", FX_LOCALENUMPATTERN_Currency)}, 61 {SUBC(0x54034c2f, "decimal", FX_LOCALENUMPATTERN_Decimal)}, [all …]
|
/external/llvm-project/llvm/test/CodeGen/RISCV/ |
D | addc-adde-sube-subc.ll | 5 ; Ensure that the ISDOpcodes ADDC, ADDE, SUBC, SUBE are handled correctly
|
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 214 ADDC, SUBC, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 224 ADDC, SUBC, enumerator
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 263 SUBC, enumerator
|
/external/llvm/lib/Target/Mips/ |
D | Mips16ISelDAGToDAG.cpp | 200 (Opc == ISD::SUBC || Opc == ISD::SUBE)) && in trySelect()
|
D | MipsSEISelDAGToDAG.cpp | 246 (Opc == ISD::SUBC || Opc == ISD::SUBE)) && in selectAddESubE()
|
/external/pcre/dist2/src/sljit/ |
D | sljitNativeSPARC_32.c | 105 …return push_inst(compiler, SUBC | (flags & SET_FLAGS) | D(dst) | S1(src1) | ARG2(flags, src2), DR(… in emit_single_op()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.h | 73 SUBC, // Sub with carry enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.h | 39 SUBC, // Sub with carry: (X, Y, Cin) -> (X+~Y+Cin, Cout). enumerator
|
/external/llvm-project/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.h | 40 SUBC, // Sub with carry: (X, Y, Cin) -> (X+~Y+Cin, Cout). enumerator
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 234 case ISD::SUBC: return "subc"; in getOperationName()
|
D | LegalizeIntegerTypes.cpp | 1388 case ISD::SUBC: ExpandIntRes_ADDSUBC(N, Lo, Hi); break; in ExpandIntegerResult() 1743 ISD::ADDC : ISD::SUBC, in ExpandIntRes_ADDSUB() 1753 Lo = DAG.getNode(ISD::SUBC, dl, VTList, LoOps); in ExpandIntRes_ADDSUB() 1834 Lo = DAG.getNode(ISD::SUBC, dl, VTList, LoOps); in ExpandIntRes_ADDSUBC() 2917 SDValue LowCmp = DAG.getNode(ISD::SUBC, dl, VTList, LHSLo, RHSLo); in IntegerExpandSetCCOperands()
|
/external/llvm/lib/Target/BPF/ |
D | BPFISelLowering.cpp | 92 setOperationAction(ISD::SUBC, MVT::i64, Expand); in BPFTargetLowering()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.h | 106 SUBC, // Sub with carry enumerator
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.cpp | 99 ISD::SRA_PARTS, ISD::SRL_PARTS, ISD::ADDC, ISD::ADDE, ISD::SUBC, in WebAssemblyTargetLowering()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.cpp | 1846 setOperationAction(ISD::SUBC, MVT::i8, Expand); in HexagonTargetLowering() 1847 setOperationAction(ISD::SUBC, MVT::i16, Expand); in HexagonTargetLowering() 1848 setOperationAction(ISD::SUBC, MVT::i32, Expand); in HexagonTargetLowering() 1849 setOperationAction(ISD::SUBC, MVT::i64, Expand); in HexagonTargetLowering() 1938 ISD::SUBC, ISD::SADDO, ISD::UADDO, ISD::SSUBO, ISD::USUBO, in HexagonTargetLowering()
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMISelLowering.h | 108 SUBC, // Sub with carry enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 298 case ISD::SUBC: return "subc"; in getOperationName()
|
D | LegalizeIntegerTypes.cpp | 1887 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()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 303 case ISD::SUBC: return "subc"; in getOperationName()
|
/external/llvm-project/llvm/lib/Target/Sparc/ |
D | SparcISelLowering.cpp | 1557 setOperationAction(ISD::SUBC, MVT::i32, Custom); in SparcTargetLowering() 1563 setOperationAction(ISD::SUBC, MVT::i64, Custom); in SparcTargetLowering() 2912 case ISD::SUBC: hiOpc = ISD::SUBE; break; in LowerADDC_ADDE_SUBC_SUBE() 3060 case ISD::SUBC: in LowerOperation()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
D | SparcISelLowering.cpp | 1550 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()
|
/external/llvm/lib/Target/Sparc/ |
D | SparcISelLowering.cpp | 1615 setOperationAction(ISD::SUBC, MVT::i64, Custom); in SparcTargetLowering() 2931 case ISD::SUBC: hiOpc = ISD::SUBE; break; in LowerADDC_ADDE_SUBC_SUBE() 3079 case ISD::SUBC: in LowerOperation()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelDAGToDAG.cpp | 759 case ISD::SUBC: in Select() 1005 ConsumeCarry || Opcode == ISD::ADDC || Opcode == ISD::SUBC; in SelectADD_SUB_I64()
|