blob: b729adfd34347b48eaa7b14dd488dd5540ae00f1 [file] [log] [blame]
mostang.com!davidmd0028f32003-04-01 07:19:34 +00001\documentclass{article}
2\usepackage[fancyhdr,pdf]{latex2man}
3
4\input{common.tex}
5
6\begin{document}
7
8\begin{Name}{3}{unw\_is\_fpreg}{David Mosberger-Tang}{Programming Library}{unw\_is\_fpreg}unw\_is\_fpreg -- check if a register is a floating-point register
9\end{Name}
10
11\section{Synopsis}
12
13\File{\#include $<$libunwind.h$>$}\\
14
15\Type{int} \Func{unw\_is\_fpreg}(\Type{unw\_regnum\_t} \Var{reg});\\
16
17\section{Description}
18
19The \Func{unw\_is\_fpreg}() routine checks whether register number
20\Var{reg} is a floating-point register.
21
mostang.com!davidm541da9d2004-01-21 01:05:07 +000022This routine is normally implemented as a macro and applications
23should not attempt to take its address.
24
mostang.com!davidmd0028f32003-04-01 07:19:34 +000025\section{Return Value}
26
27The \Func{unw\_is\_fpreg}() routine returns a non-zero value if
28\Var{reg} is a floating-point register. Otherwise, it returns a value
29of 0.
30
31\section{Thread and Signal Safety}
32
33\Func{unw\_is\_fpreg}() is thread-safe as well as safe to use
34from a signal handler.
35
36\section{See Also}
37
38\SeeAlso{libunwind(3)},
39\SeeAlso{unw\_get\_reg(3)},
40\SeeAlso{unw\_set\_reg(3)},
41\SeeAlso{unw\_get\_fpreg(3)},
42\SeeAlso{unw\_set\_fpreg(3)}
43
44\section{Author}
45
46\noindent
47David Mosberger-Tang\\
48Hewlett-Packard Labs\\
49Palo-Alto, CA 94304\\
50Email: \Email{davidm@hpl.hp.com}\\
51WWW: \URL{http://www.hpl.hp.com/research/linux/libunwind/}.
52\LatexManEnd
53
54\end{document}