Home
last modified time | relevance | path

Searched refs:fsz (Results 1 – 1 of 1) sorted by relevance

/qemu/target/arm/
H A Dvfp_helper.c348 #define CONV_FTOI(name, ftype, fsz, sign, round) \ argument
352 if (float##fsz##_is_any_nan(x)) { \
356 return float##fsz##_to_##sign##int32##round(x, fpst); \
359 #define FLOAT_CONVS(name, p, ftype, fsz, sign) \ argument
360 CONV_ITOF(vfp_##name##to##p, ftype, fsz, sign) \
361 CONV_FTOI(vfp_to##name##p, ftype, fsz, sign, ) \
408 { return itype##_to_##float##fsz##_scalbn(x, -shift, fpstp); }
435 #define VFP_CONV_FIX(name, p, fsz, ftype, isz, itype) \ argument
436 VFP_CONV_FIX_FLOAT(name, p, fsz, ftype, isz, itype) \
437 VFP_CONV_FIX_FLOAT_ROUND(name, p, fsz, ftype, isz, itype) \
[all …]