Lines Matching refs:pop_word
474 M.x86.R_ES = pop_word(); in x86emuOp_pop_ES()
527 M.x86.R_SS = pop_word(); in x86emuOp_pop_SS()
555 M.x86.R_DS = pop_word(); in x86emuOp_pop_DS()
773 *reg = pop_word(); in x86emuOp_pop_register()
842 M.x86.R_DI = pop_word(); in x86emuOp_pop_all()
843 M.x86.R_SI = pop_word(); in x86emuOp_pop_all()
844 M.x86.R_BP = pop_word(); in x86emuOp_pop_all()
846 M.x86.R_BX = pop_word(); in x86emuOp_pop_all()
847 M.x86.R_DX = pop_word(); in x86emuOp_pop_all()
848 M.x86.R_CX = pop_word(); in x86emuOp_pop_all()
849 M.x86.R_AX = pop_word(); in x86emuOp_pop_all()
2168 destval = pop_word(); in x86emuOp_pop_RM()
2185 *destreg = pop_word(); in x86emuOp_pop_RM()
2389 M.x86.R_FLG = pop_word(); in x86emuOp_popf_word()
3259 M.x86.R_IP = pop_word(); in x86emuOp_ret_near_IMM()
3275 M.x86.R_IP = pop_word(); in x86emuOp_ret_near()
3473 M.x86.R_BP = pop_word(); in x86emuOp_leave()
3492 M.x86.R_IP = pop_word(); in x86emuOp_ret_far_IMM()
3493 M.x86.R_CS = pop_word(); in x86emuOp_ret_far_IMM()
3509 M.x86.R_IP = pop_word(); in x86emuOp_ret_far()
3510 M.x86.R_CS = pop_word(); in x86emuOp_ret_far()
3608 M.x86.R_IP = pop_word(); in x86emuOp_iret()
3609 M.x86.R_CS = pop_word(); in x86emuOp_iret()
3610 M.x86.R_FLG = pop_word(); in x86emuOp_iret()