repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
WIP FPC-III support
[linux/fpc-iii.git]
/
tools
/
perf
/
arch
/
sh
/
include
/
dwarf-regs-table.h
blob
900e6961997091c737b57e85b834349cdfcc6248
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifdef DEFINE_DWARF_REGSTR_TABLE
3
/* This is included in perf/util/dwarf-regs.c */
4
5
const char
*
const
sh_regstr_tbl
[] = {
6
"r0"
,
7
"r1"
,
8
"r2"
,
9
"r3"
,
10
"r4"
,
11
"r5"
,
12
"r6"
,
13
"r7"
,
14
"r8"
,
15
"r9"
,
16
"r10"
,
17
"r11"
,
18
"r12"
,
19
"r13"
,
20
"r14"
,
21
"r15"
,
22
"pc"
,
23
"pr"
,
24
};
25
26
#endif