Home
last modified time | relevance | path

Searched refs:pp_hl (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/sim/ppc/
Ddp-bit.c734 UDItype pp_hl = mh * nl; in _fpmul_parts() local
739 UDItype ps_hh__ = pp_hl + pp_lh; in _fpmul_parts()
740 if (ps_hh__ < pp_hl) in _fpmul_parts()
742 pp_hl = (ps_hh__ << 32) & 0xffffffff00000000LL; in _fpmul_parts()
743 res0 = pp_ll + pp_hl; in _fpmul_parts()
/netbsd/src/external/gpl3/gcc/dist/libgcc/
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/src/external/gpl3/gdb/dist/sim/common/
Dsim-fpu.c1342 uint64_t pp_hl = mh * nl; in sim_fpu_mul() local
1347 uint64_t ps_hh__ = pp_hl + pp_lh; in sim_fpu_mul()
1348 if (ps_hh__ < pp_hl) in sim_fpu_mul()
1350 pp_hl = (ps_hh__ << 32) & UNSIGNED64 (0xffffffff00000000); in sim_fpu_mul()
1351 res0 = pp_ll + pp_hl; in sim_fpu_mul()