Home
last modified time | relevance | path

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

/external/u-boot/drivers/bios_emulator/x86emu/
Dprim_ops.c1898 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 …]
Dops.c808 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()
Ddebug.c368 printk("DX=%04x ", M.x86.R_DX); in x86emu_dump_regs()
Ddecode.c616 return &M.x86.R_DX; in decode_rm_word_register()
/external/u-boot/drivers/bios_emulator/
Dbios.c173 if (M.x86.R_DX == _BE_env.vgaInfo.VendorID &&
176 if (M.x86.R_DX == _BE_env.vgaInfo.pciInfo->VendorID &&
/external/u-boot/drivers/bios_emulator/include/x86emu/
Dregs.h138 #define R_DX gen.D.I16_reg.x_reg macro