Home
last modified time | relevance | path

Searched refs:R_IP (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/sys/dev/x86emu/
H A Dx86emu.c187 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 Dx86emu_regs.h67 #define R_IP register_ip.I16_reg.x_reg macro
/openbsd-src/gnu/gcc/gcc/config/arm/
H A Dpr-support.c37 #define R_IP 12 macro
349 return (_Unwind_Control_Block *) _Unwind_GetGR (context, R_IP); in unwind_UCB_from_context()
H A Dunwind-arm.c50 #define R_IP 12 macro
736 return (_Unwind_Control_Block *) _Unwind_GetGR (context, R_IP); in unwind_UCB_from_context()