Lines Matching refs:fprf
217 uint64_t fprf = 0; in dfp_set_FPRF_from_FRT_with_context() local
222 fprf = 0x01; in dfp_set_FPRF_from_FRT_with_context()
225 fprf = 0x11; in dfp_set_FPRF_from_FRT_with_context()
228 fprf = 0x09; in dfp_set_FPRF_from_FRT_with_context()
231 fprf = 0x08; in dfp_set_FPRF_from_FRT_with_context()
234 fprf = 0x18; in dfp_set_FPRF_from_FRT_with_context()
237 fprf = 0x12; in dfp_set_FPRF_from_FRT_with_context()
240 fprf = 0x02; in dfp_set_FPRF_from_FRT_with_context()
243 fprf = 0x14; in dfp_set_FPRF_from_FRT_with_context()
246 fprf = 0x04; in dfp_set_FPRF_from_FRT_with_context()
249 fprf = 0x05; in dfp_set_FPRF_from_FRT_with_context()
255 dfp->env->fpscr |= (fprf << FPSCR_FPRF); in dfp_set_FPRF_from_FRT_with_context()