Searched refs:_fpreg (Results 1 – 14 of 14) sorted by relevance
/external/libunwind/doc/ |
D | unw_get_fpreg.tex | 8 \begin{Name}{3}{unw\_get\_fpreg}{David Mosberger-Tang}{Programming Library}{unw\_get\_fpreg}unw\_ge… 15 \Type{int} \Func{unw\_get\_fpreg}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{unw\_regnum\_t} \Var{reg},… 19 The \Func{unw\_get\_fpreg}() routine reads the value of floating-point 33 Note that \Func{unw\_get\_fpreg}() can only read the contents of 34 floating-point registers. See \Func{unw\_get\_fpreg}(3) for a way to 39 On successful completion, \Func{unw\_get\_fpreg}() returns 0. 45 \Func{unw\_get\_fpreg}() is thread-safe as well as safe to use 55 In addition, \Func{unw\_get\_fpreg}() may return any error returned by 57 \Func{access\_fpreg}() call-backs (see 65 \SeeAlso{unw\_is\_fpreg(3)}, [all …]
|
D | unw_is_fpreg.tex | 8 \begin{Name}{3}{unw\_is\_fpreg}{David Mosberger-Tang}{Programming Library}{unw\_is\_fpreg}unw\_is\_… 15 \Type{int} \Func{unw\_is\_fpreg}(\Type{unw\_regnum\_t} \Var{reg});\\ 19 The \Func{unw\_is\_fpreg}() routine checks whether register number 27 The \Func{unw\_is\_fpreg}() routine returns a non-zero value if 33 \Func{unw\_is\_fpreg}() is thread-safe as well as safe to use 41 \SeeAlso{unw\_get\_fpreg(3)}, 42 \SeeAlso{unw\_set\_fpreg(3)}
|
D | unw_set_fpreg.tex | 8 \begin{Name}{3}{unw\_set\_fpreg}{David Mosberger-Tang}{Programming Library}{unw\_set\_fpreg}unw\_se… 15 \Type{int} \Func{unw\_set\_fpreg}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{unw\_regnum\_t} \Var{reg},… 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)},
|
D | unw_get_reg.tex | 35 \Func{unw\_get\_fpreg}(3) for a way to read registers which do not fit 58 \Func{access\_fpreg}() call-backs (see 65 \SeeAlso{unw\_get\_fpreg(3)},
|
D | unw_set_reg.tex | 35 \Func{unw\_set\_fpreg}(3) for a way to write registers which do not 60 \Func{access\_fpreg}() call-backs (see 69 \SeeAlso{unw\_set\_fpreg(3)}
|
D | libunwind.tex | 26 \Type{int} \Func{unw\_get\_fpreg}(\Type{unw\_cursor\_t~*}, \Type{unw\_regnum\_t}, \Type{unw\_fpreg\… 30 \Type{int} \Func{unw\_set\_fpreg}(\Type{unw\_cursor\_t~*}, \Type{unw\_regnum\_t}, \Type{unw\_fpreg\… 54 \Type{int} \Func{unw\_is\_fpreg}(\Type{unw\_regnum\_t});\\ 101 register, \Func{unw\_get\_fpreg}() reads a floating-point register, 103 \Func{unw\_set\_fpreg}() writes a floating-point register. Note that, 328 \SeeAlso{unw\_get\_fpreg(3)}, 335 \SeeAlso{unw\_is\_fpreg(3)}, 340 \SeeAlso{unw\_set\_fpreg(3)},
|
D | unw_is_signal_frame.tex | 56 \SeeAlso{unw\_get\_fpreg(3)}, 57 \SeeAlso{unw\_set\_fpreg(3)}
|
D | unw_create_addr_space.tex | 67 \Type{int} \Func{access\_fpreg}(\Var{unw\_addr\_space\_t} \Var{as},\\ 68 …\SP\SP\SP\SP\SP\SP\SP\SP\SP\Type{unw\_regnum\_t} \Var{regnum}, \Type{unw\_fpreg\_t~*}\Var{fpvalp},… 170 \subsection{access\_fpreg} 172 \Prog{Libunwind} invokes the \Func{access\_fpreg}() call-back to read 176 \Var{fpvalp} to point to a variable of type \Type{unw\_fpreg\_t} that 179 the variable of type \Type{unw\_fpreg\_t} that contains the value to 186 On successful completion, the \Func{access\_fpreg}() call-back must 198 \Func{access\_fpreg}, and \Func{access\_mem}() call-backs. Thus, all
|
D | libunwind-ptrace.tex | 33 \Type{int} \Func{\_UPT\_access\_fpreg}(\Type{unw\_addr\_space\_t}, \Type{unw\_regnum\_t}, \Type{unw…
|
D | unw_step.tex | 52 \Func{access\_mem}(), \Func{access\_reg}(), or \Func{access\_fpreg}()
|
D | unw_resume.tex | 37 \Func{access\_fpreg} accessor callbacks as needed. Once that is
|
D | libunwind-ia64.tex | 50 \Func{unw\_get\_fpreg}()) and if the register isn't accessible, the
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | sigcontext32.h | 10 struct _fpreg { struct 35 struct _fpreg _st[8]; argument
|
D | sigcontext.h | 56 struct _fpreg { struct 80 struct _fpreg _st[8]; argument
|