Searched refs:test_word (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/common/lib/libx86emu/ |
H A D | x86emu.c | 152 static void test_word (struct X86EMU *, uint16_t d, uint16_t s); 2690 test_word(emu, emu->x86.R_AX, fetch_word_imm(emu)); in x86emuOp_test_AX_IMM() 3848 test_word(emu, destval, srcval); in x86emuOp16_opcF7_word_RM() 4476 common_binop_ns_word_long_rm_r(emu, test_word, test_long); in X86EMU_exec_one_byte() 7571 test_word(struct X86EMU *emu, uint16_t d, uint16_t s) in test_word() function
|