Searched refs:R_EIP (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/headers/libs/x86emu/x86emu/
H A Dregs.h162 #define R_EIP spc.IP.I32_reg.e_reg macro
/haiku-fatelf/src/add-ons/kernel/generic/bios/
H A Dbios.cpp287 M.x86.R_EIP = bios_physical_address(state, halt);
/haiku-fatelf/src/libs/x86emu/
H A Ddebug.c462 printk("EIP=%08x\n\t", M.x86.R_EIP);
H A Dops.c7484 push_long(M.x86.R_EIP);
7489 M.x86.R_EIP = faroff & 0xffff;
10211 push_long(M.x86.R_EIP);
10212 M.x86.R_EIP = ip32 & 0xffff;
10216 M.x86.R_EIP = ip16;
10235 ip += (u32) M.x86.R_EIP;
10238 M.x86.R_EIP = (u32) ip;
10273 M.x86.R_EIP = ip & 0xffff;

Completed in 122 milliseconds