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

/netbsd-current/sys/arch/hppa/spmath/
H A Dmpys.c55 if ((result_hi == 0 && result_lo >= 0) ||
56 (result_hi == -1 && result_lo < 0)) overflow = false;
H A Ddivsim.c74 result_hi = 0; /* remainder = 0 */
78 result_hi = opnd1; /* remainder = opnd1 */
100 if (op1_sign && result_hi) {
101 result_hi = opnd2 - result_hi;
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 Ddivsfm.c80 result_hi = 0; /* remainder = 0 */
93 if (op1_sign && result_hi) {
94 result_hi = opnd2 - result_hi;
H A Ddivsir.c74 result_hi = 0; /* remainder = 0 */
78 result_hi = opnd1; /* remainder = opnd1 */
100 if (op1_sign) result_hi = -result_hi;
H A Ddivsfr.c80 result_hi = 0; /* remainder = 0 */
101 if (op1_sign) result_hi = -result_hi;
H A Dmpyu.c55 if (result_hi) overflow = true;
H A Dmpyaccu.c64 if ((result_hi += (unsigned)temp.rslt_hi + carry) <
H A Dmd.h56 #define result_hi result->rslt_hi macro
75 #define mdrr(reg1,reg2,result) {result_hi = reg1;result_lo = reg2;}
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/tilepro/
H A Datomic.h133 unsigned int result_lo, result_hi;
136 __asm__ __volatile__ ("swint1":"=R00" (result_lo), "=R01" (result_hi),
142 return ((long long) result_hi) << 32 | result_lo;
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/tilepro/
H A Datomic.h133 unsigned int result_lo, result_hi;
136 __asm__ __volatile__ ("swint1":"=R00" (result_lo), "=R01" (result_hi),
142 return ((long long) result_hi) << 32 | result_lo;
/netbsd-current/external/gpl3/gdb/dist/sim/erc32/
H A Dexec.c291 mul64 (uint32_t n1, uint32_t n2, uint32_t *result_hi, uint32_t *result_lo, int msigned) argument
333 *result_hi = reg_hi;
/netbsd-current/external/gpl3/gdb.old/dist/sim/erc32/
H A Dexec.c291 mul64 (uint32_t n1, uint32_t n2, uint32_t *result_hi, uint32_t *result_lo, int msigned) argument
333 *result_hi = reg_hi;

Completed in 151 milliseconds