Home | History | Annotate | Download | only in doc

Lines Matching full:_fpreg

8 \begin{Name}{3}{unw\_set\_fpreg}{David Mosberger-Tang}{Programming Library}{unw\_set\_fpreg}unw\_set\_fpreg -- set contents of floating-point register
15 \Type{int} \Func{unw\_set\_fpreg}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{unw\_regnum\_t} \Var{reg}, \Type{unw\_fpreg\_t} \Var{val});\\
19 The \Func{unw\_set\_fpreg}() routine sets the value of register
33 Note that \Func{unw\_set\_fpreg}() can only write the contents of
39 On successful completion, \Func{unw\_set\_fpreg}() returns 0.
45 \Func{unw\_set\_fpreg}() is thread-safe as well as safe to use
57 In addition, \Func{unw\_set\_fpreg}() may return any error returned by
59 \Func{access\_fpreg}() call-backs (see
66 \SeeAlso{unw\_get\_fpreg(3)},
67 \SeeAlso{unw\_is\_fpreg(3)},