Searched refs:xor_long (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/sys/contrib/x86emu/
H A Dx86emu.c155 static uint32_t xor_long (struct x86emu *, uint32_t d, uint32_t s);
1806 xor_long, /* 06 */
1920 xor_long, /* 06 *//* YYY UNUSED ???? */
4380 common_binop_word_long_rm_r(emu, xor_word, xor_long);
4386 common_binop_word_long_r_rm(emu, xor_word, xor_long);
4392 common_binop_word_long_imm(emu, xor_word, xor_long);
7912 xor_long(struct x86emu *emu, uint32_t d, uint32_t s) function

Completed in 103 milliseconds