Searched refs:ps_hh__ (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/ppc/
H A Ddp-bit.c739 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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/ppc/
H A Ddp-bit.c739 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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/ppc/
H A Ddp-bit.c739 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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/common/
H A Dsim-fpu.c1363 unsigned64 ps_hh__ = pp_hl + pp_lh; local
1364 if (ps_hh__ < pp_hl)
1366 pp_hl = (ps_hh__ << 32) & UNSIGNED64 (0xffffffff00000000);
1370 res2 += ((ps_hh__ >> 32) & 0xffffffff) + pp_hh;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/common/
H A Dsim-fpu.c1363 unsigned64 ps_hh__ = pp_hl + pp_lh; local
1364 if (ps_hh__ < pp_hl)
1366 pp_hl = (ps_hh__ << 32) & UNSIGNED64 (0xffffffff00000000);
1370 res2 += ((ps_hh__ >> 32) & 0xffffffff) + pp_hh;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/common/
H A Dsim-fpu.c1363 unsigned64 ps_hh__ = pp_hl + pp_lh; local
1364 if (ps_hh__ < pp_hl)
1366 pp_hl = (ps_hh__ << 32) & UNSIGNED64 (0xffffffff00000000);
1370 res2 += ((ps_hh__ >> 32) & 0xffffffff) + pp_hh;

Completed in 130 milliseconds