unw_is_fpreg.man 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. '\" t
  2. .\" Manual page created with latex2man on Thu Aug 16 09:44:45 MDT 2007
  3. .\" NOTE: This file is generated, DO NOT EDIT.
  4. .de Vb
  5. .ft CW
  6. .nf
  7. ..
  8. .de Ve
  9. .ft R
  10. .fi
  11. ..
  12. .TH "UNW\\_IS\\_FPREG" "3" "16 August 2007" "Programming Library " "Programming Library "
  13. .SH NAME
  14. unw_is_fpreg
  15. \-\- check if a register is a floating\-point register
  16. .PP
  17. .SH SYNOPSIS
  18. .PP
  19. #include <libunwind.h>
  20. .br
  21. .PP
  22. int
  23. unw_is_fpreg(unw_regnum_t
  24. reg);
  25. .br
  26. .PP
  27. .SH DESCRIPTION
  28. .PP
  29. The unw_is_fpreg()
  30. routine checks whether register number
  31. reg
  32. is a floating\-point register.
  33. .PP
  34. This routine is normally implemented as a macro and applications
  35. should not attempt to take its address.
  36. .PP
  37. .SH RETURN VALUE
  38. .PP
  39. The unw_is_fpreg()
  40. routine returns a non\-zero value if
  41. reg
  42. is a floating\-point register. Otherwise, it returns a value
  43. of 0.
  44. .PP
  45. .SH THREAD AND SIGNAL SAFETY
  46. .PP
  47. unw_is_fpreg()
  48. is thread\-safe as well as safe to use
  49. from a signal handler.
  50. .PP
  51. .SH SEE ALSO
  52. .PP
  53. libunwind(3),
  54. unw_get_reg(3),
  55. unw_set_reg(3),
  56. unw_get_fpreg(3),
  57. unw_set_fpreg(3)
  58. .PP
  59. .SH AUTHOR
  60. .PP
  61. David Mosberger\-Tang
  62. .br
  63. Email: \fBdmosberger@gmail.com\fP
  64. .br
  65. WWW: \fBhttp://www.nongnu.org/libunwind/\fP\&.
  66. .\" NOTE: This file is generated, DO NOT EDIT.