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

  /src/common/lib/libx86emu/
x86emu.c 99 static uint32_t and_long (struct X86EMU *, uint32_t d, uint32_t s);
1759 and_long, /* 04 */
1868 and_long, /* 04 *//* YYY UNUSED ???? */
4167 common_binop_word_long_rm_r(emu, and_word, and_long);
4173 common_binop_word_long_r_rm(emu, and_word, and_long);
4179 common_binop_word_long_imm(emu, and_word, and_long);
6065 and_long(struct X86EMU *emu, uint32_t d, uint32_t s) function in typeref:typename:uint32_t

Completed in 17 milliseconds