Home
last modified time | relevance | path

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

/freebsd-src/sys/contrib/x86emu/
H A Dx86emu.c146 static uint32_t sub_long (struct x86emu *, uint32_t d, uint32_t s);
1802 sub_long, /* 05 */
1916 sub_long, /* 05 */
4352 common_binop_word_long_rm_r(emu, sub_word, sub_long); in x86emu_exec_one_byte()
4358 common_binop_word_long_r_rm(emu, sub_word, sub_long); in x86emu_exec_one_byte()
4364 common_binop_word_long_imm(emu, sub_word, sub_long); in x86emu_exec_one_byte()
7791 sub_long(struct x86emu *emu, uint32_t d, uint32_t s) in sub_long() function