Searched refs:TestMov (Results 1 - 8 of 8) sorted by relevance
/arkcompiler/runtime_core/compiler/tests/ |
H A D | asm_printer_test.cpp | 281 SINGLE_PARAM_TEST_TEMPLATE(TestMov, EncodeMov) 334 ONE_TEST_BODY(PrinterAarch64Test, TestMov, mov, AARCH64) 350 ONE_TEST_BODY(PrinterAarch32Test, TestMov, mov, AARCH32) 366 ONE_TEST_BODY(PrinterAmd64Test, TestMov, mov, X86_64)
|
/arkcompiler/runtime_core/static_core/compiler/tests/aarch32/ |
H A D | encoder32_test_1.cpp | 129 bool TestMov(Encoder32Test *test) in TestMov() function 218 EXPECT_TRUE(TestMov<int8_t>(this)); in TEST_F() 219 EXPECT_TRUE(TestMov<int16_t>(this)); in TEST_F() 220 EXPECT_TRUE(TestMov<int32_t>(this)); in TEST_F() 221 EXPECT_TRUE(TestMov<int64_t>(this)); in TEST_F() 222 EXPECT_TRUE(TestMov<float>(this)); in TEST_F() 223 EXPECT_TRUE(TestMov<double>(this)); in TEST_F()
|
/arkcompiler/runtime_core/static_core/compiler/tests/aarch64/ |
H A D | encoder64_test_1.cpp | 112 bool TestMov(Encoder64Test *test) in TestMov() function 201 EXPECT_TRUE(TestMov<int32_t>(this)); in TEST_F() 202 EXPECT_TRUE(TestMov<int64_t>(this)); in TEST_F() 203 EXPECT_TRUE(TestMov<float>(this)); in TEST_F() 204 EXPECT_TRUE(TestMov<double>(this)); in TEST_F()
|
/arkcompiler/runtime_core/static_core/compiler/tests/amd64/ |
H A D | encoder64_test_1.cpp | 115 bool TestMov(Encoder64Test *test) in TestMov() function 204 EXPECT_TRUE(TestMov<int32_t>(this)); in TEST_F() 205 EXPECT_TRUE(TestMov<int64_t>(this)); in TEST_F() 206 EXPECT_TRUE(TestMov<float>(this)); in TEST_F() 207 EXPECT_TRUE(TestMov<double>(this)); in TEST_F()
|
/arkcompiler/runtime_core/compiler/tests/aarch32/ |
H A D | encoder32_test.cpp | 530 bool TestMov(Encoder32Test *test) 619 EXPECT_TRUE(TestMov<int8_t>(this)); 620 EXPECT_TRUE(TestMov<int16_t>(this)); 621 EXPECT_TRUE(TestMov<int32_t>(this)); 622 EXPECT_TRUE(TestMov<int64_t>(this)); 623 EXPECT_TRUE(TestMov<float>(this)); 624 EXPECT_TRUE(TestMov<double>(this));
|
/arkcompiler/runtime_core/compiler/tests/amd64/ |
H A D | encoder64_test.cpp | 530 bool TestMov(Encoder64Test *test) in TestMov() function 623 EXPECT_TRUE(TestMov<int32_t>(this)); in TEST_F() 624 EXPECT_TRUE(TestMov<int64_t>(this)); in TEST_F() 625 EXPECT_TRUE(TestMov<float>(this)); in TEST_F() 626 EXPECT_TRUE(TestMov<double>(this)); in TEST_F()
|
/arkcompiler/runtime_core/compiler/tests/aarch64/ |
H A D | encoder64_test.cpp | 532 bool TestMov(Encoder64Test *test) in TestMov() function 625 EXPECT_TRUE(TestMov<int32_t>(this)); in TEST_F() 626 EXPECT_TRUE(TestMov<int64_t>(this)); in TEST_F() 627 EXPECT_TRUE(TestMov<float>(this)); in TEST_F() 628 EXPECT_TRUE(TestMov<double>(this)); in TEST_F()
|
/arkcompiler/runtime_core/static_core/runtime/tests/ |
H A D | interpreter_test.cpp | 175 TEST_F(InterpreterTest, TestMov) in TEST_F()
|
Completed in 25 milliseconds