Searched refs:CONV_FTOI (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/arm/ |
H A D | vfp_helper.c | 380 #define CONV_FTOI(name, ftype, fsz, sign, round) \ macro 393 CONV_FTOI(vfp_to##name##p, ftype, fsz, sign, ) \ 394 CONV_FTOI(vfp_to##name##z##p, ftype, fsz, sign, _round_to_zero) 404 #undef CONV_FTOI
|