Searched defs:fpu (Results 1 – 7 of 7) sorted by relevance
70 struct fpu { struct74 } fpu_fr; argument75 struct fq *fpu_q; /* ptr to array of FQ entries */ argument76 unsigned fpu_fsr; /* FPU status register */ argument77 unsigned char fpu_qcnt; /* # of entries in saved FQ */ argument78 unsigned char fpu_q_entrysize; /* # of bytes per FQ entry */ argument79 unsigned char fpu_en; /* flag signifying fpu in use */ argument
263 struct fpu { struct268 } fpu_fr; argument269 struct fq *fpu_q; /* ptr to array of FQ entries */ argument270 uint64_t fpu_fsr; /* FPU status register */ argument271 uint8_t fpu_qcnt; /* # of entries in saved FQ */ argument272 uint8_t fpu_q_entrysize; /* # of bytes per FQ entry */ argument273 uint8_t fpu_en; /* flag specifying fpu in use */ argument278 struct fpu { struct282 } fpu_fr; argument283 struct fq *fpu_q; /* ptr to array of FQ entries */ argument[all …]
258 typedef struct fpu { struct259 union {292 typedef struct fpu { struct313 typedef struct __old_fpu { argument
276 struct fpu_ctx *fpu = &lwp->lwp_pcb.pcb_fpu; in setfpregs() local331 struct fpu_ctx *fpu = &lwp->lwp_pcb.pcb_fpu; in getfpregs() local
216 kfpu_t *fpu; in SHA1Update() local
293 } fpu; in pt_fpregs() local
2059 kfpu_t *fpu; in big_modexp_ncp_float() local