Home
last modified time | relevance | path

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

/plan9/sys/src/9/pc/
H A Ddat.h7 typedef struct FPstate FPstate; typedef
73 struct FPstate /* x87 fpu state */ struct
75 ushort control;
76 ushort r1;
77 ushort status;
78 ushort r2;
79 ushort tag;
80 ushort r3;
81 ulong pc;
82 ushort selector;
[all …]