Lines Matching refs:decode_and_fetch_word
69 static uint16_t decode_and_fetch_word(struct x86emu *);
1012 decode_and_fetch_word(struct x86emu *emu) in decode_and_fetch_word() function
1499 srcval = decode_and_fetch_word(emu); in x86emuOp16_cmp_word_R_RM()
1840 destval = decode_and_fetch_word(emu); in x86emuOp16_opc81_word_RM_IMM()
1944 destval = decode_and_fetch_word(emu); in x86emuOp16_opc83_word_RM_IMM()
2002 destval = decode_and_fetch_word(emu); in x86emuOp16_xchg_word_RM_R()
2119 *destreg = decode_and_fetch_word(emu); in x86emuOp_mov_word_R_RM()
2182 *destreg = decode_and_fetch_word(emu); in x86emuOp_mov_word_SR_RM()
3460 destval = decode_and_fetch_word(emu); in x86emuOp_opcD1_word_RM_1()
3501 destval = decode_and_fetch_word(emu); in x86emuOp_opcD3_word_RM_CL()
4007 destval = decode_and_fetch_word(emu); in x86emuOp16_opcF7_word_RM()
5137 srcval = decode_and_fetch_word(emu); in common_bitsearch16()
5184 destval = decode_and_fetch_word(emu); in common_shift16()
5402 srcval = decode_and_fetch_word(emu); in x86emuOp2_16_imul_R_RM()
5507 *destreg = decode_and_fetch_word(emu); in x86emuOp2_movzx_word_R_RM()
5655 *destreg = (int32_t)(int16_t)decode_and_fetch_word(emu); in x86emuOp2_movsx_word_R_RM()