Searched refs:TestMov2 (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/runtime_core/static_core/compiler/tests/aarch64/ |
H A D | encoder64_test_1.cpp | 154 bool TestMov2(Encoder64Test *test) in TestMov2() function 206 EXPECT_TRUE((TestMov2<float, int32_t>(this))); in TEST_F() 207 EXPECT_TRUE((TestMov2<double, int64_t>(this))); in TEST_F() 208 EXPECT_TRUE((TestMov2<int32_t, float>(this))); in TEST_F() 209 EXPECT_TRUE((TestMov2<int64_t, double>(this))); in TEST_F()
|
/arkcompiler/runtime_core/static_core/compiler/tests/aarch32/ |
H A D | encoder32_test_1.cpp | 171 bool TestMov2(Encoder32Test *test) in TestMov2() function 225 EXPECT_TRUE((TestMov2<float, int32_t>(this))); in TEST_F() 226 EXPECT_TRUE((TestMov2<double, int64_t>(this))); in TEST_F() 227 EXPECT_TRUE((TestMov2<int32_t, float>(this))); in TEST_F() 228 EXPECT_TRUE((TestMov2<int64_t, double>(this))); in TEST_F()
|
/arkcompiler/runtime_core/static_core/compiler/tests/amd64/ |
H A D | encoder64_test_1.cpp | 157 bool TestMov2(Encoder64Test *test) in TestMov2() function 209 EXPECT_TRUE((TestMov2<float, int32_t>(this))); in TEST_F() 210 EXPECT_TRUE((TestMov2<double, int64_t>(this))); in TEST_F() 211 EXPECT_TRUE((TestMov2<int32_t, float>(this))); in TEST_F() 212 EXPECT_TRUE((TestMov2<int64_t, double>(this))); in TEST_F()
|
/arkcompiler/runtime_core/compiler/tests/aarch32/ |
H A D | encoder32_test.cpp | 572 bool TestMov2(Encoder32Test *test) 626 EXPECT_TRUE((TestMov2<float, int32_t>(this))); 627 EXPECT_TRUE((TestMov2<double, int64_t>(this))); 628 EXPECT_TRUE((TestMov2<int32_t, float>(this))); 629 EXPECT_TRUE((TestMov2<int64_t, double>(this)));
|
/arkcompiler/runtime_core/compiler/tests/amd64/ |
H A D | encoder64_test.cpp | 574 bool TestMov2(Encoder64Test *test) in TestMov2() function 628 EXPECT_TRUE((TestMov2<float, int32_t>(this))); in TEST_F() 629 EXPECT_TRUE((TestMov2<double, int64_t>(this))); in TEST_F() 630 EXPECT_TRUE((TestMov2<int32_t, float>(this))); in TEST_F() 631 EXPECT_TRUE((TestMov2<int64_t, double>(this))); in TEST_F()
|
/arkcompiler/runtime_core/compiler/tests/aarch64/ |
H A D | encoder64_test.cpp | 576 bool TestMov2(Encoder64Test *test) in TestMov2() function 630 EXPECT_TRUE((TestMov2<float, int32_t>(this))); in TEST_F() 631 EXPECT_TRUE((TestMov2<double, int64_t>(this))); in TEST_F() 632 EXPECT_TRUE((TestMov2<int32_t, float>(this))); in TEST_F() 633 EXPECT_TRUE((TestMov2<int64_t, double>(this))); in TEST_F()
|
Completed in 20 milliseconds