Searched refs:sub_byte (Results 1 – 1 of 1) sorted by relevance
147 static uint8_t sub_byte (struct x86emu *, uint8_t d, uint8_t s);1755 sub_byte, /* 05 */1868 sub_byte, /* 05 */4352 common_binop_byte_rm_r(emu, sub_byte); in x86emu_exec_one_byte()4358 common_binop_byte_r_rm(emu, sub_byte); in x86emu_exec_one_byte()4364 common_binop_byte_imm(emu, sub_byte); in x86emu_exec_one_byte()7748 sub_byte(struct x86emu *emu, uint8_t d, uint8_t s) in sub_byte() function