Searched refs:rslt_hi (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/arch/hppa/spmath/
H A Dmpyaccs.c63 sign = result_hi ^ temp.rslt_hi;
64 result_hi += temp.rslt_hi + carry;
65 if (sign >= 0 && (temp.rslt_hi ^ result_hi) < 0) overflow = true;
H A Dmpyaccu.c64 if ((result_hi += (unsigned)temp.rslt_hi + carry) <
65 (unsigned)temp.rslt_hi) overflow = true;
H A Dmd.h51 int rslt_hi, member in struct:mdsfu_register
56 #define result_hi result->rslt_hi

Completed in 74 milliseconds