Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dfpu_helper.c315 bool overflow_enabled = !!(env->fpscr & FP_OE); in float_overflow_excp() local
316 if (overflow_enabled) { in float_overflow_excp()
324 return overflow_enabled ? 0 : float_flag_inexact; in float_overflow_excp()