unw_is_fpreg.tex 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. \documentclass{article}
  2. \usepackage[fancyhdr,pdf]{latex2man}
  3. \input{common.tex}
  4. \begin{document}
  5. \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
  6. \end{Name}
  7. \section{Synopsis}
  8. \File{\#include $<$libunwind.h$>$}\\
  9. \Type{int} \Func{unw\_is\_fpreg}(\Type{unw\_regnum\_t} \Var{reg});\\
  10. \section{Description}
  11. The \Func{unw\_is\_fpreg}() routine checks whether register number
  12. \Var{reg} is a floating-point register.
  13. This routine is normally implemented as a macro and applications
  14. should not attempt to take its address.
  15. \section{Return Value}
  16. The \Func{unw\_is\_fpreg}() routine returns a non-zero value if
  17. \Var{reg} is a floating-point register. Otherwise, it returns a value
  18. of 0.
  19. \section{Thread and Signal Safety}
  20. \Func{unw\_is\_fpreg}() is thread-safe as well as safe to use
  21. from a signal handler.
  22. \section{See Also}
  23. \SeeAlso{libunwind(3)},
  24. \SeeAlso{unw\_get\_reg(3)},
  25. \SeeAlso{unw\_set\_reg(3)},
  26. \SeeAlso{unw\_get\_fpreg(3)},
  27. \SeeAlso{unw\_set\_fpreg(3)}
  28. \section{Author}
  29. \noindent
  30. David Mosberger-Tang\\
  31. Email: \Email{dmosberger@gmail.com}\\
  32. WWW: \URL{http://www.nongnu.org/libunwind/}.
  33. \LatexManEnd
  34. \end{document}