Symbol: pop_word
common/lib/libx86emu/x86emu.c
1325
reg->I16_reg.x_reg = pop_word(emu);
common/lib/libx86emu/x86emu.c
1570
emu->x86.R_DI = pop_word(emu);
common/lib/libx86emu/x86emu.c
1571
emu->x86.R_SI = pop_word(emu);
common/lib/libx86emu/x86emu.c
1572
emu->x86.R_BP = pop_word(emu);
common/lib/libx86emu/x86emu.c
1574
emu->x86.R_BX = pop_word(emu);
common/lib/libx86emu/x86emu.c
1575
emu->x86.R_DX = pop_word(emu);
common/lib/libx86emu/x86emu.c
1576
emu->x86.R_CX = pop_word(emu);
common/lib/libx86emu/x86emu.c
1577
emu->x86.R_AX = pop_word(emu);
common/lib/libx86emu/x86emu.c
173
static uint16_t pop_word (struct X86EMU *);
common/lib/libx86emu/x86emu.c
2163
destval = pop_word(emu);
common/lib/libx86emu/x86emu.c
2167
*destreg = pop_word(emu);
common/lib/libx86emu/x86emu.c
2402
emu->x86.R_FLG = pop_word(emu);
common/lib/libx86emu/x86emu.c
3118
emu->x86.R_IP = pop_word(emu);
common/lib/libx86emu/x86emu.c
3232
emu->x86.R_BP = pop_word(emu);
common/lib/libx86emu/x86emu.c
3244
emu->x86.R_IP = pop_word(emu);
common/lib/libx86emu/x86emu.c
3245
emu->x86.R_CS = pop_word(emu);
common/lib/libx86emu/x86emu.c
3255
emu->x86.R_IP = pop_word(emu);
common/lib/libx86emu/x86emu.c
3256
emu->x86.R_CS = pop_word(emu);
common/lib/libx86emu/x86emu.c
3296
emu->x86.R_IP = pop_word(emu);
common/lib/libx86emu/x86emu.c
3297
emu->x86.R_CS = pop_word(emu);
common/lib/libx86emu/x86emu.c
3298
emu->x86.R_FLG = pop_word(emu);
common/lib/libx86emu/x86emu.c
4085
emu->x86.R_ES = pop_word(emu);
common/lib/libx86emu/x86emu.c
4135
emu->x86.R_SS = pop_word(emu);
common/lib/libx86emu/x86emu.c
4160
emu->x86.R_DS = pop_word(emu);
common/lib/libx86emu/x86emu.c
4670
emu->x86.R_IP = pop_word(emu);
common/lib/libx86emu/x86emu.c
5073
emu->x86.R_FS = pop_word(emu);
common/lib/libx86emu/x86emu.c
5165
emu->x86.R_GS = pop_word(emu);