Home
last modified time | relevance | path

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

/qemu/include/fpu/
H A Dsoftfloat-types.h414 bool rebias_overflow; member
/qemu/target/ppc/
H A Dcpu.c251 env->fp_status.rebias_overflow = (FP_OE & env->fpscr) ? true : false; in ppc_store_fpscr()
/qemu/fpu/
H A Dsoftfloat-parts.c.inc328 if (s->rebias_overflow) {