Home
last modified time | relevance | path

Searched refs:tfld (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/target/ppc/
H A Dfpu_helper.c2549 #define VSX_CVT_FP_TO_FP(op, nels, stp, ttp, sfld, tfld, sfifprf) \ argument
2558 t.tfld = stp##_to_##ttp(xb->sfld, &env->fp_status); \
2562 t.tfld = ttp##_snan_to_qnan(t.tfld); \
2565 helper_compute_fprf_##ttp(env, t.tfld); \
2614 #define VSX_CVT_FP_TO_FP_VECTOR(op, nels, stp, ttp, sfld, tfld, sfprf) \ argument
2624 t.tfld = stp##_to_##ttp(xb->sfld, &env->fp_status); \
2628 t.tfld = ttp##_snan_to_qnan(t.tfld); \
2631 helper_compute_fprf_##ttp(env, t.tfld); \
2652 #define VSX_CVT_FP_TO_FP_HP(op, nels, stp, ttp, sfld, tfld, sfifprf) \ argument
2661 t.tfld = stp##_to_##ttp(xb->sfld, 1, &env->fp_status); \
[all …]