Home
last modified time | relevance | path

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

/netbsd-src/common/lib/libx86emu/
H A Dx86emu.c73 static uint16_t decode_and_fetch_word(struct X86EMU *);
998 decode_and_fetch_word(struct X86EMU *emu) in decode_and_fetch_word() function
1468 srcval = decode_and_fetch_word(emu); in x86emuOp16_cmp_word_R_RM()
1797 destval = decode_and_fetch_word(emu); in x86emuOp16_opc81_word_RM_IMM()
1896 destval = decode_and_fetch_word(emu); in x86emuOp16_opc83_word_RM_IMM()
1952 destval = decode_and_fetch_word(emu); in x86emuOp16_xchg_word_RM_R()
2065 *destreg = decode_and_fetch_word(emu); in x86emuOp_mov_word_R_RM()
2125 *destreg = decode_and_fetch_word(emu); in x86emuOp_mov_word_SR_RM()
3332 destval = decode_and_fetch_word(emu); in x86emuOp_opcD1_word_RM_1()
3369 destval = decode_and_fetch_word(emu); in x86emuOp_opcD3_word_RM_CL()
[all …]