blob: d321e1ce0e749f4c41ec2c4d75030986bcb3937e [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
22\section{Return Value}
23
24The \Func{unw\_is\_fpreg}() routine returns a non-zero value if
25\Var{reg} is a floating-point register. Otherwise, it returns a value
26of 0.
27
28\section{Thread and Signal Safety}
29
30\Func{unw\_is\_fpreg}() is thread-safe as well as safe to use
31from a signal handler.
32
33\section{See Also}
34
35\SeeAlso{libunwind(3)},
36\SeeAlso{unw\_get\_reg(3)},
37\SeeAlso{unw\_set\_reg(3)},
38\SeeAlso{unw\_get\_fpreg(3)},
39\SeeAlso{unw\_set\_fpreg(3)}
40
41\section{Author}
42
43\noindent
44David Mosberger-Tang\\
45Hewlett-Packard Labs\\
46Palo-Alto, CA 94304\\
47Email: \Email{davidm@hpl.hp.com}\\
48WWW: \URL{http://www.hpl.hp.com/research/linux/libunwind/}.
49\LatexManEnd
50
51\end{document}