Home
last modified time | relevance | path

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

/openbsd/sys/arch/m88k/m88k/
H A Dm88100_fp.c367 switch ((frame->tf_fpit >> 11) & 0x1f) { in m88100_fpu_imprecise_exception()
381 if (frame->tf_fpit & FPIT_DBL) in m88100_fpu_imprecise_exception()
387 exp = ((int32_t)frame->tf_fpit) >> 20; /* signed, unbiaised exponent */ in m88100_fpu_imprecise_exception()
437 fpu_store(frame, frame->tf_fpit & 0x1f, fmt, fmt, &res); in m88100_fpu_imprecise_exception()
H A Dm88k_machdep.c235 f->tf_fppt, f->tf_fprh, f->tf_fprl, f->tf_fpit); in regdump()
H A Dgenassym.cf114 member EF_FPIT tf_fpit
H A Ddb_interface.c350 s->tf_fppt, s->tf_fprh, s->tf_fprl, s->tf_fpit);
/openbsd/sys/arch/m88k/include/
H A Dframe.h88 #define tf_fpit tf_regs.fpit macro