Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/x86emu/
HDx86emu.c94 static uint16_t and_word (struct x86emu *, uint16_t d, uint16_t s);
1787 and_word, /* 04 */
1901 and_word, /* 04 *//* YYY UNUSED ???? */
4327 common_binop_word_long_rm_r(emu, and_word, and_long); in x86emu_exec_one_byte()
4333 common_binop_word_long_r_rm(emu, and_word, and_long); in x86emu_exec_one_byte()
4339 common_binop_word_long_imm(emu, and_word, and_long); in x86emu_exec_one_byte()
6252 and_word(struct x86emu *emu, uint16_t d, uint16_t s) in and_word() function