Searched refs:dec_word (Results 1 – 1 of 1) sorted by relevance
108 static uint16_t dec_word (struct x86emu *, uint16_t d);1107 reg->I16_reg.x_reg = dec_word(emu, reg->I16_reg.x_reg); in common_dec_word_long()4141 destval = dec_word(emu, destval); in x86emuOp16_opcFF_word_RM()4155 *destreg = dec_word(emu, *destreg); in x86emuOp16_opcFF_word_RM()6452 dec_word(struct x86emu *emu, uint16_t d) in dec_word() function