Searched refs:float32 (Results 1 - 11 of 11) sorted by relevance

/vbox/src/recompiler/fpu/
H A Dsoftfloat.h132 } float32; typedef in typeref:struct:__anon17413
134 #define float32_val(x) (((float32)(x)).v)
135 #define make_float32(x) __extension__ ({ float32 f32_val = {x}; f32_val; })
142 typedef uint32_t float32; typedef
232 float32 int32_to_float32( int STATUS_PARAM );
234 float32 uint32_to_float32( unsigned int STATUS_PARAM );
242 float32 int64_to_float32( int64_t STATUS_PARAM );
243 float32 uint64_to_float32( uint64_t STATUS_PARAM );
256 bits16 float32_to_float16( float32, flag STATUS_PARAM );
257 float32 float16_to_float3
[all...]
H A Dsoftfloat-native.h90 typedef float float32; typedef
97 float32 f;
154 float32 int32_to_float32( int STATUS_PARAM);
155 float32 uint32_to_float32( unsigned int STATUS_PARAM);
164 float32 int64_to_float32( int64_t STATUS_PARAM);
165 float32 uint64_to_float32( uint64_t STATUS_PARAM);
178 int float32_to_int32( float32 STATUS_PARAM);
179 int float32_to_int32_round_to_zero( float32 STATUS_PARAM);
180 unsigned int float32_to_uint32( float32 a STATUS_PARAM);
181 unsigned int float32_to_uint32_round_to_zero( float32
[all...]
H A Dsoftfloat-native.c87 float32 int32_to_float32(int v STATUS_PARAM)
89 return (float32)v;
92 float32 uint32_to_float32(unsigned int v STATUS_PARAM)
94 return (float32)v;
113 float32 int64_to_float32( int64_t v STATUS_PARAM)
115 return (float32)v;
117 float32 uint64_to_float32( uint64_t v STATUS_PARAM)
119 return (float32)v;
154 int float32_to_int32( float32 a STATUS_PARAM)
158 int float32_to_int32_round_to_zero( float32
[all...]
H A Dsoftfloat-specialize.h79 int float32_is_nan( float32 a_ )
94 int float32_is_signaling_nan( float32 a_ )
110 static commonNaNT float32ToCommonNaN( float32 a STATUS_PARAM )
126 static float32 commonNaNToFloat32( commonNaNT a )
142 static float32 propagateFloat32NaN( float32 a, float32 b STATUS_PARAM)
H A Dsoftfloat.c177 INLINE bits32 extractFloat32Frac( float32 a )
188 INLINE int16 extractFloat32Exp( float32 a )
199 INLINE flag extractFloat32Sign( float32 a )
235 INLINE float32 packFloat32( flag zSign, int16 zExp, bits32 zSig )
265 static float32 roundAndPackFloat32( flag zSign, int16 zExp, bits32 zSig STATUS_PARAM)
327 static float32
1057 float32 int32_to_float32( int32 a STATUS_PARAM )
1149 float32 int64_to_float32( int64 a STATUS_PARAM )
1175 float32 uint64_to_float32( uint64 a STATUS_PARAM )
1294 int32 float32_to_int32( float32
[all...]
/vbox/src/recompiler/
H A Dcpu-all.h135 float32 f;
314 DECLINLINE(float32) ldfl_le_p(const void *ptr)
317 float32 f;
324 DECLINLINE(void) stfl_le_p(void *ptr, float32 v)
327 float32 f;
451 static inline float32 ldfl_le_p(const void *ptr)
454 float32 f;
461 static inline void stfl_le_p(void *ptr, float32 v)
464 float32 f;
526 static inline float32 ldfl_le_
[all...]
H A Dsoftmmu_header.h177 static inline float32 glue(ldfl, MEMSUFFIX)(target_ulong ptr)
180 float32 f;
187 static inline void glue(stfl, MEMSUFFIX)(target_ulong ptr, float32 v)
190 float32 f;
H A Ddef-helper.h59 #define dh_ctype_f32 float32
/vbox/src/recompiler/target-i386/
H A Dcpu.h555 float32 _s[4];
563 float32 _s[2];
H A Dops_sse.h613 float32 s0, s1;
957 float32 s0, s1;
968 float32 s0, s1;
1771 float32 iresult = 0 /*float32_zero*/;
H A Dop_helper.c4295 float32 f;
4321 float32 f;
4370 float32 f;

Completed in 488 milliseconds