Searched refs:pop_word (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/sys/contrib/x86emu/
H A Dx86emu.c172 static uint16_t pop_word (struct x86emu *);
1356 reg->I16_reg.x_reg = pop_word(emu);
1608 emu->x86.R_DI = pop_word(emu);
1609 emu->x86.R_SI = pop_word(emu);
1610 emu->x86.R_BP = pop_word(emu);
1612 emu->x86.R_BX = pop_word(emu);
1613 emu->x86.R_DX = pop_word(emu);
1614 emu->x86.R_CX = pop_word(emu);
1615 emu->x86.R_AX = pop_word(emu);
2224 destval = pop_word(em
8381 pop_word(struct x86emu *emu) function
[all...]

Completed in 81 milliseconds