Searched refs:R_IP (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/sys/dev/x86emu/ |
| H A D | x86emu.c | 187 push_word(emu, emu->x86.R_IP); in x86emu_intr_dispatch() 188 emu->x86.R_IP = fetch_word(emu, 0, intno * 4); in x86emu_intr_dispatch() 246 if (emu->x86.R_CS == 0 && emu->x86.R_IP == 0) in x86emu_exec() 259 emu->x86.R_IP = off; in x86emu_exec_call() 273 emu->x86.R_IP = (*emu->emu_rdw)(emu, intr * 4); in x86emu_exec_intr() 331 fetched = fetch_byte(emu, emu->x86.R_CS, emu->x86.R_IP); in fetch_byte_imm() 332 emu->x86.R_IP++; in fetch_byte_imm() 351 fetched = fetch_word(emu, emu->x86.R_CS, emu->x86.R_IP); in fetch_word_imm() 352 emu->x86.R_IP += 2; in fetch_word_imm() 371 fetched = fetch_long(emu, emu->x86.R_CS, emu->x86.R_IP); in fetch_long_imm() [all...] |
| H A D | x86emu_regs.h | 67 #define R_IP register_ip.I16_reg.x_reg macro
|
| /openbsd-src/gnu/gcc/gcc/config/arm/ |
| H A D | pr-support.c | 37 #define R_IP 12 macro 349 return (_Unwind_Control_Block *) _Unwind_GetGR (context, R_IP); in unwind_UCB_from_context()
|
| H A D | unwind-arm.c | 50 #define R_IP 12 macro 736 return (_Unwind_Control_Block *) _Unwind_GetGR (context, R_IP); in unwind_UCB_from_context()
|