/src/common/lib/libx86emu/ |
x86emu.c | 153 static void test_long (struct X86EMU *, uint32_t d, uint32_t s); 2688 test_long(emu, emu->x86.R_EAX, fetch_long_imm(emu)); 3799 test_long(emu, destval, srcval); 4476 common_binop_ns_word_long_rm_r(emu, test_word, test_long); 7589 test_long(struct X86EMU *emu, uint32_t d, uint32_t s) function in typeref:typename:void
|
x86emu.c | 153 static void test_long (struct X86EMU *, uint32_t d, uint32_t s); 2688 test_long(emu, emu->x86.R_EAX, fetch_long_imm(emu)); 3799 test_long(emu, destval, srcval); 4476 common_binop_ns_word_long_rm_r(emu, test_word, test_long); 7589 test_long(struct X86EMU *emu, uint32_t d, uint32_t s) function in typeref:typename:void
|