Home
last modified time | relevance | path

Searched defs:fpstate (Results 1 – 7 of 7) sorted by relevance

/external/kernel-headers/original/uapi/asm-x86/asm/
Dsigcontext.h193 struct _fpstate fpstate; member
230 __u32 fpstate; /* Zero when no FPU/extended context */ member
273 __u64 fpstate; /* Zero when no FPU/extended context */ member
320 struct _fpstate __user *fpstate; member
380 struct _fpstate __user *fpstate; /* Zero when no FPU context */ member
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_rast.c777 unsigned fpstate = util_fpstate_get(); in lp_rast_queue_scene() local
841 unsigned fpstate; in thread_function() local
Dlp_test_main.c382 unsigned fpstate; in main() local
Dlp_state_fs.c2293 LLVMValueRef fpstate = 0; in generate_unswizzled_blend() local
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt.c474 unsigned fpstate = util_fpstate_get(); in draw_vbo() local
/external/llvm-project/lldb/source/Plugins/Process/Utility/
DRegisterContextLinux_i386.cpp72 uint32_t fpstate; // Location of FPR's. Should be a FXSTATE *, but this member
DRegisterContextLinux_x86_64.cpp66 FXSAVE *fpstate; // Location of FPR's. member