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

/freebsd-11-stable/contrib/gcc/config/arm/
H A Dpr-support.c37 #define R_IP 12 macro
349 return (_Unwind_Control_Block *) _Unwind_GetGR (context, R_IP);
H A Dunwind-arm.c51 #define R_IP 12 macro
737 return (_Unwind_Control_Block *) _Unwind_GetGR (context, R_IP);
/freebsd-11-stable/sys/contrib/x86emu/
H A Dx86emu_regs.h67 #define R_IP register_ip.I16_reg.x_reg macro
H A Dx86emu.c190 push_word(emu, emu->x86.R_IP);
191 emu->x86.R_IP = fetch_word(emu, 0, intno * 4);
244 if (emu->x86.R_CS == 0 && emu->x86.R_IP == 0)
257 emu->x86.R_IP = off;
271 emu->x86.R_IP = (*emu->emu_rdw)(emu, intr * 4);
325 fetched = fetch_byte(emu, emu->x86.R_CS, emu->x86.R_IP);
326 emu->x86.R_IP++;
345 fetched = fetch_word(emu, emu->x86.R_CS, emu->x86.R_IP);
346 emu->x86.R_IP += 2;
365 fetched = fetch_long(emu, emu->x86.R_CS, emu->x86.R_IP);
[all...]
/freebsd-11-stable/sys/compat/x86bios/
H A Dx86bios.c306 x86bios_fault_ip = emu->x86.R_IP;

Completed in 142 milliseconds