HomeSort by: relevance | last modified time | path
    Searched defs:sbb_long (Results 1 - 2 of 2) sorted by relevancy

  /src/common/lib/libx86emu/
x86emu.c 147 static uint32_t sbb_long (struct X86EMU *, uint32_t d, uint32_t s);
1758 sbb_long, /* 03 */
1867 sbb_long, /* 03 */
4142 common_binop_word_long_rm_r(emu, sbb_word, sbb_long);
4148 common_binop_word_long_r_rm(emu, sbb_word, sbb_long);
4154 common_binop_word_long_imm(emu, sbb_word, sbb_long);
7462 sbb_long(struct X86EMU *emu, uint32_t d, uint32_t s) function
x86emu.c 147 static uint32_t sbb_long (struct X86EMU *, uint32_t d, uint32_t s);
1758 sbb_long, /* 03 */
1867 sbb_long, /* 03 */
4142 common_binop_word_long_rm_r(emu, sbb_word, sbb_long);
4148 common_binop_word_long_r_rm(emu, sbb_word, sbb_long);
4154 common_binop_word_long_imm(emu, sbb_word, sbb_long);
7462 sbb_long(struct X86EMU *emu, uint32_t d, uint32_t s) function

Completed in 55 milliseconds