Searched refs:dec_word (Results 1 – 1 of 1) sorted by relevance
105 static uint16_t dec_word (struct x86emu *, uint16_t d);1104 reg->I16_reg.x_reg = dec_word(emu, reg->I16_reg.x_reg); in common_dec_word_long()4138 destval = dec_word(emu, destval); in x86emuOp16_opcFF_word_RM()4152 *destreg = dec_word(emu, *destreg); in x86emuOp16_opcFF_word_RM()6449 dec_word(struct x86emu *emu, uint16_t d) in dec_word() function