Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/tcg/
H A Dint_helper.c170 int icarry; in helper_aaa() local
179 icarry = (al > 0xf9); in helper_aaa()
182 ah = (ah + 1 + icarry) & 0xff; in helper_aaa()
195 int icarry; in helper_aas() local
204 icarry = (al < 6); in helper_aas()
207 ah = (ah - 1 - icarry) & 0xff; in helper_aas()