Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/x86emu/
H A Dx86emu.c96 static uint8_t and_byte (struct x86emu *, uint8_t d, uint8_t s);
1754 and_byte, /* 04 */
1867 and_byte, /* 04 *//* YYY UNUSED ???? */
4327 common_binop_byte_rm_r(emu, and_byte); in x86emu_exec_one_byte()
4333 common_binop_byte_r_rm(emu, and_byte); in x86emu_exec_one_byte()
4339 common_binop_byte_imm(emu, and_byte); in x86emu_exec_one_byte()
6234 and_byte(struct x86emu *emu, uint8_t d, uint8_t s) in and_byte() function