Searched refs:pp_hl (Results 1 – 3 of 3) sorted by relevance
734 UDItype pp_hl = mh * nl; in _fpmul_parts() local739 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()
844 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;
1342 uint64_t pp_hl = mh * nl; in sim_fpu_mul() local1347 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()