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

  /src/external/gpl3/gdb/dist/sim/ppc/
dp-bit.c 739 UDItype ps_hh__ = pp_hl + pp_lh; local
740 if (ps_hh__ < pp_hl)
742 pp_hl = (ps_hh__ << 32) & 0xffffffff00000000LL;
746 res2 += ((ps_hh__ >> 32) & 0xffffffffL) + pp_hh;
  /src/external/gpl3/gdb.old/dist/sim/ppc/
dp-bit.c 739 UDItype ps_hh__ = pp_hl + pp_lh; local
740 if (ps_hh__ < pp_hl)
742 pp_hl = (ps_hh__ << 32) & 0xffffffff00000000LL;
746 res2 += ((ps_hh__ >> 32) & 0xffffffffL) + pp_hh;
  /src/external/gpl3/gcc/dist/libgcc/
fp-bit.c 849 UDItype ps_hh__ = pp_hl + pp_lh;
850 if (ps_hh__ < pp_hl)
852 pp_hl = (UDItype)(USItype)ps_hh__ << BITS_PER_SI;
856 res2 += (ps_hh__ >> BITS_PER_SI) + pp_hh;
  /src/external/gpl3/gcc.old/dist/libgcc/
fp-bit.c 849 UDItype ps_hh__ = pp_hl + pp_lh;
850 if (ps_hh__ < pp_hl)
852 pp_hl = (UDItype)(USItype)ps_hh__ << BITS_PER_SI;
856 res2 += (ps_hh__ >> BITS_PER_SI) + pp_hh;
  /src/external/gpl3/gdb/dist/sim/common/
sim-fpu.c 1347 uint64_t ps_hh__ = pp_hl + pp_lh; local
1348 if (ps_hh__ < pp_hl)
1350 pp_hl = (ps_hh__ << 32) & UNSIGNED64 (0xffffffff00000000);
1354 res2 += ((ps_hh__ >> 32) & 0xffffffff) + pp_hh;
  /src/external/gpl3/gdb.old/dist/sim/common/
sim-fpu.c 1347 uint64_t ps_hh__ = pp_hl + pp_lh; local
1348 if (ps_hh__ < pp_hl)
1350 pp_hl = (ps_hh__ << 32) & UNSIGNED64 (0xffffffff00000000);
1354 res2 += ((ps_hh__ >> 32) & 0xffffffff) + pp_hh;

Completed in 44 milliseconds