Searched refs:result_hi (Results 1 - 9 of 9) sorted by relevance

/openbsd-current/sys/arch/hppa/spmath/
H A Dmpys.c27 if ((result_hi == 0 && result_lo >= 0) ||
28 (result_hi == -1 && result_lo < 0))
H A Ddivsim.c46 result_hi = 0; /* remainder = 0 */
50 result_hi = opnd1; /* remainder = opnd1 */
72 if (op1_sign && result_hi) {
73 result_hi = opnd2 - result_hi;
H A Dmpyaccs.c36 sign = result_hi ^ temp.rslt_hi;
37 result_hi += temp.rslt_hi + carry;
38 if (sign >= 0 && (temp.rslt_hi ^ result_hi) < 0)
H A Ddivsfm.c52 result_hi = 0; /* remainder = 0 */
65 if (op1_sign && result_hi) {
66 result_hi = opnd2 - result_hi;
H A Ddivsir.c46 result_hi = 0; /* remainder = 0 */
50 result_hi = opnd1; /* remainder = opnd1 */
72 if (op1_sign) result_hi = -result_hi;
H A Ddivsfr.c52 result_hi = 0; /* remainder = 0 */
73 if (op1_sign) result_hi = -result_hi;
H A Dmpyu.c27 if (result_hi)
H A Dmpyaccu.c36 if ((result_hi += (unsigned)temp.rslt_hi + carry) <
H A Dmd.h28 #define result_hi result->rslt_hi macro
53 #define mdrr(reg1,reg2,result) {result_hi = reg1;result_lo = reg2;}

Completed in 116 milliseconds