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

/haiku-fatelf/src/libs/x86emu/
H A Ddecode.c65 push_word(M.x86.R_IP);
66 M.x86.R_IP = mem_access_word(intno * 4);
106 SAVE_IP_CS(M.x86.R_CS, M.x86.R_IP);
124 op1 = (*sys_rdb) (((u32) M.x86.R_CS << 4) + (M.x86.R_IP++));
162 fetched = (*sys_rdb) (((u32) M.x86.R_CS << 4) + (M.x86.R_IP++));
186 fetched = (*sys_rdb) (((u32) M.x86.R_CS << 4) + (M.x86.R_IP++));
208 fetched = (*sys_rdw) (((u32) M.x86.R_CS << 4) + (M.x86.R_IP));
209 M.x86.R_IP += 2;
231 fetched = (*sys_rdl) (((u32) M.x86.R_CS << 4) + (M.x86.R_IP));
232 M.x86.R_IP
[all...]
H A Ddebug.c122 tregs.x86.R_IP = off;
141 op1 = (*sys_rdb) (((u32) M.x86.R_CS << 4) + (M.x86.R_IP++));
411 printk("IP=%04x ", M.x86.R_IP);
H A Dops.c92 M.x86.R_CS, M.x86.R_IP - 1, op1));
975 u8 op2 = (*sys_rdb) (((u32) M.x86.R_CS << 4) + (M.x86.R_IP++));
5127 target = (u16) (M.x86.R_IP + (s16) offset);
5131 M.x86.R_IP = target;
5150 target = (u16) (M.x86.R_IP + (s16) offset);
5154 M.x86.R_IP = target;
5173 target = (u16) (M.x86.R_IP + (s16) offset);
5177 M.x86.R_IP = target;
5196 target = (u16) (M.x86.R_IP + (s16) offset);
5200 M.x86.R_IP
[all...]
H A Dsys.c547 push_word(M.x86.R_IP);
548 M.x86.R_IP = mem_access_word(num * 4);
H A Dops2.c65 M.x86.R_CS, M.x86.R_IP - 2, op2);
191 target += (s16) M.x86.R_IP;
195 M.x86.R_IP = (u16) target;
1882 M.x86.R_CS, M.x86.R_IP - 3, op2, (mod << 6) | (rh << 3) | rl);
/haiku-fatelf/headers/libs/x86emu/x86emu/
H A Dregs.h146 #define R_IP spc.IP.I16_reg.x_reg macro
154 #define R_IP spc.IP.I16_reg.x_reg macro

Completed in 164 milliseconds