Searched refs:TestOr (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/runtime_core/compiler/tests/ |
H A D | asm_printer_test.cpp | 311 DOUBLE_PARAM_TEST_TEMPLATE(TestOr, EncodeOr) 345 ONE_TEST_BODY(PrinterAarch64Test, TestOr, or, AARCH64) 361 ONE_TEST_BODY(PrinterAarch32Test, TestOr, or, AARCH32) 377 ONE_TEST_BODY(PrinterAmd64Test, TestOr, or, X86_64)
|
/arkcompiler/runtime_core/static_core/compiler/tests/aarch32/ |
H A D | encoder32_test_1.cpp | 1507 bool TestOr(Encoder32Test *test) in TestOr() function 1547 EXPECT_TRUE(TestOr<int8_t>(this)); in TEST_F() 1548 EXPECT_TRUE(TestOr<int16_t>(this)); in TEST_F() 1549 EXPECT_TRUE(TestOr<int32_t>(this)); in TEST_F() 1550 EXPECT_TRUE(TestOr<int64_t>(this)); in TEST_F()
|
/arkcompiler/runtime_core/static_core/compiler/tests/aarch64/ |
H A D | encoder64_test_1.cpp | 1632 bool TestOr(Encoder64Test *test) in TestOr() function 1672 EXPECT_TRUE(TestOr<int32_t>(this)); in TEST_F() 1673 EXPECT_TRUE(TestOr<int64_t>(this)); in TEST_F()
|
/arkcompiler/runtime_core/static_core/compiler/tests/amd64/ |
H A D | encoder64_test_1.cpp | 1533 bool TestOr(Encoder64Test *test) in TestOr() function 1573 EXPECT_TRUE(TestOr<int32_t>(this)); in TEST_F() 1574 EXPECT_TRUE(TestOr<int64_t>(this)); in TEST_F()
|
/arkcompiler/runtime_core/compiler/tests/aarch32/ |
H A D | encoder32_test.cpp | 1910 bool TestOr(Encoder32Test *test) in TestOr() function 1950 EXPECT_TRUE(TestOr<int8_t>(this)); in TEST_F() 1951 EXPECT_TRUE(TestOr<int16_t>(this)); in TEST_F() 1952 EXPECT_TRUE(TestOr<int32_t>(this)); in TEST_F() 1953 EXPECT_TRUE(TestOr<int64_t>(this)); in TEST_F()
|
/arkcompiler/runtime_core/compiler/tests/amd64/ |
H A D | encoder64_test.cpp | 1952 bool TestOr(Encoder64Test *test) in TestOr() function 1993 EXPECT_TRUE(TestOr<int32_t>(this)); in TEST_F() 1994 EXPECT_TRUE(TestOr<int64_t>(this)); in TEST_F()
|
/arkcompiler/runtime_core/compiler/tests/aarch64/ |
H A D | encoder64_test.cpp | 2062 bool TestOr(Encoder64Test *test) in TestOr() function 2103 EXPECT_TRUE(TestOr<int32_t>(this)); in TEST_F() 2104 EXPECT_TRUE(TestOr<int64_t>(this)); in TEST_F()
|
Completed in 21 milliseconds