Home | History | Annotate | Download | only in target-i386

Lines Matching refs:exp

65             uint16_t exp;
68 cpu_get_fp80(&mant, &exp, env->fpregs[i].d);
70 qemu_put_be16(f, exp);
168 uint16_t exp;
184 p->exp = e;
215 uint16_t exp;
220 exp = qemu_get_be16(f);
222 env->fpregs[i].d = cpu_set_fp80(mant, exp);
228 env->fpregs[i].d = cpu_set_fp80(mant, exp);
240 p->exp = 0xffff;