Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Ddfp_helper.c217 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()
[all …]
H A Dfpu_helper.c148 target_ulong fprf; \
150 fprf = neg ? 0x08 << FPSCR_FPRF : 0x04 << FPSCR_FPRF; \
152 fprf = neg ? 0x12 << FPSCR_FPRF : 0x02 << FPSCR_FPRF; \
154 fprf = neg ? 0x18 << FPSCR_FPRF : 0x14 << FPSCR_FPRF; \
156 fprf = neg ? 0x09 << FPSCR_FPRF : 0x05 << FPSCR_FPRF; \
160 fprf = 0x00 << FPSCR_FPRF; \
162 fprf = 0x11 << FPSCR_FPRF; \
165 env->fpscr = (env->fpscr & ~FP_FPRF) | fprf; \