Searched refs:ps_hh__ (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/ppc/
H A Ddp-bit.c740 UDItype ps_hh__ = pp_hl + pp_lh; local
741 if (ps_hh__ < pp_hl)
743 pp_hl = (ps_hh__ << 32) & 0xffffffff00000000LL;
747 res2 += ((ps_hh__ >> 32) & 0xffffffffL) + pp_hh;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/
H A Dfp-bit.c874 UDItype ps_hh__ = pp_hl + pp_lh;
875 if (ps_hh__ < pp_hl)
877 pp_hl = (UDItype)(USItype)ps_hh__ << BITS_PER_SI;
881 res2 += (ps_hh__ >> BITS_PER_SI) + pp_hh;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/
H A Dfp-bit.c866 UDItype ps_hh__ = pp_hl + pp_lh;
867 if (ps_hh__ < pp_hl)
869 pp_hl = (UDItype)(USItype)ps_hh__ << BITS_PER_SI;
873 res2 += (ps_hh__ >> BITS_PER_SI) + pp_hh;
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/common/
H A Dsim-fpu.c1364 unsigned64 ps_hh__ = pp_hl + pp_lh; local
1365 if (ps_hh__ < pp_hl)
1367 pp_hl = (ps_hh__ << 32) & UNSIGNED64 (0xffffffff00000000);
1371 res2 += ((ps_hh__ >> 32) & 0xffffffff) + pp_hh;

Completed in 85 milliseconds