Searched refs:b_high (Results 1 – 3 of 3) sorted by relevance
93 set b_high 397 set b [expr ($b_high << 32) | $b_low]147 proc hex128 {a_high a_low b_high b_low} {148 set result [format "%x%08x%08x%08x" $a_high $a_low $b_high $b_low]162 [expr $b_high * (32 - $i) * $b_high * 32] \
281 INTunion a_high, a_low, b_high, b_low; in FIXED_MULHELPER() local298 b_high.s.low = bb.s.high; in FIXED_MULHELPER()299 b_high.s.high = 0; in FIXED_MULHELPER()305 low_high.ll = a_low.ll * b_high.ll; in FIXED_MULHELPER()307 high_high.ll = a_high.ll * b_high.ll; in FIXED_MULHELPER()
416 double_int a_high, a_low, b_high, b_low; in do_fixed_multiply() local426 b_high.low = b->data.high; in do_fixed_multiply()427 b_high.high = 0; in do_fixed_multiply()433 low_high = a_low * b_high; in do_fixed_multiply()435 high_high = a_high * b_high; in do_fixed_multiply()