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

  /src/common/lib/libx86emu/
x86emu.c 173 static uint16_t pop_word (struct X86EMU *);
1325 reg->I16_reg.x_reg = pop_word(emu);
1570 emu->x86.R_DI = pop_word(emu);
1571 emu->x86.R_SI = pop_word(emu);
1572 emu->x86.R_BP = pop_word(emu);
1574 emu->x86.R_BX = pop_word(emu);
1575 emu->x86.R_DX = pop_word(emu);
1576 emu->x86.R_CX = pop_word(emu);
1577 emu->x86.R_AX = pop_word(emu);
2163 destval = pop_word(emu)
8092 pop_word(struct X86EMU *emu) function in typeref:typename:uint16_t
    [all...]
x86emu.c 173 static uint16_t pop_word (struct X86EMU *);
1325 reg->I16_reg.x_reg = pop_word(emu);
1570 emu->x86.R_DI = pop_word(emu);
1571 emu->x86.R_SI = pop_word(emu);
1572 emu->x86.R_BP = pop_word(emu);
1574 emu->x86.R_BX = pop_word(emu);
1575 emu->x86.R_DX = pop_word(emu);
1576 emu->x86.R_CX = pop_word(emu);
1577 emu->x86.R_AX = pop_word(emu);
2163 destval = pop_word(emu)
8092 pop_word(struct X86EMU *emu) function in typeref:typename:uint16_t
    [all...]
x86emu.c 173 static uint16_t pop_word (struct X86EMU *);
1325 reg->I16_reg.x_reg = pop_word(emu);
1570 emu->x86.R_DI = pop_word(emu);
1571 emu->x86.R_SI = pop_word(emu);
1572 emu->x86.R_BP = pop_word(emu);
1574 emu->x86.R_BX = pop_word(emu);
1575 emu->x86.R_DX = pop_word(emu);
1576 emu->x86.R_CX = pop_word(emu);
1577 emu->x86.R_AX = pop_word(emu);
2163 destval = pop_word(emu)
8092 pop_word(struct X86EMU *emu) function in typeref:typename:uint16_t
    [all...]

Completed in 148 milliseconds