Searched refs:pp_hl (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/sim/ppc/
H A Ddp-bit.c734 UDItype pp_hl = mh * nl; local
739 UDItype ps_hh__ = pp_hl + pp_lh;
740 if (ps_hh__ < pp_hl)
742 pp_hl = (ps_hh__ << 32) & 0xffffffff00000000LL;
743 res0 = pp_ll + pp_hl;
/netbsd-current/external/gpl3/gdb/dist/sim/ppc/
H A Ddp-bit.c734 UDItype pp_hl = mh * nl; local
739 UDItype ps_hh__ = pp_hl + pp_lh;
740 if (ps_hh__ < pp_hl)
742 pp_hl = (ps_hh__ << 32) & 0xffffffff00000000LL;
743 res0 = pp_ll + pp_hl;
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/
H A Dfp-bit.c844 UDItype pp_hl = (UDItype) mh * nl;
849 UDItype ps_hh__ = pp_hl + pp_lh;
850 if (ps_hh__ < pp_hl)
852 pp_hl = (UDItype)(USItype)ps_hh__ << BITS_PER_SI;
853 res0 = pp_ll + pp_hl;
/netbsd-current/external/gpl3/gcc/dist/libgcc/
H A Dfp-bit.c844 UDItype pp_hl = (UDItype) mh * nl;
849 UDItype ps_hh__ = pp_hl + pp_lh;
850 if (ps_hh__ < pp_hl)
852 pp_hl = (UDItype)(USItype)ps_hh__ << BITS_PER_SI;
853 res0 = pp_ll + pp_hl;
/netbsd-current/external/gpl3/gdb.old/dist/sim/common/
H A Dsim-fpu.c1363 unsigned64 pp_hl = mh * nl; local
1368 unsigned64 ps_hh__ = pp_hl + pp_lh;
1369 if (ps_hh__ < pp_hl)
1371 pp_hl = (ps_hh__ << 32) & UNSIGNED64 (0xffffffff00000000);
1372 res0 = pp_ll + pp_hl;
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dsim-fpu.c1342 uint64_t pp_hl = mh * nl; local
1347 uint64_t ps_hh__ = pp_hl + pp_lh;
1348 if (ps_hh__ < pp_hl)
1350 pp_hl = (ps_hh__ << 32) & UNSIGNED64 (0xffffffff00000000);
1351 res0 = pp_ll + pp_hl;

Completed in 228 milliseconds