HomeSort by: relevance | last modified time | path
    Searched refs:rslt_hi (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/hppa/spmath/
mpyaccs.c 63 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;
mpyaccu.c 64 if ((result_hi += (unsigned)temp.rslt_hi + carry) <
65 (unsigned)temp.rslt_hi) overflow = true;
md.h 51 int rslt_hi, member in struct:mdsfu_register
56 #define result_hi result->rslt_hi

Completed in 56 milliseconds