Searched refs:VSX_ROUND (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/ppc/ |
H A D | fpu_helper.c | 3030 #define VSX_ROUND(op, nels, tp, fld, rmode, sfifprf) \ macro 3071 VSX_ROUND(xsrdpi, 1, float64, VsrD(0), float_round_ties_away, 1) 3072 VSX_ROUND(xsrdpic, 1, float64, VsrD(0), FLOAT_ROUND_CURRENT, 1) 3073 VSX_ROUND(xsrdpim, 1, float64, VsrD(0), float_round_down, 1) 3074 VSX_ROUND(xsrdpip, 1, float64, VsrD(0), float_round_up, 1) 3075 VSX_ROUND(xsrdpiz, 1, float64, VsrD(0), float_round_to_zero, 1) 3077 VSX_ROUND(xvrdpi, 2, float64, VsrD(i), float_round_ties_away, 0) 3078 VSX_ROUND(xvrdpic, 2, float64, VsrD(i), FLOAT_ROUND_CURRENT, 0) 3079 VSX_ROUND(xvrdpim, 2, float64, VsrD(i), float_round_down, 0) 3080 VSX_ROUND(xvrdpip, 2, float64, VsrD(i), float_round_up, 0) [all …]
|