|
|||||||||||
|
struct fpreg
From: Patrick Alken <psa22(at)drexel.edu>
Date: Thu Aug 28 2003 - 17:41:45 EDT
I am using OpenBSD 3.3-release and have a question about the struct fpreg defined in /usr/include/machine/reg.h. The only element of the struct is a 108 byte character array: __data[]. I need to know which fpu registers correspond to which indices of this array. I initially assumed it was set up as:
which is sort of similar to freebsd's setup, but I do not think this is correct after trying it for a bit. Before assuming my code is wrong, I want to confirm the correct structure of __data[]. Can anyone point me to documentation on which indices of __data[] correspond to which fpu registers?
Thank you in advance,
This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 13:48:44 EDT |
||||||||||
|
|||||||||||