Home
last modified time | relevance | path

Searched refs:test_long (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/contrib/x86emu/
H A Dx86emu.c152 static void test_long (struct x86emu *, uint32_t d, uint32_t s);
2777 test_long(emu, emu->x86.R_EAX, fetch_long_imm(emu)); in x86emuOp_test_AX_IMM()
3958 test_long(emu, destval, srcval); in x86emuOp32_opcF7_word_RM()
4639 common_binop_ns_word_long_rm_r(emu, test_word, test_long); in x86emu_exec_one_byte()
7855 test_long(struct x86emu *emu, uint32_t d, uint32_t s) in test_long() function