Searched refs:VFP_CONV_FIX (Results 1 – 1 of 1) sorted by relevance
| /openbmc/qemu/target/arm/tcg/ |
| H A D | vfp_helper.c | 446 #define VFP_CONV_FIX(name, p, fsz, ftype, isz, itype) \ macro 459 VFP_CONV_FIX(sh, d, 64, float64, 64, int16) 460 VFP_CONV_FIX(sl, d, 64, float64, 64, int32) 462 VFP_CONV_FIX(uh, d, 64, float64, 64, uint16) 463 VFP_CONV_FIX(ul, d, 64, float64, 64, uint32) 465 VFP_CONV_FIX(sh, s, 32, float32, 32, int16) 466 VFP_CONV_FIX(sl, s, 32, float32, 32, int32) 468 VFP_CONV_FIX(uh, s, 32, float32, 32, uint16) 469 VFP_CONV_FIX(ul, s, 32, float32, 32, uint32) 471 VFP_CONV_FIX(sh, h, 16, dh_ctype_f16, 32, int16) [all …]
|