HomeSort by relevance Sort by last modified time
    Searched refs:floatx80 (Results 1 - 6 of 6) sorted by null

  /external/qemu/include/fpu/
softfloat.h 127 } floatx80; typedef in typeref:struct:__anon33422
128 #define make_floatx80(exp, mant) ((floatx80) { mant, exp })
232 floatx80 int32_to_floatx80( int32 STATUS_PARAM );
238 floatx80 int64_to_floatx80( int64 STATUS_PARAM );
277 floatx80 float32_to_floatx80( float32 STATUS_PARAM );
385 floatx80 float64_to_floatx80( float64 STATUS_PARAM );
482 int32 floatx80_to_int32( floatx80 STATUS_PARAM );
483 int32 floatx80_to_int32_round_to_zero( floatx80 STATUS_PARAM );
484 int64 floatx80_to_int64( floatx80 STATUS_PARAM );
485 int64 floatx80_to_int64_round_to_zero( floatx80 STATUS_PARAM )
    [all...]
  /external/qemu/target-i386/
fpu_helper.c 50 static const floatx80 f15rk[7] =
73 static inline floatx80 helper_fldt(CPUX86State *env, target_ulong ptr)
75 floatx80 temp;
82 static inline void helper_fstt(CPUX86State *env, floatx80 f, target_ulong ptr)
102 static inline double floatx80_to_double(CPUX86State *env, floatx80 a)
113 static inline floatx80 double_to_floatx80(CPUX86State *env, double a)
131 static inline floatx80 helper_fdiv(CPUX86State *env, floatx80 a, floatx80 b)
353 floatx80 tmp
    [all...]
cpu.h 716 floatx80 d __attribute__((aligned(16)));
772 floatx80 ft0;
942 void cpu_get_fp80(uint64_t *pmant, uint16_t *pexp, floatx80 f);
943 floatx80 cpu_set_fp80(uint64_t mant, uint16_t upper);
    [all...]
  /external/qemu/fpu/
softfloat-specialize.h 100 const floatx80 floatx80_default_nan
848 int floatx80_is_quiet_nan(floatx80 a_)
853 int floatx80_is_signaling_nan(floatx80 a_)
861 | function for other types as floatx80 has an explicit bit.
864 int floatx80_is_quiet_nan( floatx80 a )
883 | function for other types as floatx80 has an explicit bit.
886 int floatx80_is_signaling_nan( floatx80 a )
908 floatx80 floatx80_maybe_silence_nan( floatx80 a )
932 static commonNaNT floatx80ToCommonNaN( floatx80 a STATUS_PARAM
    [all...]
softfloat.c 575 INLINE uint64_t extractFloatx80Frac( floatx80 a )
587 INLINE int32 extractFloatx80Exp( floatx80 a )
599 INLINE flag extractFloatx80Sign( floatx80 a )
629 INLINE floatx80 packFloatx80( flag zSign, int32 zExp, uint64_t zSig )
631 floatx80 z;
663 static floatx80
    [all...]
  /external/qemu/include/qemu/
bswap.h 155 floatx80 d;

Completed in 480 milliseconds