Searched defs:CPU86_LDouble (Results 1 - 1 of 1) sorted by relevance

/vbox/src/recompiler/target-i386/
H A Dcpu.h533 typedef floatx80 CPU86_LDouble; typedef
535 typedef float64 CPU86_LDouble; typedef
596 CPU86_LDouble d __attribute__((aligned(16)));
598 CPU86_LDouble d;
658 CPU86_LDouble ft0;
860 CPU86_LDouble d __attribute__((aligned(16)));
862 CPU86_LDouble d;
872 CPU86_LDouble ft0;
1051 void cpu_get_fp80(uint64_t *pmant, uint16_t *pexp, CPU86_LDouble f);
1052 CPU86_LDouble cpu_set_fp8
[all...]

Completed in 39 milliseconds