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

/external/qemu/target-i386/
H A Dexec.h201 static inline CPU86_LDouble helper_fldt(target_ulong ptr)
222 static inline void helper_fstt(CPU86_LDouble f, target_ulong ptr)
239 static inline CPU86_LDouble helper_fldt(target_ulong ptr)
248 static inline void helper_fstt(CPU86_LDouble f, target_ulong ptr)
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);
H A Dop_helper.c97 static const CPU86_LDouble f15rk[7] =
3462 static inline CPU86_LDouble helper_fdiv(CPU86_LDouble a, CPU86_LDouble b)
3683 CPU86_LDouble tmp;
3782 CPU86_LDouble *p;
3789 CPU86_LDouble *p;
3796 CPU86_LDouble *p;
3936 CPU86_LDouble tmp;
3988 CPU86_LDouble fptem
[all...]

Completed in 38 milliseconds