Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/x86emu/
H A Dx86emu.c98 static uint32_t and_long (struct x86emu *, uint32_t d, uint32_t s);
1804 and_long, /* 04 */
1918 and_long, /* 04 *//* YYY UNUSED ???? */
4330 common_binop_word_long_rm_r(emu, and_word, and_long); in x86emu_exec_one_byte()
4336 common_binop_word_long_r_rm(emu, and_word, and_long); in x86emu_exec_one_byte()
4342 common_binop_word_long_imm(emu, and_word, and_long); in x86emu_exec_one_byte()
6276 and_long(struct x86emu *emu, uint32_t d, uint32_t s) in and_long() function