Searched refs:TestNeg (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/runtime_core/compiler/tests/ |
H A D | asm_printer_test.cpp | 282 SINGLE_PARAM_TEST_TEMPLATE(TestNeg, EncodeNeg) 335 ONE_TEST_BODY(PrinterAarch64Test, TestNeg, neg, AARCH64) 351 ONE_TEST_BODY(PrinterAarch32Test, TestNeg, neg, AARCH32) 367 ONE_TEST_BODY(PrinterAmd64Test, TestNeg, neg, X86_64)
|
/arkcompiler/runtime_core/static_core/compiler/tests/aarch32/ |
H A D | encoder32_test_1.cpp | 30 bool TestNeg(Encoder32Test *test) in TestNeg() function 73 EXPECT_TRUE(TestNeg<int8_t>(this)); in TEST_F() 74 EXPECT_TRUE(TestNeg<int16_t>(this)); in TEST_F() 75 EXPECT_TRUE(TestNeg<int32_t>(this)); in TEST_F() 76 EXPECT_TRUE(TestNeg<int64_t>(this)); in TEST_F() 77 EXPECT_TRUE(TestNeg<float>(this)); in TEST_F() 78 EXPECT_TRUE(TestNeg<double>(this)); in TEST_F()
|
/arkcompiler/runtime_core/static_core/compiler/tests/aarch64/ |
H A D | encoder64_test_1.cpp | 21 bool TestNeg(Encoder64Test *test) in TestNeg() function 64 EXPECT_TRUE(TestNeg<int32_t>(this)); in TEST_F() 65 EXPECT_TRUE(TestNeg<int64_t>(this)); in TEST_F() 66 EXPECT_TRUE(TestNeg<float>(this)); in TEST_F() 67 EXPECT_TRUE(TestNeg<double>(this)); in TEST_F()
|
/arkcompiler/runtime_core/static_core/compiler/tests/amd64/ |
H A D | encoder64_test_1.cpp | 23 bool TestNeg(Encoder64Test *test) in TestNeg() function 66 EXPECT_TRUE(TestNeg<int32_t>(this)); in TEST_F() 67 EXPECT_TRUE(TestNeg<int64_t>(this)); in TEST_F() 68 EXPECT_TRUE(TestNeg<float>(this)); in TEST_F() 69 EXPECT_TRUE(TestNeg<double>(this)); in TEST_F()
|
/arkcompiler/runtime_core/compiler/tests/aarch32/ |
H A D | encoder32_test.cpp | 431 bool TestNeg(Encoder32Test *test) 474 EXPECT_TRUE(TestNeg<int8_t>(this)); 475 EXPECT_TRUE(TestNeg<int16_t>(this)); 476 EXPECT_TRUE(TestNeg<int32_t>(this)); 477 EXPECT_TRUE(TestNeg<int64_t>(this)); 478 EXPECT_TRUE(TestNeg<float>(this)); 479 EXPECT_TRUE(TestNeg<double>(this));
|
/arkcompiler/runtime_core/compiler/tests/amd64/ |
H A D | encoder64_test.cpp | 434 bool TestNeg(Encoder64Test *test) in TestNeg() function 479 EXPECT_TRUE(TestNeg<int32_t>(this)); in TEST_F() 480 EXPECT_TRUE(TestNeg<int64_t>(this)); in TEST_F() 481 EXPECT_TRUE(TestNeg<float>(this)); in TEST_F() 482 EXPECT_TRUE(TestNeg<double>(this)); in TEST_F()
|
/arkcompiler/runtime_core/compiler/tests/aarch64/ |
H A D | encoder64_test.cpp | 436 bool TestNeg(Encoder64Test *test) in TestNeg() function 481 EXPECT_TRUE(TestNeg<int32_t>(this)); in TEST_F() 482 EXPECT_TRUE(TestNeg<int64_t>(this)); in TEST_F() 483 EXPECT_TRUE(TestNeg<float>(this)); in TEST_F() 484 EXPECT_TRUE(TestNeg<double>(this)); in TEST_F()
|
Completed in 21 milliseconds