Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/sim/ppc/
Ddp-bit.c733 UDItype pp_ll = ml * nl; in _fpmul_parts() local
743 res0 = pp_ll + pp_hl; in _fpmul_parts()
744 if (res0 < pp_ll) in _fpmul_parts()
/netbsd/src/external/gpl3/gcc/dist/libgcc/
Dfp-bit.c843 UDItype pp_ll = (UDItype) ml * nl;
853 res0 = pp_ll + pp_hl;
854 if (res0 < pp_ll)
/netbsd/src/external/gpl3/gdb/dist/sim/common/
Dsim-fpu.c1341 uint64_t pp_ll = ml * nl; in sim_fpu_mul() local
1351 res0 = pp_ll + pp_hl; in sim_fpu_mul()
1352 if (res0 < pp_ll) in sim_fpu_mul()