Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/bios_emulator/x86emu/
H A 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 …]
H A 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()
H A Ddebug.c368 printk("DX=%04x ", M.x86.R_DX); in x86emu_dump_regs()
H A Ddecode.c616 return &M.x86.R_DX; in decode_rm_word_register()
/openbmc/u-boot/drivers/bios_emulator/
H A Dbios.c173 if (M.x86.R_DX == _BE_env.vgaInfo.VendorID &&
176 if (M.x86.R_DX == _BE_env.vgaInfo.pciInfo->VendorID &&
/openbmc/u-boot/drivers/bios_emulator/include/x86emu/
H A Dregs.h138 #define R_DX gen.D.I16_reg.x_reg macro
/openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d/
H A DUpdate-x86emu-from-X.org.patch1394 - 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);
17944 - if (M.x86.R_DX == 0) {
17952 + if (M.x86.R_DX == 0) {
18105 - M.x86.R_DX = (u16)mod;
18324 - M.x86.R_DX = (u16)mod;
18635 - (*sys_outb)(M.x86.R_DX,
18642 - (*sys_outw)(M.x86.R_DX,
[all …]