Re: gcc representation of long double on ia32

2006-04-08 Thread Cristiano Pereira
This 512 byte structure is saved by using the ia32 fxsave instruction. Thanks, Cristiano. > I want to use the 512 byte structure which saves the > floating point register state and convert it into a > simulator that uses "long double" to represent each > st(i) register. Each "st" register is repr

gcc representation of long double on ia32

2006-04-08 Thread Cristiano Pereira
Hi all, This may be a silly question but I am a little bit stuck on it. I want to use the 512 byte structure which saves the floating point register state and convert it into a simulator that uses "long double" to represent each st(i) register. Each "st" register is represented as a 16 bytes wit