Searched refs:TestShl (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/runtime_core/compiler/tests/ |
H A D | asm_printer_test.cpp | 307 DOUBLE_PARAM_TEST_TEMPLATE(TestShl, EncodeShl) 341 ONE_TEST_BODY(PrinterAarch64Test, TestShl, shl, AARCH64) 357 ONE_TEST_BODY(PrinterAarch32Test, TestShl, shl, AARCH32) 373 ONE_TEST_BODY(PrinterAmd64Test, TestShl, shl, X86_64)
|
/arkcompiler/runtime_core/static_core/compiler/tests/aarch32/ |
H A D | encoder32_test_1.cpp | 1272 bool TestShl(Encoder32Test *test) in TestShl() function 1326 EXPECT_TRUE(TestShl<int8_t>(this)); in TEST_F() 1327 EXPECT_TRUE(TestShl<int16_t>(this)); in TEST_F() 1328 EXPECT_TRUE(TestShl<int32_t>(this)); in TEST_F() 1329 EXPECT_TRUE(TestShl<int64_t>(this)); in TEST_F()
|
/arkcompiler/runtime_core/static_core/compiler/tests/aarch64/ |
H A D | encoder64_test_1.cpp | 1406 bool TestShl(Encoder64Test *test) in TestShl() function 1462 EXPECT_TRUE(TestShl<int32_t>(this)); in TEST_F() 1463 EXPECT_TRUE(TestShl<int64_t>(this)); in TEST_F()
|
/arkcompiler/runtime_core/static_core/compiler/tests/amd64/ |
H A D | encoder64_test_1.cpp | 1304 bool TestShl(Encoder64Test *test) in TestShl() function 1360 EXPECT_TRUE(TestShl<int32_t>(this)); in TEST_F() 1361 EXPECT_TRUE(TestShl<int64_t>(this)); in TEST_F()
|
/arkcompiler/runtime_core/compiler/tests/aarch32/ |
H A D | encoder32_test.cpp | 1675 bool TestShl(Encoder32Test *test) in TestShl() function 1729 EXPECT_TRUE(TestShl<int8_t>(this)); in TEST_F() 1730 EXPECT_TRUE(TestShl<int16_t>(this)); in TEST_F() 1731 EXPECT_TRUE(TestShl<int32_t>(this)); in TEST_F() 1732 EXPECT_TRUE(TestShl<int64_t>(this)); in TEST_F()
|
/arkcompiler/runtime_core/compiler/tests/amd64/ |
H A D | encoder64_test.cpp | 1725 bool TestShl(Encoder64Test *test) in TestShl() function 1780 EXPECT_TRUE(TestShl<int32_t>(this)); in TEST_F() 1781 EXPECT_TRUE(TestShl<int64_t>(this)); in TEST_F()
|
/arkcompiler/runtime_core/compiler/tests/aarch64/ |
H A D | encoder64_test.cpp | 1836 bool TestShl(Encoder64Test *test) in TestShl() function 1890 EXPECT_TRUE(TestShl<int32_t>(this)); in TEST_F() 1891 EXPECT_TRUE(TestShl<int64_t>(this)); in TEST_F()
|
Completed in 23 milliseconds