Searched refs:VFP_CONV_FIX_A64 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/arm/ |
H A D | vfp_helper.c | 475 #define VFP_CONV_FIX_A64(name, p, fsz, ftype, isz, itype) \ macro 482 VFP_CONV_FIX_A64(sq, d, 64, float64, 64, int64) 485 VFP_CONV_FIX_A64(uq, d, 64, float64, 64, uint64) 488 VFP_CONV_FIX_A64(sq, s, 32, float32, 64, int64) 491 VFP_CONV_FIX_A64(uq, s, 32, float32, 64, uint64) 494 VFP_CONV_FIX_A64(sq, h, 16, dh_ctype_f16, 64, int64) 497 VFP_CONV_FIX_A64(uq, h, 16, dh_ctype_f16, 64, uint64) 502 #undef VFP_CONV_FIX_A64
|