Searched refs:float_invalid_cvt (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/ppc/ |
H A D | fpu_helper.c | 540 static uint64_t float_invalid_cvt(CPUPPCState *env, int flags, in float_invalid_cvt() function 562 ret = float_invalid_cvt(env, flags, ret, nanval, 1, GETPC()); \ 2796 t.tfld = float_invalid_cvt(env, flags, t.tfld, rnan, 0, GETPC());\ 2830 t.VsrD(0) = float_invalid_cvt(env, flags, t.VsrD(0), rnan, 0, GETPC());\ 2864 t.VsrW(2 * i) = float_invalid_cvt(env, flags, t.VsrW(2 * i), \ 2901 t.tfld = float_invalid_cvt(env, flags, t.tfld, rnan, 0, GETPC()); \
|