Searched defs:expectedCode (Results 1 – 1 of 1) sorted by relevance
| /arkcompiler/runtime_core/static_core/compiler/tests/aarch64/ |
| D | codegen_test.cpp | 635 const char *expectedCode[] = {"ldr w0, [x1, #", "ldr x0, [x0, #", "ldr x30, [x0, #", in TEST_F() local 665 …const char *expectedCode[] = {"str x0, [sp, #16]", "ldr x16, [sp, #16]", "str x16, [sp, #8]", "ldr… in TEST_F() local 692 const char *expectedCode[] = {"mov x0, x2"}; in TEST_F() local 716 const char *expectedCode[] = {"mov x0, x2"}; in TEST_F() local 740 const char *expectedCode[] = {"mul x0, x1, x2"}; in TEST_F() local 766 const char *expectedCode[] = {"mov x0, x2"}; in TEST_F() local 790 const char *expectedCode[] = {"mov x0, x2"}; in TEST_F() local 814 const char *expectedCode[] = {"mneg x0, x1, x2"}; in TEST_F() local 839 const char *expectedCode[] = {"mov x0, #0"}; in TEST_F() local 862 const char *expectedCode[] = {"mov x0, #0"}; in TEST_F() local
|