Lines Matching refs:pop_long
4228 M.x86.R_EAX = pop_long(); in x86emuOp_pop_AX()
4253 M.x86.R_ECX = pop_long(); in x86emuOp_pop_CX()
4278 M.x86.R_EDX = pop_long(); in x86emuOp_pop_DX()
4303 M.x86.R_EBX = pop_long(); in x86emuOp_pop_BX()
4328 M.x86.R_ESP = pop_long(); in x86emuOp_pop_SP()
4353 M.x86.R_EBP = pop_long(); in x86emuOp_pop_BP()
4378 M.x86.R_ESI = pop_long(); in x86emuOp_pop_SI()
4403 M.x86.R_EDI = pop_long(); in x86emuOp_pop_DI()
4471 M.x86.R_EDI = pop_long(); in x86emuOp_pop_all()
4472 M.x86.R_ESI = pop_long(); in x86emuOp_pop_all()
4473 M.x86.R_EBP = pop_long(); in x86emuOp_pop_all()
4475 M.x86.R_EBX = pop_long(); in x86emuOp_pop_all()
4476 M.x86.R_EDX = pop_long(); in x86emuOp_pop_all()
4477 M.x86.R_ECX = pop_long(); in x86emuOp_pop_all()
4478 M.x86.R_EAX = pop_long(); in x86emuOp_pop_all()
7073 destval = pop_long(); in x86emuOp_pop_RM()
7093 destval = pop_long(); in x86emuOp_pop_RM()
7113 destval = pop_long(); in x86emuOp_pop_RM()
7133 *destreg = pop_long(); in x86emuOp_pop_RM()
7555 M.x86.R_EFLG = pop_long(); in x86emuOp_popf_word()
8953 M.x86.R_EIP = pop_long(); in x86emuOp_ret_near_IMM()
8974 M.x86.R_EIP = pop_long(); in x86emuOp_ret_near()
9298 M.x86.R_EBP = pop_long(); in x86emuOp_leave()
9322 M.x86.R_EIP = pop_long(); in x86emuOp_ret_far_IMM()
9323 M.x86.R_CS = pop_long() & 0xffff; in x86emuOp_ret_far_IMM()
9345 M.x86.R_EIP = pop_long(); in x86emuOp_ret_far()
9346 M.x86.R_CS = pop_long() & 0xffff; in x86emuOp_ret_far()
9452 M.x86.R_EIP = pop_long(); in x86emuOp_iret()
9453 M.x86.R_CS = pop_long() & 0xffff; in x86emuOp_iret()
9454 M.x86.R_EFLG = (pop_long() & 0x257FD5) | (M.x86.R_EFLG & 0x1A0000); in x86emuOp_iret()