Home
last modified time | relevance | path

Searched refs:fetch_data_long_abs (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/x86emu/
H A Ddecode.h68 u32 fetch_data_long_abs(uint segment, uint offset);
/OK3568_Linux_fs/u-boot/drivers/bios_emulator/include/x86emu/
H A Ddecode.h68 u32 fetch_data_long_abs (uint segment, uint offset);
/OK3568_Linux_fs/u-boot/drivers/bios_emulator/x86emu/
H A Ddecode.c403 u32 fetch_data_long_abs( in fetch_data_long_abs() function
H A Dops.c2667 val2 = fetch_data_long_abs(M.x86.R_ES, M.x86.R_DI); in x86emuOp_cmps_word()
2684 val2 = fetch_data_long_abs(M.x86.R_ES, M.x86.R_DI); in x86emuOp_cmps_word()
2973 val = fetch_data_long_abs(M.x86.R_ES, M.x86.R_DI); in x86emuOp_scas_word()
2990 val = fetch_data_long_abs(M.x86.R_ES, M.x86.R_DI); in x86emuOp_scas_word()
3004 val = fetch_data_long_abs(M.x86.R_ES, M.x86.R_DI); in x86emuOp_scas_word()
H A Dprim_ops.c2338 (*sys_outl)(M.x86.R_DX,fetch_data_long_abs(M.x86.R_ES, M.x86.R_SI)); in single_out()
/OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/
H A Ddecode.c419 fetch_data_long_abs(uint segment, uint offset) in fetch_data_long_abs() function
H A Dprim_ops.c2689 fetch_data_long_abs(M.x86.R_ES, M.x86.R_SI)); in outs()
2712 fetch_data_long_abs(M.x86.R_ES, M.x86.R_SI)); in outs()
H A Dops.c7872 val2 = fetch_data_long_abs(M.x86.R_ES, M.x86.R_DI); in x86emuOp_cmps_word()
7894 val2 = fetch_data_long_abs(M.x86.R_ES, M.x86.R_DI); in x86emuOp_cmps_word()
7913 val2 = fetch_data_long_abs(M.x86.R_ES, M.x86.R_DI); in x86emuOp_cmps_word()
8222 val = fetch_data_long_abs(M.x86.R_ES, M.x86.R_DI); in x86emuOp_scas_word()
8241 val = fetch_data_long_abs(M.x86.R_ES, M.x86.R_DI); in x86emuOp_scas_word()
8257 val = fetch_data_long_abs(M.x86.R_ES, M.x86.R_DI); in x86emuOp_scas_word()
9272 push_long(fetch_data_long_abs(M.x86.R_SS, M.x86.R_BP)); in x86emuOp_enter()
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/v86d/v86d/
H A DUpdate-x86emu-from-X.org.patch1162 -u32 fetch_data_long_abs(
1166 +fetch_data_long_abs(uint segment, uint offset)
8546 val2 = fetch_data_long_abs(M.x86.R_ES, M.x86.R_DI);
8570 val2 = fetch_data_long_abs(M.x86.R_ES, M.x86.R_DI);
8591 val2 = fetch_data_long_abs(M.x86.R_ES, M.x86.R_DI);
8854 val = fetch_data_long_abs(M.x86.R_ES, M.x86.R_DI);
8876 val = fetch_data_long_abs(M.x86.R_ES, M.x86.R_DI);
8895 val = fetch_data_long_abs(M.x86.R_ES, M.x86.R_DI);
18612 - fetch_data_long_abs(M.x86.R_ES, M.x86.R_SI));
18615 + fetch_data_long_abs(M.x86.R_ES, M.x86.R_SI));
[all …]