Home
last modified time | relevance | path

Searched defs:vki_user_i387_struct (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/main/include/vki/
Dvki-amd64-linux.h491 struct vki_user_i387_struct { struct
492 unsigned short cwd;
493 unsigned short swd;
494 unsigned short twd; /* Note this is not the same as the 32bit/x87/FSAVE twd */
495 unsigned short fop;
496 __vki_u64 rip;
497 __vki_u64 rdp;
498 __vki_u32 mxcsr;
499 __vki_u32 mxcsr_mask;
523 typedef struct vki_user_i387_struct vki_elf_fpregset_t; argument
Dvki-x86-linux.h571 struct vki_user_i387_struct { struct
572 long cwd;
573 long swd;
574 long twd;
575 long fip;
576 long fcs;
577 long foo;
578 long fos;
579 long st_space[20]; /* 8*10 bytes for each FP-reg = 80 bytes */