Searched refs:xor_long (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/contrib/x86emu/ |
| H A D | x86emu.c | 155 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); in x86emu_exec_one_byte() 4386 common_binop_word_long_r_rm(emu, xor_word, xor_long); in x86emu_exec_one_byte() 4392 common_binop_word_long_imm(emu, xor_word, xor_long); in x86emu_exec_one_byte() 7912 xor_long(struct x86emu *emu, uint32_t d, uint32_t s) in xor_long() function
|