Home
last modified time | relevance | path

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

/qemu/target/ppc/
H A Dint_helper.c2590 uint64_t hi_value; in helper_bcdcfsq() local
2596 hi_value = ~b->VsrD(0) + !lo_value; in helper_bcdcfsq()
2602 hi_value = b->VsrD(0); in helper_bcdcfsq()
2605 if (hi_value == 0 && lo_value == 0) { in helper_bcdcfsq()
2617 if (ucmp128(lo_value, hi_value, in helper_bcdcfsq()
2627 rem = divu128(&lo_value, &hi_value, 1000000000000000ULL); in helper_bcdcfsq()
2650 uint64_t hi_value = 0; in helper_bcdctsq() local
2657 mulu64(&hi_value, &unused, hi_value, 10ULL); in helper_bcdctsq()
2659 hi_value += carry; in helper_bcdctsq()
2668 r->VsrSD(0) = ~hi_value + !r->VsrSD(1); in helper_bcdctsq()
[all …]