Searched refs:or_byte (Results 1 – 1 of 1) sorted by relevance
110 static uint8_t or_byte (struct x86emu *, uint8_t d, uint8_t s);1748 or_byte, /* 01 */1861 or_byte, /* 01 *//* YYY UNUSED ???? */4249 common_binop_byte_rm_r(emu, or_byte); in x86emu_exec_one_byte()4255 common_binop_byte_r_rm(emu, or_byte); in x86emu_exec_one_byte()4261 common_binop_byte_imm(emu, or_byte); in x86emu_exec_one_byte()6563 or_byte(struct x86emu *emu, uint8_t d, uint8_t s) in or_byte() function