OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UNW_PPC64_F31
(Results
1 - 7
of
7
) sorted by null
/external/libunwind/src/ppc64/
is_fpreg.c
33
return (regnum >= UNW_PPC64_F0 && regnum <=
UNW_PPC64_F31
);
regname.c
96
[
UNW_PPC64_F31
]="FPR31",
Gglobal.c
102
[
UNW_PPC64_F31
]=
UNW_PPC64_F31
,
init.h
39
for (i = UNW_PPC64_F0; i <=
UNW_PPC64_F31
; i++) {
Ginit.c
167
if (UNW_PPC64_F0 <= reg && reg <=
UNW_PPC64_F31
)
Gstep.c
310
c->dwarf.loc[
UNW_PPC64_F31
] =
/external/libunwind/include/
libunwind-ppc64.h
150
UNW_PPC64_F31
,
Completed in 112 milliseconds