Home
last modified time | relevance | path

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

/external/u-boot/drivers/bios_emulator/include/x86emu/
Ddecode.h68 u32 fetch_data_long_abs (uint segment, uint offset);
/external/u-boot/drivers/bios_emulator/x86emu/
Ddecode.c403 u32 fetch_data_long_abs( in fetch_data_long_abs() function
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()
Dprim_ops.c2338 (*sys_outl)(M.x86.R_DX,fetch_data_long_abs(M.x86.R_ES, M.x86.R_SI)); in single_out()