HomeSort by: relevance | last modified time | path
    Searched defs:ps_hh__ (Results 1 - 4 of 4) 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/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 31 milliseconds