Home
last modified time | relevance | path

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

/freebsd/sys/contrib/x86emu/
H A Dx86emu.c95 static uint32_t and_long (struct x86emu *, uint32_t d, uint32_t s);
1801 and_long, /* 04 */
1915 and_long, /* 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()
6273 and_long(struct x86emu *emu, uint32_t d, uint32_t s) in and_long() function