Searched refs:DFP (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZFeatures.td | 139 "Assume that the DFP zoned-conversion facility is installed" 180 "Assume that the DFP packed-conversion facility is installed"
|
| H A D | SystemZScheduleZ196.td | 972 // DFP: Move instructions 980 // DFP: Conversion instructions 1018 // DFP: Unary arithmetic 1034 // DFP: Binary arithmetic 1070 // DFP: Comparisons
|
| H A D | SystemZScheduleZEC12.td | 1010 // DFP: Move instructions 1018 // DFP: Conversion instructions 1062 // DFP: Unary arithmetic 1078 // DFP: Binary arithmetic 1114 // DFP: Comparisons
|
| H A D | SystemZScheduleZ13.td | 1045 // DFP: Move instructions 1053 // DFP: Conversion instructions 1100 // DFP: Unary arithmetic 1116 // DFP: Binary arithmetic 1152 // DFP: Comparisons
|
| H A D | SystemZScheduleZ16.td | 1086 // DFP: Move instructions 1094 // DFP: Conversion instructions 1145 // DFP: Unary arithmetic 1161 // DFP: Binary arithmetic 1197 // DFP: Comparisons
|
| H A D | SystemZScheduleZ15.td | 1080 // DFP: Move instructions 1088 // DFP: Conversion instructions 1139 // DFP: Unary arithmetic 1155 // DFP: Binary arithmetic 1191 // DFP: Comparisons
|
| H A D | SystemZScheduleZ14.td | 1063 // DFP: Move instructions 1071 // DFP: Conversion instructions 1118 // DFP: Unary arithmetic 1134 // DFP: Binary arithmetic 1170 // DFP: Comparisons
|
| /llvm-project-15.0.7/clang/unittests/AST/ |
| H A D | ASTImporterTest.cpp | 2133 auto DFP = in TEST_P() local 2137 auto *DF = FirstDeclMatcher<CXXMethodDecl>().match(FromTU0, DFP); in TEST_P() 2147 EXPECT_EQ(DeclCounter<FunctionDecl>().match(ToTU, DFP), 1u); in TEST_P() 2163 auto DFP = in TEST_P() local 2173 auto *FromD = FirstDeclMatcher<CXXMethodDecl>().match(FromTU, DFP); in TEST_P() 2185 EXPECT_EQ(DeclCounter<FunctionDecl>().match(ToTU, DFP), 1u); in TEST_P() 2207 auto *D = FirstDeclMatcher<CXXMethodDecl>().match(FromTU0, DFP); in TEST_P() 2256 auto DFP = in TEST_P() local 2264 auto *D = FirstDeclMatcher<CXXMethodDecl>().match(FromTU0, DFP); in TEST_P() 2277 EXPECT_EQ(DeclCounter<FunctionDecl>().match(ToTU, DFP), 1u); in TEST_P() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPC.td | 448 // DFP p6, p6x, p7 decimal floating-point instructions
|