Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/x86emu/
H A Dx86emu.c105 static uint8_t daa_byte (struct x86emu *, uint8_t d);
4348 emu->x86.R_AL = daa_byte(emu, emu->x86.R_AL); in x86emu_exec_one_byte()
6385 daa_byte(struct x86emu *emu, uint8_t d) in daa_byte() function