Searched refs:R_DX (Results 1 – 14 of 14) sorted by relevance
2183 M.x86.R_DX = (u16) (res >> 16); in imul_word()2184 if (((M.x86.R_AX & 0x8000) == 0 && M.x86.R_DX == 0x00) || in imul_word()2185 ((M.x86.R_AX & 0x8000) != 0 && M.x86.R_DX == 0xFF)) { in imul_word()2283 M.x86.R_DX = (u16) (res >> 16); in mul_word()2284 if (M.x86.R_DX == 0) { in mul_word()2366 dvd = (((s32) M.x86.R_DX) << 16) | M.x86.R_AX; in idiv_word()2383 M.x86.R_DX = (u16) mod; in idiv_word()2495 dvd = (((u32) M.x86.R_DX) << 16) | M.x86.R_AX; in div_word()2512 M.x86.R_DX = (u16) mod; in div_word()2608 (*sys_inb) (M.x86.R_DX)); in ins()[all …]
393 r_hi = M.x86.R_DX; \518 M.x86.R_DX = d >> 16; \521 r_rem = M.x86.R_DX; \
393 printk("DX=%04x ", M.x86.R_DX); in x86emu_dump_regs()
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()[all …]
621 return &M.x86.R_DX; in decode_rm_word_register()
1898 M.x86.R_DX = (u16)(res >> 16); in imul_word()1899 if (((M.x86.R_AX & 0x8000) == 0 && M.x86.R_DX == 0x0000) || in imul_word()1900 ((M.x86.R_AX & 0x8000) != 0 && M.x86.R_DX == 0xFFFF)) { in imul_word()1991 M.x86.R_DX = (u16)(res >> 16); in mul_word()1992 if (M.x86.R_DX == 0) { in mul_word()2068 dvd = (((s32)M.x86.R_DX) << 16) | M.x86.R_AX; in idiv_word()2085 M.x86.R_DX = (u16)mod; in idiv_word()2193 dvd = (((u32)M.x86.R_DX) << 16) | M.x86.R_AX; in div_word()2210 M.x86.R_DX = (u16)mod; in div_word()2291 store_data_byte_abs(M.x86.R_ES, M.x86.R_DI,(*sys_inb)(M.x86.R_DX)); in single_in()[all …]
808 push_word(M.x86.R_DX); in x86emuOp_push_all()847 M.x86.R_DX = pop_word(); in x86emuOp_pop_all()2292 M.x86.R_DX = 0xffff; in x86emuOp_cwd()2294 M.x86.R_DX = 0x0; in x86emuOp_cwd()4281 M.x86.R_AL = (*sys_inb)(M.x86.R_DX); in x86emuOp_in_byte_AL_DX()4300 M.x86.R_EAX = (*sys_inl)(M.x86.R_DX); in x86emuOp_in_word_AX_DX()4302 M.x86.R_AX = (*sys_inw)(M.x86.R_DX); in x86emuOp_in_word_AX_DX()4317 (*sys_outb)(M.x86.R_DX, M.x86.R_AL); in x86emuOp_out_byte_DX_AL()4336 (*sys_outl)(M.x86.R_DX, M.x86.R_EAX); in x86emuOp_out_word_DX_AX()4338 (*sys_outw)(M.x86.R_DX, M.x86.R_AX); in x86emuOp_out_word_DX_AX()
368 printk("DX=%04x ", M.x86.R_DX); in x86emu_dump_regs()
616 return &M.x86.R_DX; in decode_rm_word_register()
31 #define X86_DX M.x86.R_DX
173 if (M.x86.R_DX == _BE_env.vgaInfo.VendorID &&176 if (M.x86.R_DX == _BE_env.vgaInfo.pciInfo->VendorID &&
144 #define R_DX gen.D.I16_reg.x_reg macro
138 #define R_DX gen.D.I16_reg.x_reg macro
574 - printk("DX=%04x ", M.x86.R_DX );604 + printk("DX=%04x ", M.x86.R_DX);1394 - return &M.x86.R_DX;1421 + return &M.x86.R_DX;5144 M.x86.R_DX = inc_word(M.x86.R_DX);5344 M.x86.R_DX = dec_word(M.x86.R_DX);5544 push_word(M.x86.R_DX);5756 M.x86.R_DX = pop_word();5947 M.x86.R_DX = pop_word();7945 M.x86.R_AX = M.x86.R_DX;[all …]