Searched refs:sbb_long (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/contrib/x86emu/ |
| H A D | x86emu.c | 143 static uint32_t sbb_long (struct x86emu *, uint32_t d, uint32_t s); 1800 sbb_long, /* 03 */ 1914 sbb_long, /* 03 */ 4302 common_binop_word_long_rm_r(emu, sbb_word, sbb_long); in x86emu_exec_one_byte() 4308 common_binop_word_long_r_rm(emu, sbb_word, sbb_long); in x86emu_exec_one_byte() 4314 common_binop_word_long_imm(emu, sbb_word, sbb_long); in x86emu_exec_one_byte() 7719 sbb_long(struct x86emu *emu, uint32_t d, uint32_t s) in sbb_long() function
|