Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/x86emu/
H A Dx86emu.c146 static uint32_t sbb_long (struct x86emu *, uint32_t d, uint32_t s);
1803 sbb_long, /* 03 */
1917 sbb_long, /* 03 */
4305 common_binop_word_long_rm_r(emu, sbb_word, sbb_long); in x86emu_exec_one_byte()
4311 common_binop_word_long_r_rm(emu, sbb_word, sbb_long); in x86emu_exec_one_byte()
4317 common_binop_word_long_imm(emu, sbb_word, sbb_long); in x86emu_exec_one_byte()
7722 sbb_long(struct x86emu *emu, uint32_t d, uint32_t s) in sbb_long() function