Searched defs:expected_code (Results 1 – 1 of 1) sorted by relevance
| /arkcompiler/runtime_core/compiler/tests/aarch64/ |
| D | codegen_test.cpp | 614 const char *expected_code[] = {"ldr w0, [x1, #", "ldr x0, [x0, #", "ldr x30, [x0, #", in TEST_F() local 644 …const char *expected_code[] = {"str x0, [sp, #16]", "ldr x16, [sp, #16]", "str x16, [sp, #8]", "ld… in TEST_F() local 671 const char *expected_code[] = {"mov x0, x2"}; in TEST_F() local 695 const char *expected_code[] = {"mov x0, x2"}; in TEST_F() local 719 const char *expected_code[] = {"mul x0, x1, x2"}; in TEST_F() local 745 const char *expected_code[] = {"mov x0, x2"}; in TEST_F() local 769 const char *expected_code[] = {"mov x0, x2"}; in TEST_F() local 793 const char *expected_code[] = {"mneg x0, x1, x2"}; in TEST_F() local 818 const char *expected_code[] = {"mov x0, #0"}; in TEST_F() local 841 const char *expected_code[] = {"mov x0, #0"}; in TEST_F() local
|