Lines Matching refs:R_DX
3677 M.x86.R_DX = inc_word(M.x86.R_DX); in x86emuOp_inc_DX()
3877 M.x86.R_DX = dec_word(M.x86.R_DX); in x86emuOp_dec_DX()
4077 push_word(M.x86.R_DX); in x86emuOp_push_DX()
4281 M.x86.R_DX = pop_word(); in x86emuOp_pop_DX()
4444 push_word(M.x86.R_DX); in x86emuOp_push_all()
4486 M.x86.R_DX = pop_word(); in x86emuOp_pop_all()
7218 M.x86.R_AX = M.x86.R_DX; in x86emuOp_xchg_word_AX_DX()
7219 M.x86.R_DX = (u16) tmp; in x86emuOp_xchg_word_AX_DX()
7441 M.x86.R_DX = 0xffff; in x86emuOp_cwd()
7444 M.x86.R_DX = 0x0; in x86emuOp_cwd()
8506 M.x86.R_DX = (u16) srcval; in x86emuOp_mov_word_DX_IMM()
10343 M.x86.R_AL = (*sys_inb) (M.x86.R_DX); in x86emuOp_in_byte_AL_DX()
10364 M.x86.R_EAX = (*sys_inl) (M.x86.R_DX); in x86emuOp_in_word_AX_DX()
10367 M.x86.R_AX = (*sys_inw) (M.x86.R_DX); in x86emuOp_in_word_AX_DX()
10383 (*sys_outb) (M.x86.R_DX, M.x86.R_AL); in x86emuOp_out_byte_DX_AL()
10404 (*sys_outl) (M.x86.R_DX, M.x86.R_EAX); in x86emuOp_out_word_DX_AX()
10407 (*sys_outw) (M.x86.R_DX, M.x86.R_AX); in x86emuOp_out_word_DX_AX()