Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/x86emu/
H A Dx86emu.c95 static uint32_t add_long (struct x86emu *, uint32_t d, uint32_t s);
1800 add_long, /* 00 */
1914 add_long, /* 00 */
4230 common_binop_word_long_rm_r(emu, add_word, add_long); in x86emu_exec_one_byte()
4236 common_binop_word_long_r_rm(emu, add_word, add_long); in x86emu_exec_one_byte()
4242 common_binop_word_long_imm(emu, add_word, add_long); in x86emu_exec_one_byte()
6205 add_long(struct x86emu *emu, uint32_t d, uint32_t s) in add_long() function