Searched refs:TestMul (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/runtime_core/compiler/tests/ |
H A D | asm_printer_test.cpp | 306 DOUBLE_PARAM_TEST_TEMPLATE(TestMul, EncodeMul) 340 ONE_TEST_BODY(PrinterAarch64Test, TestMul, mul, AARCH64) 356 ONE_TEST_BODY(PrinterAarch32Test, TestMul, mul, AARCH32) 372 ONE_TEST_BODY(PrinterAmd64Test, TestMul, mul, X86_64)
|
/arkcompiler/runtime_core/static_core/compiler/tests/aarch32/ |
H A D | encoder32_test_1.cpp | 1040 bool TestMul(Encoder32Test *test) in TestMul() function 1097 EXPECT_TRUE(TestMul<int8_t>(this)); in TEST_F() 1098 EXPECT_TRUE(TestMul<int16_t>(this)); in TEST_F() 1099 EXPECT_TRUE(TestMul<int32_t>(this)); in TEST_F() 1100 EXPECT_TRUE(TestMul<int64_t>(this)); in TEST_F() 1101 EXPECT_TRUE(TestMul<float>(this)); in TEST_F() 1102 EXPECT_TRUE(TestMul<double>(this)); in TEST_F()
|
/arkcompiler/runtime_core/static_core/compiler/tests/aarch64/ |
H A D | encoder64_test_1.cpp | 1182 bool TestMul(Encoder64Test *test) in TestMul() function 1239 EXPECT_TRUE(TestMul<int32_t>(this)); in TEST_F() 1240 EXPECT_TRUE(TestMul<int64_t>(this)); in TEST_F() 1241 EXPECT_TRUE(TestMul<float>(this)); in TEST_F() 1242 EXPECT_TRUE(TestMul<double>(this)); in TEST_F()
|
/arkcompiler/runtime_core/static_core/compiler/tests/amd64/ |
H A D | encoder64_test_1.cpp | 1083 bool TestMul(Encoder64Test *test) in TestMul() function 1148 EXPECT_TRUE(TestMul<int32_t>(this)); in TEST_F() 1149 EXPECT_TRUE(TestMul<int64_t>(this)); in TEST_F() 1150 EXPECT_TRUE(TestMul<float>(this)); in TEST_F() 1151 EXPECT_TRUE(TestMul<double>(this)); in TEST_F()
|
/arkcompiler/runtime_core/compiler/tests/aarch32/ |
H A D | encoder32_test.cpp | 1444 bool TestMul(Encoder32Test *test) in TestMul() function 1501 EXPECT_TRUE(TestMul<int8_t>(this)); in TEST_F() 1502 EXPECT_TRUE(TestMul<int16_t>(this)); in TEST_F() 1503 EXPECT_TRUE(TestMul<int32_t>(this)); in TEST_F() 1504 EXPECT_TRUE(TestMul<int64_t>(this)); in TEST_F() 1505 EXPECT_TRUE(TestMul<float>(this)); in TEST_F() 1506 EXPECT_TRUE(TestMul<double>(this)); in TEST_F()
|
/arkcompiler/runtime_core/compiler/tests/amd64/ |
H A D | encoder64_test.cpp | 1501 bool TestMul(Encoder64Test *test) in TestMul() function 1567 EXPECT_TRUE(TestMul<int32_t>(this)); in TEST_F() 1568 EXPECT_TRUE(TestMul<int64_t>(this)); in TEST_F() 1569 EXPECT_TRUE(TestMul<float>(this)); in TEST_F() 1570 EXPECT_TRUE(TestMul<double>(this)); in TEST_F()
|
/arkcompiler/runtime_core/compiler/tests/aarch64/ |
H A D | encoder64_test.cpp | 1611 bool TestMul(Encoder64Test *test) in TestMul() function 1670 EXPECT_TRUE(TestMul<int32_t>(this)); in TEST_F() 1671 EXPECT_TRUE(TestMul<int64_t>(this)); in TEST_F() 1672 EXPECT_TRUE(TestMul<float>(this)); in TEST_F() 1673 EXPECT_TRUE(TestMul<double>(this)); in TEST_F()
|
Completed in 24 milliseconds