18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 28c2ecf20Sopenharmony_ci#ifdef DEFINE_DWARF_REGSTR_TABLE 38c2ecf20Sopenharmony_ci/* This is included in perf/util/dwarf-regs.c */ 48c2ecf20Sopenharmony_ci 58c2ecf20Sopenharmony_cistatic const char * const aarch64_regstr_tbl[] = { 68c2ecf20Sopenharmony_ci "%x0", "%x1", "%x2", "%x3", "%x4", 78c2ecf20Sopenharmony_ci "%x5", "%x6", "%x7", "%x8", "%x9", 88c2ecf20Sopenharmony_ci "%x10", "%x11", "%x12", "%x13", "%x14", 98c2ecf20Sopenharmony_ci "%x15", "%x16", "%x17", "%x18", "%x19", 108c2ecf20Sopenharmony_ci "%x20", "%x21", "%x22", "%x23", "%x24", 118c2ecf20Sopenharmony_ci "%x25", "%x26", "%x27", "%x28", "%x29", 128c2ecf20Sopenharmony_ci "%lr", "%sp", 138c2ecf20Sopenharmony_ci}; 148c2ecf20Sopenharmony_ci#endif 15