Searched refs:result_lo (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/sys/arch/hppa/spmath/
H A Ddivsim.c75 result_lo = 1;
79 result_lo = 0;
92 if (sign>0 && result_lo<0) {
102 if (++result_lo < 0) {
109 if (sign<0) result_lo = -result_lo;
H A Dmpys.c55 if ((result_hi == 0 && result_lo >= 0) ||
56 (result_hi == -1 && result_lo < 0)) overflow = false;
H A Ddivsfm.c81 result_lo = opnd1 << 1;
95 result_lo++;
100 if (result_lo < 0) {
107 if (sign<0) result_lo = -result_lo;
H A Ddivsir.c75 result_lo = 1;
79 result_lo = 0;
92 if (sign>0 && result_lo<0) {
101 if (sign<0) result_lo = -result_lo;
H A Ddivsfr.c81 result_lo = opnd1 << 1;
94 if (result_lo < 0) {
102 if (sign<0) result_lo = -result_lo;
H A Dmpyaccu.c59 if ((result_lo += (unsigned)temp.rslt_lo) < (unsigned)temp.rslt_lo)
H A Dmd.h57 #define result_lo result->rslt_lo macro
75 #define mdrr(reg1,reg2,result) {result_hi = reg1;result_lo = reg2;}
H A Dmpyaccs.c58 if ((result_lo += (unsigned)temp.rslt_lo) < (unsigned)temp.rslt_lo)
/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
332 *result_lo = reg_lo;
/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
332 *result_lo = reg_lo;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/tilegx/
H A Dtilegx.c2260 rtx result_lo = gen_reg_rtx (DImode);
2282 emit_move_insn (result_lo, (gen_rtx_PLUS (DImode, tmp2, tmp6)));
2285 emit_move_insn (tmp8, gen_rtx_LTU (DImode, result_lo, tmp2));
2255 rtx result_lo = gen_reg_rtx (DImode); local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/tilepro/
H A Dtilepro.c2009 rtx result_lo = gen_reg_rtx (SImode);
2031 emit_move_insn (result_lo, (gen_rtx_PLUS (SImode, tmp2, tmp6)));
2034 emit_move_insn (tmp8, gen_rtx_LTU (SImode, result_lo, tmp2));
2004 rtx result_lo = gen_reg_rtx (SImode); local
/netbsd-current/external/gpl3/gcc/dist/gcc/config/tilegx/
H A Dtilegx.cc2261 rtx result_lo = gen_reg_rtx (DImode);
2283 emit_move_insn (result_lo, (gen_rtx_PLUS (DImode, tmp2, tmp6)));
2286 emit_move_insn (tmp8, gen_rtx_LTU (DImode, result_lo, tmp2));
2256 rtx result_lo = gen_reg_rtx (DImode); local
/netbsd-current/external/gpl3/gcc/dist/gcc/config/tilepro/
H A Dtilepro.cc2009 rtx result_lo = gen_reg_rtx (SImode);
2031 emit_move_insn (result_lo, (gen_rtx_PLUS (SImode, tmp2, tmp6)));
2034 emit_move_insn (tmp8, gen_rtx_LTU (SImode, result_lo, tmp2));
2004 rtx result_lo = gen_reg_rtx (SImode); local

Completed in 322 milliseconds