Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/x86emu/
H A Dx86emu.c149 static uint32_t sub_long (struct x86emu *, uint32_t d, uint32_t s);
1805 sub_long, /* 05 */
1919 sub_long, /* 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()
7794 sub_long(struct x86emu *emu, uint32_t d, uint32_t s) in sub_long() function