HomeSort by relevance Sort by last modified time
    Searched refs:fpstate (Results 1 - 22 of 22) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
sigcontext.h 14 * are used to extended the fpstate pointer in the sigcontext, which now
15 * includes the extended state information along with fpstate information.
20 * extended state information in the memory layout pointed by the fpstate
26 * fpstate pointer in the sigcontext.
124 struct _fpstate *fpstate; member in struct:sigcontext
184 struct _fpstate *fpstate; /* zero when no FPU context */ member in struct:sigcontext
202 * Extended state pointed by the fpstate pointer in the sigcontext.
203 * In addition to the fpstate, information encoded in the xstate_hdr
208 struct _fpstate fpstate; member in struct:_xstate
sigcontext32.h 72 unsigned int fpstate; /* really (struct _fpstate_ia32 *) */ member in struct:sigcontext_ia32
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
sigcontext.h 14 * are used to extended the fpstate pointer in the sigcontext, which now
15 * includes the extended state information along with fpstate information.
20 * extended state information in the memory layout pointed by the fpstate
26 * fpstate pointer in the sigcontext.
124 struct _fpstate *fpstate; member in struct:sigcontext
184 struct _fpstate *fpstate; /* zero when no FPU context */ member in struct:sigcontext
202 * Extended state pointed by the fpstate pointer in the sigcontext.
203 * In addition to the fpstate, information encoded in the xstate_hdr
208 struct _fpstate fpstate; member in struct:_xstate
sigcontext32.h 72 unsigned int fpstate; /* really (struct _fpstate_ia32 *) */ member in struct:sigcontext_ia32
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
sigcontext.h 102 struct _fpstate * fpstate; member in struct:sigcontext
153 struct _fpstate * fpstate; member in struct:sigcontext
  /external/valgrind/coregrind/m_sigframe/
sigframe-x86-linux.c 126 struct _vki_fpstate fpstate; member in struct:sigframe
147 struct _vki_fpstate fpstate; member in struct:rt_sigframe
352 struct vki_ucontext *uc, struct _vki_fpstate *fpstate)
363 sc->fpstate = fpstate;
365 // FIXME: save_i387(&tst->arch, fpstate);
458 synth_ucontext(tst->tid, siginfo, trapno, err, mask, &uc, &frame->fpstate);
525 &frame->uContext, &frame->fpstate);
608 struct _vki_fpstate *fpstate )
627 //:: restore_i387(&tst->arch, fpstate);
    [all...]
sigframe-amd64-linux.c 124 struct _vki_fpstate fpstate; member in struct:rt_sigframe
329 struct vki_ucontext *uc, struct _vki_fpstate *fpstate)
340 sc->fpstate = fpstate;
342 // FIXME: save_i387(&tst->arch, fpstate);
442 &frame->uContext, &frame->fpstate);
535 struct _vki_fpstate *fpstate )
560 //:: restore_i387(&tst->arch, fpstate);
569 restore_sigcontext(tst, &frame->uContext.uc_mcontext, &frame->fpstate);
  /bionic/libc/kernel/uapi/asm-x86/asm/
sigcontext.h 102 struct _fpstate fpstate; member in struct:_xstate
126 __u32 fpstate; member in struct:sigcontext_32
157 __u64 fpstate; member in struct:sigcontext_64
183 struct _fpstate __user * fpstate; member in struct:sigcontext
218 struct _fpstate __user * fpstate; member in struct:sigcontext
  /external/kernel-headers/original/uapi/asm-x86/asm/
sigcontext.h 28 * used to extend the fpstate pointer in the sigcontext, which now includes the
29 * extended state information along with fpstate information.
34 * fpstate+extended_size-FP_XSTATE_MAGIC2_SIZE address) is set to
48 * Total size of the fpstate area:
186 * Extended state pointed to by sigcontext::fpstate.
188 * In addition to the fpstate, information encoded in _xstate::xstate_hdr
193 struct _fpstate fpstate; member in struct:_xstate
224 * fpstate is really (struct _fpstate *) or (struct _xstate *)
230 __u32 fpstate; /* Zero when no FPU/extended context */ member in struct:sigcontext_32
267 * fpstate is really (struct _fpstate *) or (struct _xstate *
273 __u64 fpstate; \/* Zero when no FPU\/extended context *\/ member in struct:sigcontext_64
320 struct _fpstate __user *fpstate; member in struct:sigcontext
380 struct _fpstate __user *fpstate; \/* Zero when no FPU context *\/ member in struct:sigcontext
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
defs_linux_386.go 114 type fpstate struct { type
203 fpstate *fpstate
defs_linux_amd64.go 165 type fpstate struct { type
217 fpregs *fpstate
227 __fpregs_mem fpstate
257 fpstate *fpstate1
  /prebuilts/go/linux-x86/src/runtime/
defs_linux_386.go 114 type fpstate struct { type
203 fpstate *fpstate
defs_linux_amd64.go 165 type fpstate struct { type
217 fpregs *fpstate
227 __fpregs_mem fpstate
257 fpstate *fpstate1
  /external/libunwind/src/x86/
Gos-freebsd.c 145 unw_word_t fpstate, fpformat; local
284 &fpstate)) < 0)
286 if (fpstate == FREEBSD_UC_MCONTEXT_FPOWNED_NONE)
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_test_main.c 373 unsigned fpstate; local
376 fpstate = util_fpstate_get();
377 util_fpstate_set_denorms_to_zero(fpstate);
lp_rast.c 727 unsigned fpstate = util_fpstate_get(); local
732 util_fpstate_set_denorms_to_zero(fpstate);
740 util_fpstate_set(fpstate);
790 unsigned fpstate; local
798 fpstate = util_fpstate_get();
799 util_fpstate_set_denorms_to_zero(fpstate);
lp_state_fs.c 1753 LLVMValueRef fpstate = 0; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pt.c 464 unsigned fpstate = util_fpstate_get(); local
470 util_fpstate_set_denorms_to_zero(fpstate);
529 util_fpstate_set(fpstate);
572 util_fpstate_set(fpstate);
  /external/google-breakpad/src/common/android/
breakpad_getcontext_unittest.cc 141 offsetof(sigcontext,fpstate), sigcontext_fpstate);
  /external/valgrind/include/vki/
vki-amd64-linux.h 220 struct _vki_fpstate __user *fpstate; /* zero when no FPU context */ member in struct:vki_sigcontext
vki-x86-linux.h 254 struct _vki_fpstate __user * fpstate; member in struct:vki_sigcontext
  /external/mesa3d/src/gallium/auxiliary/util/
u_math.h 697 util_fpstate_set(unsigned fpstate);

Completed in 715 milliseconds