Home
last modified time | relevance | path

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

/openbsd/src/sys/arch/m88k/m88k/
Dm88100_fp.c386 sign = (frame->tf_fprh & FPRH_SIGN) != 0; in m88100_fpu_imprecise_exception()
391 mant32 = (frame->tf_fprh & FPRH_MANTH_MASK); in m88100_fpu_imprecise_exception()
401 if (frame->tf_fprh & FPRH_ADDONE) { in m88100_fpu_imprecise_exception()
414 mant64 = frame->tf_fprh & FPRH_MANTH_MASK; in m88100_fpu_imprecise_exception()
424 if (frame->tf_fprh & FPRH_ADDONE) { in m88100_fpu_imprecise_exception()
Dm88k_machdep.c235 f->tf_fppt, f->tf_fprh, f->tf_fprl, f->tf_fpit); in regdump()
Dgenassym.cf112 member EF_FPRH tf_fprh
Ddb_interface.c350 s->tf_fppt, s->tf_fprh, s->tf_fprl, s->tf_fpit);
/openbsd/src/sys/arch/m88k/include/
Dframe.h86 #define tf_fprh tf_regs.fprh macro