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

  /src/common/lib/libx86emu/
x86emu.c 112 static uint16_t inc_word (struct X86EMU *, uint16_t d);
1081 reg->I16_reg.x_reg = inc_word(emu, reg->I16_reg.x_reg);
3976 destval = inc_word(emu, destval);
3991 *destreg = inc_word(emu, *destreg);
6301 inc_word(struct X86EMU *emu, uint16_t d) function in typeref:typename:uint16_t
x86emu.c 112 static uint16_t inc_word (struct X86EMU *, uint16_t d);
1081 reg->I16_reg.x_reg = inc_word(emu, reg->I16_reg.x_reg);
3976 destval = inc_word(emu, destval);
3991 *destreg = inc_word(emu, *destreg);
6301 inc_word(struct X86EMU *emu, uint16_t d) function in typeref:typename:uint16_t

Completed in 29 milliseconds