mostang.com!davidm | d0028f3 | 2003-04-01 07:19:34 +0000 | [diff] [blame] | 1 | \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 | |
| 19 | The \Func{unw\_is\_fpreg}() routine checks whether register number |
| 20 | \Var{reg} is a floating-point register. |
| 21 | |
| 22 | \section{Return Value} |
| 23 | |
| 24 | The \Func{unw\_is\_fpreg}() routine returns a non-zero value if |
| 25 | \Var{reg} is a floating-point register. Otherwise, it returns a value |
| 26 | of 0. |
| 27 | |
| 28 | \section{Thread and Signal Safety} |
| 29 | |
| 30 | \Func{unw\_is\_fpreg}() is thread-safe as well as safe to use |
| 31 | from 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 |
| 44 | David Mosberger-Tang\\ |
| 45 | Hewlett-Packard Labs\\ |
| 46 | Palo-Alto, CA 94304\\ |
| 47 | Email: \Email{davidm@hpl.hp.com}\\ |
| 48 | WWW: \URL{http://www.hpl.hp.com/research/linux/libunwind/}. |
| 49 | \LatexManEnd |
| 50 | |
| 51 | \end{document} |