Searched refs:VSX_CVT_FP_TO_FP2 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/ppc/ |
H A D | fpu_helper.c | 2576 #define VSX_CVT_FP_TO_FP2(op, nels, stp, ttp, sfifprf) \ macro 2601 VSX_CVT_FP_TO_FP2(xvcvdpsp, 2, float64, float32, 0) 2602 VSX_CVT_FP_TO_FP2(xscvdpsp, 1, float64, float32, 1)
|