Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/tcg/
H A Dint_helper.c220 int old_al, al, af, cf; in helper_daa() local
226 old_al = al = env->regs[R_EAX] & 0xff; in helper_daa()
233 if ((old_al > 0x99) || cf) { in helper_daa()
/openbmc/linux/arch/x86/kvm/
H A Demulate.c3051 u8 al, old_al; in em_das() local
3057 old_al = al; in em_das()
3068 if (old_al > 0x99 || old_cf) { in em_das()