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

/external/qemu/target-i386/
H A Dcpu.h502 typedef floatx80 CPU86_LDouble; typedef
504 typedef float64 CPU86_LDouble; typedef
600 CPU86_LDouble d __attribute__((aligned(16)));
602 CPU86_LDouble d;
609 CPU86_LDouble ft0;
784 void cpu_get_fp80(uint64_t *pmant, uint16_t *pexp, CPU86_LDouble f);
785 CPU86_LDouble cpu_set_fp80(uint64_t mant, uint16_t upper);

Completed in 56 milliseconds