Searched refs:R_ESI (Results 1 - 6 of 6) sorted by relevance

/haiku-fatelf/src/libs/x86emu/
H A Ddecode.c667 return &M.x86.R_ESI;
763 base = M.x86.R_ESI;
796 i = M.x86.R_ESI;
865 return M.x86.R_ESI;
954 return M.x86.R_ESI + displacement;
1050 return M.x86.R_ESI + displacement;
H A Ddebug.c456 printk("ESI=%08x ", M.x86.R_ESI);
H A Dops.c3774 M.x86.R_ESI = inc_long(M.x86.R_ESI);
3974 M.x86.R_ESI = dec_long(M.x86.R_ESI);
4178 push_long(M.x86.R_ESI);
4378 M.x86.R_ESI = pop_long();
4436 push_long(M.x86.R_ESI);
4472 M.x86.R_ESI = pop_long();
7337 M.x86.R_EAX = M.x86.R_ESI;
7338 M.x86.R_ESI
[all...]
H A Dops2.c2715 M.x86.R_ESI = bswap_32(M.x86.R_ESI);
/haiku-fatelf/src/add-ons/kernel/generic/bios/
H A Dbios.cpp284 M.x86.R_ESI = regs->esi;
308 regs->esi = M.x86.R_ESI;
/haiku-fatelf/headers/libs/x86emu/x86emu/
H A Dregs.h160 #define R_ESI spc.SI.I32_reg.e_reg macro

Completed in 71 milliseconds