HomeSort by: relevance | last modified time | path
    Searched refs:pp_hh (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gdb/dist/sim/ppc/
dp-bit.c 736 UDItype pp_hh = mh * nh; local
746 res2 += ((ps_hh__ >> 32) & 0xffffffffL) + pp_hh;
  /src/external/gpl3/gdb.old/dist/sim/ppc/
dp-bit.c 736 UDItype pp_hh = mh * nh; local
746 res2 += ((ps_hh__ >> 32) & 0xffffffffL) + pp_hh;
  /src/external/gpl3/gcc/dist/libgcc/
fp-bit.c 846 UDItype pp_hh = (UDItype) mh * nh;
856 res2 += (ps_hh__ >> BITS_PER_SI) + pp_hh;
  /src/external/gpl3/gcc.old/dist/libgcc/
fp-bit.c 846 UDItype pp_hh = (UDItype) mh * nh;
856 res2 += (ps_hh__ >> BITS_PER_SI) + pp_hh;
  /src/external/gpl3/gdb/dist/sim/common/
sim-fpu.c 1344 uint64_t pp_hh = mh * nh; local
1354 res2 += ((ps_hh__ >> 32) & 0xffffffff) + pp_hh;
  /src/external/gpl3/gdb.old/dist/sim/common/
sim-fpu.c 1344 uint64_t pp_hh = mh * nh; local
1354 res2 += ((ps_hh__ >> 32) & 0xffffffff) + pp_hh;

Completed in 28 milliseconds