Home
last modified time | relevance | path

Searched refs:R_EDX (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/x86/lib/
H A Dbios_interrupts.c34 if (cursor_row != ((M.x86.R_EDX >> 8) & 0xff) || in int10_handler()
35 cursor_col >= (M.x86.R_EDX & 0xff)) { in int10_handler()
38 cursor_row = (M.x86.R_EDX >> 8) & 0xff; in int10_handler()
39 cursor_col = M.x86.R_EDX & 0xff; in int10_handler()
45 M.x86.R_EDX = (cursor_row << 8) | cursor_col; in int10_handler()
120 M.x86.R_EDX = 0x20494350; /* ' ICP' */ in int1a_handler()
134 vendorid = M.x86.R_EDX; in int1a_handler()
H A Dbios.c63 .edx = M.x86.R_EDX, in int_exception_handler()
311 M.x86.R_EDX = edx; in interrupt_handler()
335 *(volatile u32 *)&edx = M.x86.R_EDX; in interrupt_handler()
/OK3568_Linux_fs/u-boot/drivers/bios_emulator/
H A Dbiosemu.c252 M.x86.R_EDX = regs->e.edx; in BE_callRealMode()
278 regs->e.edx = M.x86.R_EDX; in BE_callRealMode()
303 M.x86.R_EDX = in->e.edx; in BE_int86()
320 out->e.edx = M.x86.R_EDX; in BE_int86()
343 M.x86.R_EDX = in->e.edx; in BE_int86x()
364 out->e.edx = M.x86.R_EDX; in BE_int86x()
H A Dbios.c165 M.x86.R_EDX = 0x20494350; /* " ICP" */
/OK3568_Linux_fs/u-boot/drivers/bios_emulator/x86emu/
H A Ddecode.c660 return &M.x86.R_EDX; in decode_rm_long_register()
755 return M.x86.R_EDX * index; in decode_sib_si()
807 offset = M.x86.R_EDX; in decode_sib_address()
892 return M.x86.R_EDX; in decode_rm00_address()
977 return M.x86.R_EDX + displacement; in decode_rm01_address()
1066 return M.x86.R_EDX + displacement; in decode_rm10_address()
H A Dprim_ops.c1953 imul_long_direct(&M.x86.R_EAX,&M.x86.R_EDX,M.x86.R_EAX,s); in imul_long()
1954 if (((M.x86.R_EAX & 0x80000000) == 0 && M.x86.R_EDX == 0x00000000) || in imul_long()
1955 ((M.x86.R_EAX & 0x80000000) != 0 && M.x86.R_EDX == 0xFFFFFFFF)) { in imul_long()
2011 M.x86.R_EDX = (u32)(res >> 32); in mul_long()
2026 M.x86.R_EDX = rhi_lo; in mul_long()
2028 if (M.x86.R_EDX == 0) { in mul_long()
2097 dvd = (((s64)M.x86.R_EDX) << 32) | M.x86.R_EAX; in idiv_long()
2110 s32 h_dvd = M.x86.R_EDX; in idiv_long()
2159 M.x86.R_EDX = (u32)mod; in idiv_long()
2222 dvd = (((u64)M.x86.R_EDX) << 32) | M.x86.R_EAX; in div_long()
[all …]
H A Ddebug.c418 printk("EDX=%08x \n", M.x86.R_EDX); in x86emu_dump_xregs()
H A Dops.c797 push_long(M.x86.R_EDX); in x86emuOp_push_all()
838 M.x86.R_EDX = pop_long(); in x86emuOp_pop_all()
2286 M.x86.R_EDX = 0xffffffff; in x86emuOp_cwd()
2288 M.x86.R_EDX = 0x0; in x86emuOp_cwd()
/OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/
H A Ddecode.c665 return &M.x86.R_EDX; in decode_rm_long_register()
749 base = M.x86.R_EDX; in decode_sib_address()
791 i = M.x86.R_EDX; in decode_sib_address()
862 return M.x86.R_EDX; in decode_rm00_address()
950 return M.x86.R_EDX + displacement; in decode_rm01_address()
1045 return M.x86.R_EDX + displacement; in decode_rm10_address()
H A Dprim_ops.c2241 imul_long_direct(&M.x86.R_EAX, &M.x86.R_EDX, M.x86.R_EAX, s); in imul_long()
2242 if (((M.x86.R_EAX & 0x80000000) == 0 && M.x86.R_EDX == 0x00) || in imul_long()
2243 ((M.x86.R_EAX & 0x80000000) != 0 && M.x86.R_EDX == 0xFF)) { in imul_long()
2305 M.x86.R_EDX = (u32) (res >> 32); in mul_long()
2320 M.x86.R_EDX = rhi_lo; in mul_long()
2323 if (M.x86.R_EDX == 0) { in mul_long()
2396 dvd = (((s64) M.x86.R_EDX) << 32) | M.x86.R_EAX; in idiv_long()
2409 s32 h_dvd = M.x86.R_EDX; in idiv_long()
2459 M.x86.R_EDX = (u32) mod; in idiv_long()
2525 dvd = (((u64) M.x86.R_EDX) << 32) | M.x86.R_EAX; in div_long()
[all …]
H A Dvalidate.c435 r_hi = M.x86.R_EDX; \
563 M.x86.R_EDX = 0; \
566 r_rem = M.x86.R_EDX; \
H A Ddebug.c444 printk("EDX=%08x \n", M.x86.R_EDX); in x86emu_dump_xregs()
H A Dops2.c98 M.x86.R_EDX = counter >> 32; in x86emuOp2_rdtsc()
101 M.x86.R_EDX = 0; in x86emuOp2_rdtsc()
2703 M.x86.R_EDX = bswap_32(M.x86.R_EDX); in x86emuOp2_bswap()
H A Dops.c3674 M.x86.R_EDX = inc_long(M.x86.R_EDX); in x86emuOp_inc_DX()
3874 M.x86.R_EDX = dec_long(M.x86.R_EDX); in x86emuOp_dec_DX()
4074 push_long(M.x86.R_EDX); in x86emuOp_push_DX()
4278 M.x86.R_EDX = pop_long(); in x86emuOp_pop_DX()
4432 push_long(M.x86.R_EDX); in x86emuOp_push_all()
4476 M.x86.R_EDX = pop_long(); in x86emuOp_pop_all()
7213 M.x86.R_EAX = M.x86.R_EDX; in x86emuOp_xchg_word_AX_DX()
7214 M.x86.R_EDX = tmp; in x86emuOp_xchg_word_AX_DX()
7433 M.x86.R_EDX = 0xffffffff; in x86emuOp_cwd()
7436 M.x86.R_EDX = 0x0; in x86emuOp_cwd()
[all …]
/OK3568_Linux_fs/external/xserver/hw/xfree86/int10/
H A Dxf86x86emu.h19 #define X86_EDX M.x86.R_EDX
/OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/x86emu/
H A Dregs.h150 #define R_EDX gen.D.I32_reg.e_reg macro
/OK3568_Linux_fs/u-boot/drivers/bios_emulator/include/x86emu/
H A Dregs.h144 #define R_EDX gen.D.I32_reg.e_reg macro
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/v86d/v86d/
H A DUpdate-x86emu-from-X.org.patch656 - printk("EDX=%08x \n", M.x86.R_EDX );
686 + printk("EDX=%08x \n", M.x86.R_EDX);
1460 - return &M.x86.R_EDX;
1486 + return &M.x86.R_EDX;
1598 - base = M.x86.R_EDX;
1601 + base = M.x86.R_EDX;
1671 - i = M.x86.R_EDX;
1674 + i = M.x86.R_EDX;
1749 - return M.x86.R_EDX;
1778 + return M.x86.R_EDX;
[all …]