Symbol: R_IP
sys/dev/x86emu/x86emu.c
1447
target = (uint16_t) (emu->x86.R_IP + (int16_t) offset);
sys/dev/x86emu/x86emu.c
1449
emu->x86.R_IP = target;
sys/dev/x86emu/x86emu.c
187
push_word(emu, emu->x86.R_IP);
sys/dev/x86emu/x86emu.c
188
emu->x86.R_IP = fetch_word(emu, 0, intno * 4);
sys/dev/x86emu/x86emu.c
2449
push_word(emu, emu->x86.R_IP);
sys/dev/x86emu/x86emu.c
2450
emu->x86.R_IP = faroff;
sys/dev/x86emu/x86emu.c
246
if (emu->x86.R_CS == 0 && emu->x86.R_IP == 0)
sys/dev/x86emu/x86emu.c
259
emu->x86.R_IP = off;
sys/dev/x86emu/x86emu.c
273
emu->x86.R_IP = (*emu->emu_rdw)(emu, intr * 4);
sys/dev/x86emu/x86emu.c
3242
emu->x86.R_IP = pop_word(emu);
sys/dev/x86emu/x86emu.c
331
fetched = fetch_byte(emu, emu->x86.R_CS, emu->x86.R_IP);
sys/dev/x86emu/x86emu.c
332
emu->x86.R_IP++;
sys/dev/x86emu/x86emu.c
3374
emu->x86.R_IP = pop_word(emu);
sys/dev/x86emu/x86emu.c
3386
emu->x86.R_IP = pop_word(emu);
sys/dev/x86emu/x86emu.c
3431
emu->x86.R_IP = pop_word(emu);
sys/dev/x86emu/x86emu.c
351
fetched = fetch_word(emu, emu->x86.R_CS, emu->x86.R_IP);
sys/dev/x86emu/x86emu.c
352
emu->x86.R_IP += 2;
sys/dev/x86emu/x86emu.c
3640
ip += (int16_t) emu->x86.R_IP;
sys/dev/x86emu/x86emu.c
3643
emu->x86.R_IP = ip;
sys/dev/x86emu/x86emu.c
3656
ip += (int16_t) emu->x86.R_IP;
sys/dev/x86emu/x86emu.c
3659
emu->x86.R_IP = ip;
sys/dev/x86emu/x86emu.c
3672
ip += (int16_t) emu->x86.R_IP;
sys/dev/x86emu/x86emu.c
3675
emu->x86.R_IP = ip;
sys/dev/x86emu/x86emu.c
3690
target = (uint16_t) (emu->x86.R_IP + offset);
sys/dev/x86emu/x86emu.c
3692
emu->x86.R_IP = target;
sys/dev/x86emu/x86emu.c
371
fetched = fetch_long(emu, emu->x86.R_CS, emu->x86.R_IP);
sys/dev/x86emu/x86emu.c
372
emu->x86.R_IP += 4;
sys/dev/x86emu/x86emu.c
3771
ip += (int16_t) emu->x86.R_IP; /* CHECK SIGN */
sys/dev/x86emu/x86emu.c
3772
push_word(emu, emu->x86.R_IP);
sys/dev/x86emu/x86emu.c
3773
emu->x86.R_IP = ip;
sys/dev/x86emu/x86emu.c
3787
ip += (int16_t) emu->x86.R_IP;
sys/dev/x86emu/x86emu.c
3788
emu->x86.R_IP = (uint16_t) ip;
sys/dev/x86emu/x86emu.c
3802
emu->x86.R_IP = ip;
sys/dev/x86emu/x86emu.c
3817
target = (uint16_t) (emu->x86.R_IP + offset);
sys/dev/x86emu/x86emu.c
3818
emu->x86.R_IP = target;
sys/dev/x86emu/x86emu.c
4197
push_word(emu, emu->x86.R_IP);
sys/dev/x86emu/x86emu.c
4198
emu->x86.R_IP = destval;
sys/dev/x86emu/x86emu.c
4202
emu->x86.R_IP = destval;
sys/dev/x86emu/x86emu.c
4212
push_word(emu, emu->x86.R_IP);
sys/dev/x86emu/x86emu.c
4213
emu->x86.R_IP = destval;
sys/dev/x86emu/x86emu.c
4216
emu->x86.R_IP = destval;
sys/dev/x86emu/x86emu.c
4840
emu->x86.R_IP = pop_word(emu);
sys/dev/x86emu/x86emu.c
5037
target += (int16_t) emu->x86.R_IP;
sys/dev/x86emu/x86emu.c
5039
emu->x86.R_IP = (uint16_t) target;