Revision 1f1af9fd target-i386/cpu.h

b/target-i386/cpu.h
408 408
#endif
409 409
}
410 410

  
411
/* used for debug or cpu save/restore */
412
void cpu_get_fp80(uint64_t *pmant, uint16_t *pexp, CPU86_LDouble f);
413
CPU86_LDouble cpu_set_fp80(uint64_t mant, uint16_t upper);
414

  
411 415
/* the following helpers are only usable in user mode simulation as
412 416
   they can trigger unexpected exceptions */
413 417
void cpu_x86_load_seg(CPUX86State *s, int seg_reg, int selector);

Also available in: Unified diff