Home
last modified time | relevance | path

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

/qemu/target/arm/
H A Dvfp_helper.c400 #define CONV_FTOI(name, ftype, fsz, sign, round) \ argument
404 if (float##fsz##_is_any_nan(x)) { \
408 return float##fsz##_to_##sign##int32##round(x, fpst); \
411 #define FLOAT_CONVS(name, p, ftype, fsz, sign) \ argument
412 CONV_ITOF(vfp_##name##to##p, ftype, fsz, sign) \
413 CONV_FTOI(vfp_to##name##p, ftype, fsz, sign, ) \
460 { return itype##_to_##float##fsz##_scalbn(x, -shift, fpstp); }
487 #define VFP_CONV_FIX(name, p, fsz, ftype, isz, itype) \ argument
488 VFP_CONV_FIX_FLOAT(name, p, fsz, ftype, isz, itype) \
489 VFP_CONV_FIX_FLOAT_ROUND(name, p, fsz, ftype, isz, itype) \
[all …]