HomeSort by: relevance | last modified time | path
    Searched refs:R_IP (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgcc/config/arm/
pr-support.c 34 #define R_IP 12
137 _Unwind_VRS_Get (context, _UVRSC_PAC, R_IP,
389 return (_Unwind_Control_Block *) _Unwind_GetGR (context, R_IP);
unwind-arm.c 28 #define R_IP 12
  /src/external/gpl3/gcc.old/dist/libgcc/config/arm/
pr-support.c 34 #define R_IP 12
340 return (_Unwind_Control_Block *) _Unwind_GetGR (context, R_IP);
unwind-arm.c 28 #define R_IP 12
  /src/common/include/x86emu/
x86emu_regs.h 66 #define R_IP register_ip.I16_reg.x_reg
  /src/common/lib/libx86emu/
x86emu.c 191 push_word(emu, emu->x86.R_IP);
192 emu->x86.R_IP = fetch_word(emu, 0, intno * 4);
247 if (emu->x86.R_CS == 0 && emu->x86.R_IP == 0)
260 emu->x86.R_IP = off;
274 emu->x86.R_IP = (*emu->emu_rdw)(emu, intr * 4);
329 fetched = fetch_byte(emu, emu->x86.R_CS, emu->x86.R_IP);
330 emu->x86.R_IP++;
348 fetched = fetch_word(emu, emu->x86.R_CS, emu->x86.R_IP);
349 emu->x86.R_IP += 2;
367 fetched = fetch_long(emu, emu->x86.R_CS, emu->x86.R_IP);
    [all...]

Completed in 69 milliseconds