Searched refs:sub_word (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/contrib/x86emu/ |
| H A D | x86emu.c | 148 static uint16_t sub_word (struct x86emu *, uint16_t d, uint16_t s); 1791 sub_word, /* 05 */ 1905 sub_word, /* 05 */ 4355 common_binop_word_long_rm_r(emu, sub_word, sub_long); in x86emu_exec_one_byte() 4361 common_binop_word_long_r_rm(emu, sub_word, sub_long); in x86emu_exec_one_byte() 4367 common_binop_word_long_imm(emu, sub_word, sub_long); in x86emu_exec_one_byte() 7771 sub_word(struct x86emu *emu, uint16_t d, uint16_t s) in sub_word() function
|