Initial import
[external/libunwind.git] / doc / unw_is_fpreg.man
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
11 .fi
12 ..
13 .TH "UNW\\_IS\\_FPREG" "3" "16 August 2007" "Programming Library " "Programming Library "
14 .SH NAME
15 unw_is_fpreg
16 \-\- check if a register is a floating\-point register 
17 .PP
18 .SH SYNOPSIS
19
20 .PP
21 #include <libunwind.h>
22 .br
23 .PP
24 int
25 unw_is_fpreg(unw_regnum_t
26 reg);
27 .br
28 .PP
29 .SH DESCRIPTION
30
31 .PP
32 The unw_is_fpreg()
33 routine checks whether register number 
34 reg
35 is a floating\-point register. 
36 .PP
37 This routine is normally implemented as a macro and applications 
38 should not attempt to take its address. 
39 .PP
40 .SH RETURN VALUE
41
42 .PP
43 The unw_is_fpreg()
44 routine returns a non\-zero value if 
45 reg
46 is a floating\-point register. Otherwise, it returns a value 
47 of 0. 
48 .PP
49 .SH THREAD AND SIGNAL SAFETY
50
51 .PP
52 unw_is_fpreg()
53 is thread\-safe as well as safe to use 
54 from a signal handler. 
55 .PP
56 .SH SEE ALSO
57
58 .PP
59 libunwind(3),
60 unw_get_reg(3),
61 unw_set_reg(3),
62 unw_get_fpreg(3),
63 unw_set_fpreg(3)
64 .PP
65 .SH AUTHOR
66
67 .PP
68 David Mosberger\-Tang
69 .br
70 Email: \fBdmosberger@gmail.com\fP
71 .br
72 WWW: \fBhttp://www.nongnu.org/libunwind/\fP\&.
73 .\" NOTE: This file is generated, DO NOT EDIT.