Home
last modified time | relevance | path

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

1234

/external/pdfium/xfa/fgas/crt/
Dcfgas_stringformatter.cpp47 #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/
Daddc-adde-sube-subc.ll5 ; Ensure that the ISDOpcodes ADDC, ADDE, SUBC, SUBE are handled correctly
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h214 ADDC, SUBC, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h224 ADDC, SUBC, enumerator
/external/llvm-project/llvm/include/llvm/CodeGen/
DISDOpcodes.h263 SUBC, enumerator
/external/llvm/lib/Target/Mips/
DMips16ISelDAGToDAG.cpp200 (Opc == ISD::SUBC || Opc == ISD::SUBE)) && in trySelect()
DMipsSEISelDAGToDAG.cpp246 (Opc == ISD::SUBC || Opc == ISD::SUBE)) && in selectAddESubE()
/external/pcre/dist2/src/sljit/
DsljitNativeSPARC_32.c105 …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/
DARMISelLowering.h73 SUBC, // Sub with carry enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelLowering.h39 SUBC, // Sub with carry: (X, Y, Cin) -> (X+~Y+Cin, Cout). enumerator
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonISelLowering.h40 SUBC, // Sub with carry: (X, Y, Cin) -> (X+~Y+Cin, Cout). enumerator
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp234 case ISD::SUBC: return "subc"; in getOperationName()
DLegalizeIntegerTypes.cpp1388 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/
DBPFISelLowering.cpp92 setOperationAction(ISD::SUBC, MVT::i64, Expand); in BPFTargetLowering()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.h106 SUBC, // Sub with carry enumerator
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp99 ISD::SRA_PARTS, ISD::SRL_PARTS, ISD::ADDC, ISD::ADDE, ISD::SUBC, in WebAssemblyTargetLowering()
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1846 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/
DARMISelLowering.h108 SUBC, // Sub with carry enumerator
/external/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()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp303 case ISD::SUBC: return "subc"; in getOperationName()
/external/llvm-project/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1557 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/
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()
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1615 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/
DAMDGPUISelDAGToDAG.cpp759 case ISD::SUBC: in Select()
1005 ConsumeCarry || Opcode == ISD::ADDC || Opcode == ISD::SUBC; in SelectADD_SUB_I64()

1234