Home
last modified time | relevance | path

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

/openbmc/qemu/target/tricore/
H A Dop_helper.c2122 int32_t quotient_sign = (dividend_sign != divisor_sign); in helper_dvstep() local
2126 if (quotient_sign) { in helper_dvstep()
2142 dividend_quotient = dividend_quotient | !quotient_sign; in helper_dvstep()
2144 dividend_quotient = dividend_quotient | quotient_sign; in helper_dvstep()