Home
last modified time | relevance | path

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

/freebsd/sys/contrib/x86emu/
H A Dx86emu.c111 static uint16_t or_word (struct x86emu *, uint16_t d, uint16_t s);
1784 or_word, /* 01 */
1898 or_word, /* 01 *//* YYY UNUSED ???? */
4252 common_binop_word_long_rm_r(emu, or_word, or_long); in x86emu_exec_one_byte()
4258 common_binop_word_long_r_rm(emu, or_word, or_long); in x86emu_exec_one_byte()
4264 common_binop_word_long_imm(emu, or_word, or_long); in x86emu_exec_one_byte()
6582 or_word(struct x86emu *emu, uint16_t d, uint16_t s) in or_word() function