Searched refs:TestAShr (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/runtime_core/compiler/tests/ |
H A D | asm_printer_test.cpp | 309 DOUBLE_PARAM_TEST_TEMPLATE(TestAShr, EncodeAShr) 343 ONE_TEST_BODY(PrinterAarch64Test, TestAShr, ashr, AARCH64) 359 ONE_TEST_BODY(PrinterAarch32Test, TestAShr, ashr, AARCH32) 375 ONE_TEST_BODY(PrinterAmd64Test, TestAShr, ashr, X86_64)
|
/arkcompiler/runtime_core/static_core/compiler/tests/aarch32/ |
H A D | encoder32_test_1.cpp | 1399 bool TestAShr(Encoder32Test *test) in TestAShr() function 1453 EXPECT_TRUE(TestAShr<int8_t>(this)); in TEST_F() 1454 EXPECT_TRUE(TestAShr<int16_t>(this)); in TEST_F() 1455 EXPECT_TRUE(TestAShr<int32_t>(this)); in TEST_F() 1456 EXPECT_TRUE(TestAShr<int64_t>(this)); in TEST_F()
|
/arkcompiler/runtime_core/static_core/compiler/tests/aarch64/ |
H A D | encoder64_test_1.cpp | 1528 bool TestAShr(Encoder64Test *test) in TestAShr() function 1582 EXPECT_TRUE(TestAShr<int32_t>(this)); in TEST_F() 1583 EXPECT_TRUE(TestAShr<int64_t>(this)); in TEST_F()
|
/arkcompiler/runtime_core/static_core/compiler/tests/amd64/ |
H A D | encoder64_test_1.cpp | 1429 bool TestAShr(Encoder64Test *test) in TestAShr() function 1483 EXPECT_TRUE(TestAShr<int32_t>(this)); in TEST_F() 1484 EXPECT_TRUE(TestAShr<int64_t>(this)); in TEST_F()
|
/arkcompiler/runtime_core/compiler/tests/aarch32/ |
H A D | encoder32_test.cpp | 1802 bool TestAShr(Encoder32Test *test) in TestAShr() function 1856 EXPECT_TRUE(TestAShr<int8_t>(this)); in TEST_F() 1857 EXPECT_TRUE(TestAShr<int16_t>(this)); in TEST_F() 1858 EXPECT_TRUE(TestAShr<int32_t>(this)); in TEST_F() 1859 EXPECT_TRUE(TestAShr<int64_t>(this)); in TEST_F()
|
/arkcompiler/runtime_core/compiler/tests/amd64/ |
H A D | encoder64_test.cpp | 1847 bool TestAShr(Encoder64Test *test) in TestAShr() function 1901 EXPECT_TRUE(TestAShr<int32_t>(this)); in TEST_F() 1902 EXPECT_TRUE(TestAShr<int64_t>(this)); in TEST_F()
|
/arkcompiler/runtime_core/compiler/tests/aarch64/ |
H A D | encoder64_test.cpp | 1957 bool TestAShr(Encoder64Test *test) in TestAShr() function 2011 EXPECT_TRUE(TestAShr<int32_t>(this)); in TEST_F() 2012 EXPECT_TRUE(TestAShr<int64_t>(this)); in TEST_F()
|
Completed in 22 milliseconds