HomeSort by: relevance | last modified time | path
    Searched defs:dec_word (Results 1 - 4 of 4) sorted by relevancy

  /src/common/lib/libx86emu/
x86emu.c 109 static uint16_t dec_word (struct X86EMU *, uint16_t d);
1090 reg->I16_reg.x_reg = dec_word(emu, reg->I16_reg.x_reg);
3980 destval = dec_word(emu, destval);
3994 *destreg = dec_word(emu, *destreg);
6234 dec_word(struct X86EMU *emu, uint16_t d) function in typeref:typename:uint16_t
x86emu.c 109 static uint16_t dec_word (struct X86EMU *, uint16_t d);
1090 reg->I16_reg.x_reg = dec_word(emu, reg->I16_reg.x_reg);
3980 destval = dec_word(emu, destval);
3994 *destreg = dec_word(emu, *destreg);
6234 dec_word(struct X86EMU *emu, uint16_t d) function in typeref:typename:uint16_t
x86emu.c 109 static uint16_t dec_word (struct X86EMU *, uint16_t d);
1090 reg->I16_reg.x_reg = dec_word(emu, reg->I16_reg.x_reg);
3980 destval = dec_word(emu, destval);
3994 *destreg = dec_word(emu, *destreg);
6234 dec_word(struct X86EMU *emu, uint16_t d) function in typeref:typename:uint16_t
x86emu.c 109 static uint16_t dec_word (struct X86EMU *, uint16_t d);
1090 reg->I16_reg.x_reg = dec_word(emu, reg->I16_reg.x_reg);
3980 destval = dec_word(emu, destval);
3994 *destreg = dec_word(emu, *destreg);
6234 dec_word(struct X86EMU *emu, uint16_t d) function in typeref:typename:uint16_t

Completed in 55 milliseconds