Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/sim/ppc/
Ddp-bit.c735 UDItype pp_lh = ml * nh; in _fpmul_parts() local
739 UDItype ps_hh__ = pp_hl + pp_lh; in _fpmul_parts()
/netbsd/src/external/gpl3/gcc/dist/libgcc/
Dfp-bit.c845 UDItype pp_lh = (UDItype) ml * nh;
849 UDItype ps_hh__ = pp_hl + pp_lh;
/netbsd/src/external/gpl3/gdb/dist/sim/common/
Dsim-fpu.c1343 uint64_t pp_lh = ml * nh; in sim_fpu_mul() local
1347 uint64_t ps_hh__ = pp_hl + pp_lh; in sim_fpu_mul()