Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/x86emu/
H A Dx86emu.c115 static uint32_t or_long (struct x86emu *, uint32_t d, uint32_t s);
1801 or_long, /* 01 */
1915 or_long, /* 01 *//* YYY UNUSED ???? */
4255 common_binop_word_long_rm_r(emu, or_word, or_long); in x86emu_exec_one_byte()
4261 common_binop_word_long_r_rm(emu, or_word, or_long); in x86emu_exec_one_byte()
4267 common_binop_word_long_imm(emu, or_word, or_long); in x86emu_exec_one_byte()
6605 or_long(struct x86emu *emu, uint32_t d, uint32_t s) in or_long() function