Searched refs:TestShr (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/runtime_core/compiler/tests/ |
H A D | asm_printer_test.cpp | 308 DOUBLE_PARAM_TEST_TEMPLATE(TestShr, EncodeShr) 342 ONE_TEST_BODY(PrinterAarch64Test, TestShr, shr, AARCH64) 358 ONE_TEST_BODY(PrinterAarch32Test, TestShr, shr, AARCH32) 374 ONE_TEST_BODY(PrinterAmd64Test, TestShr, shr, X86_64)
|
/arkcompiler/runtime_core/static_core/compiler/tests/aarch32/ |
H A D | encoder32_test_1.cpp | 1333 bool TestShr(Encoder32Test *test) in TestShr() function 1388 EXPECT_TRUE(TestShr<int8_t>(this)); in TEST_F() 1389 EXPECT_TRUE(TestShr<int16_t>(this)); in TEST_F() 1390 EXPECT_TRUE(TestShr<int32_t>(this)); in TEST_F() 1391 EXPECT_TRUE(TestShr<int64_t>(this)); in TEST_F() 1392 EXPECT_TRUE(TestShr<uint8_t>(this)); in TEST_F() 1393 EXPECT_TRUE(TestShr<uint16_t>(this)); in TEST_F() 1394 EXPECT_TRUE(TestShr<uint32_t>(this)); in TEST_F() 1395 EXPECT_TRUE(TestShr<uint64_t>(this)); in TEST_F()
|
/arkcompiler/runtime_core/compiler/tests/aarch32/ |
H A D | encoder32_test.cpp | 1736 bool TestShr(Encoder32Test *test) in TestShr() function 1791 EXPECT_TRUE(TestShr<int8_t>(this)); in TEST_F() 1792 EXPECT_TRUE(TestShr<int16_t>(this)); in TEST_F() 1793 EXPECT_TRUE(TestShr<int32_t>(this)); in TEST_F() 1794 EXPECT_TRUE(TestShr<int64_t>(this)); in TEST_F() 1795 EXPECT_TRUE(TestShr<uint8_t>(this)); in TEST_F() 1796 EXPECT_TRUE(TestShr<uint16_t>(this)); in TEST_F() 1797 EXPECT_TRUE(TestShr<uint32_t>(this)); in TEST_F() 1798 EXPECT_TRUE(TestShr<uint64_t>(this)); in TEST_F()
|
/arkcompiler/runtime_core/static_core/compiler/tests/aarch64/ |
H A D | encoder64_test_1.cpp | 1467 bool TestShr(Encoder64Test *test) in TestShr() function 1522 EXPECT_TRUE(TestShr<int32_t>(this)); in TEST_F() 1523 EXPECT_TRUE(TestShr<int64_t>(this)); in TEST_F() 1524 EXPECT_TRUE(TestShr<uint32_t>(this)); in TEST_F() 1525 EXPECT_TRUE(TestShr<uint64_t>(this)); in TEST_F()
|
/arkcompiler/runtime_core/static_core/compiler/tests/amd64/ |
H A D | encoder64_test_1.cpp | 1365 bool TestShr(Encoder64Test *test) in TestShr() function 1422 EXPECT_TRUE(TestShr<int32_t>(this)); in TEST_F() 1423 EXPECT_TRUE(TestShr<int64_t>(this)); in TEST_F() 1424 EXPECT_TRUE(TestShr<uint32_t>(this)); in TEST_F() 1425 EXPECT_TRUE(TestShr<uint64_t>(this)); in TEST_F()
|
/arkcompiler/runtime_core/compiler/tests/amd64/ |
H A D | encoder64_test.cpp | 1785 bool TestShr(Encoder64Test *test) in TestShr() function 1840 EXPECT_TRUE(TestShr<int32_t>(this)); in TEST_F() 1841 EXPECT_TRUE(TestShr<int64_t>(this)); in TEST_F() 1842 EXPECT_TRUE(TestShr<uint32_t>(this)); in TEST_F() 1843 EXPECT_TRUE(TestShr<uint64_t>(this)); in TEST_F()
|
/arkcompiler/runtime_core/compiler/tests/aarch64/ |
H A D | encoder64_test.cpp | 1895 bool TestShr(Encoder64Test *test) in TestShr() function 1950 EXPECT_TRUE(TestShr<int32_t>(this)); in TEST_F() 1951 EXPECT_TRUE(TestShr<int64_t>(this)); in TEST_F() 1952 EXPECT_TRUE(TestShr<uint32_t>(this)); in TEST_F() 1953 EXPECT_TRUE(TestShr<uint64_t>(this)); in TEST_F()
|
Completed in 21 milliseconds