Searched refs:tf_fprh (Results 1 - 4 of 4) sorted by relevance

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

Completed in 124 milliseconds