Home
last modified time | relevance | path

Searched refs:pop_word (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/contrib/x86emu/
H A Dx86emu.c2224 destval = pop_word(emu); in x86emuOp16_pop_RM()
2228 *destreg = pop_word(emu); in x86emuOp16_pop_RM()
3236 emu->x86.R_IP = pop_word(emu); in x86emuOp_ret_near_IMM()
3355 emu->x86.R_BP = pop_word(emu); in x86emuOp_leave()
3368 emu->x86.R_IP = pop_word(emu); in x86emuOp_ret_far_IMM()
3369 emu->x86.R_CS = pop_word(emu); in x86emuOp_ret_far_IMM()
3380 emu->x86.R_IP = pop_word(emu); in x86emuOp_ret_far()
3381 emu->x86.R_CS = pop_word(emu); in x86emuOp_ret_far()
3425 emu->x86.R_IP = pop_word(emu); in x86emuOp_iret()
3426 emu->x86.R_CS = pop_word(emu); in x86emuOp_iret()
[all …]