1 /* SPDX-License-Identifier: GPL-2.0 */ 1 2 #ifdef DEFINE_DWARF_REGSTR_TABLE 3 /* This is included in perf/util/dwarf-regs.c 4 5 static const char * const sparc_regstr_tbl[] = 6 "%g0", "%g1", "%g2", "%g3", "%g4", "%g 7 "%o0", "%o1", "%o2", "%o3", "%o4", "%o 8 "%l0", "%l1", "%l2", "%l3", "%l4", "%l 9 "%i0", "%i1", "%i2", "%i3", "%i4", "%i 10 "%f0", "%f1", "%f2", "%f3", "%f4", "%f 11 "%f8", "%f9", "%f10", "%f11", "%f12", 12 "%f16", "%f17", "%f18", "%f19", "%f20" 13 "%f24", "%f25", "%f26", "%f27", "%f28" 14 "%f32", "%f33", "%f34", "%f35", "%f36" 15 "%f40", "%f41", "%f42", "%f43", "%f44" 16 "%f48", "%f49", "%f50", "%f51", "%f52" 17 "%f56", "%f57", "%f58", "%f59", "%f60" 18 }; 19 #endif 20
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.