HomeSort by: relevance | last modified time | path
    Searched defs:R_PC (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgcc/config/arm/
pr-support.c 37 #define R_PC 15
149 _Unwind_VRS_Set (context, _UVRSC_CORE, R_PC, _UVRSD_UINT32,
184 if (op & (1 << R_PC))
unwind-arm.c 31 #define R_PC 15
33 #define VRS_PC(vrs) ((vrs)->core.r[R_PC])
  /src/external/gpl3/gcc/dist/libgcc/config/c6x/
unwind-c6x.c 32 #define R_PC 33
96 if (regno == R_PC)
127 if (regno == R_PC)
pr-support.c 66 #define R_PC 33
297 _Unwind_VRS_Set (context, _UVRSC_CORE, R_PC, _UVRSD_UINT32, &tmp);
466 _Unwind_VRS_Set (context, _UVRSC_CORE, R_PC, _UVRSD_UINT32, &reg);
  /src/external/gpl3/gcc.old/dist/libgcc/config/arm/
pr-support.c 37 #define R_PC 15
122 _Unwind_VRS_Set (context, _UVRSC_CORE, R_PC, _UVRSD_UINT32,
157 if (op & (1 << R_PC))
unwind-arm.c 31 #define R_PC 15
33 #define VRS_PC(vrs) ((vrs)->core.r[R_PC])
  /src/external/gpl3/gcc.old/dist/libgcc/config/c6x/
unwind-c6x.c 32 #define R_PC 33
96 if (regno == R_PC)
127 if (regno == R_PC)
pr-support.c 66 #define R_PC 33
297 _Unwind_VRS_Set (context, _UVRSC_CORE, R_PC, _UVRSD_UINT32, &tmp);
466 _Unwind_VRS_Set (context, _UVRSC_CORE, R_PC, _UVRSD_UINT32, &reg);
  /src/external/gpl3/gdb/dist/gdbserver/
linux-xtensa-low.cc 97 R_PC=0, R_PS,
148 collect_register_by_name (regcache, "pc", (char*)&rset[R_PC]);
202 supply_register_by_name (regcache, "pc", (char*)&rset[R_PC]);
  /src/external/gpl3/gdb.old/dist/gdbserver/
linux-xtensa-low.cc 97 R_PC=0, R_PS,
148 collect_register_by_name (regcache, "pc", (char*)&rset[R_PC]);
202 supply_register_by_name (regcache, "pc", (char*)&rset[R_PC]);
  /src/external/gpl3/gdb/dist/gdb/stubs/
z80-stub.c 257 #define R_PC (5*REG_SIZE)
600 set_reg_value (&state[R_PC], pc);
638 p = format_reg_value(p, R_PC/REG_SIZE, &state[R_PC]);
884 set_reg_value (&state[R_PC], addr);
900 set_reg_value (&state[R_PC], 0);
1213 ld a, (#_state + R_PC + 0)
1215 ld a, (#_state + R_PC + 1)
1297 ld hl, (#_state + R_PC)
1341 ld hl, (#_state + R_PC)
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/stubs/
z80-stub.c 257 #define R_PC (5*REG_SIZE)
600 set_reg_value (&state[R_PC], pc);
638 p = format_reg_value(p, R_PC/REG_SIZE, &state[R_PC]);
884 set_reg_value (&state[R_PC], addr);
900 set_reg_value (&state[R_PC], 0);
1213 ld a, (#_state + R_PC + 0)
1215 ld a, (#_state + R_PC + 1)
1297 ld hl, (#_state + R_PC)
1341 ld hl, (#_state + R_PC)
    [all...]

Completed in 30 milliseconds