HomeSort by: relevance | last modified time | path
    Searched refs:h_pc (Results 1 - 25 of 38) sorted by relevancy

1 2

  /src/external/gpl3/gdb/dist/sim/lm32/
cpu.c 36 return CPU (h_pc);
44 CPU (h_pc) = newval;
cpu.h 46 USI h_pc; member in struct:__anon19536::__anon19537
47 #define GET_H_PC() CPU (h_pc)
48 #define SET_H_PC(x) (CPU (h_pc) = (x))
  /src/external/gpl3/gdb.old/dist/sim/lm32/
cpu.c 36 return CPU (h_pc);
44 CPU (h_pc) = newval;
cpu.h 46 USI h_pc; member in struct:__anon22275::__anon22276
47 #define GET_H_PC() CPU (h_pc)
48 #define SET_H_PC(x) (CPU (h_pc) = (x))
  /src/external/gpl3/gdb/dist/sim/m32r/
cpu.c 36 return CPU (h_pc);
44 CPU (h_pc) = newval;
cpu2.c 36 return CPU (h_pc);
44 CPU (h_pc) = newval;
cpux.c 36 return CPU (h_pc);
44 CPU (h_pc) = newval;
cpu.h 46 USI h_pc; member in struct:__anon19568::__anon19569
47 #define GET_H_PC() CPU (h_pc)
48 #define SET_H_PC(x) (CPU (h_pc) = (x))
  /src/external/gpl3/gdb.old/dist/sim/m32r/
cpu.c 36 return CPU (h_pc);
44 CPU (h_pc) = newval;
cpu2.c 36 return CPU (h_pc);
44 CPU (h_pc) = newval;
cpux.c 36 return CPU (h_pc);
44 CPU (h_pc) = newval;
cpu.h 46 USI h_pc; member in struct:__anon22307::__anon22308
47 #define GET_H_PC() CPU (h_pc)
48 #define SET_H_PC(x) (CPU (h_pc) = (x))
  /src/external/gpl3/gdb/dist/sim/cris/
cris-tmpl.c 136 0xffffffffUL & (unsigned long) (CPU (h_pc)));
320 CPU (h_pc) += 4;
337 CPU (h_pc) += 2;
368 CPU (h_pc) += 2;
389 = (((CPU (h_pc) + 2) & CRIS_MODEL_MASK_PC_STALL)
396 CPU (h_pc) += 4;
crisv32f.c 80 CPU (h_pc) += 4;
149 CPU (h_pc) += 2;
218 && (CPU (h_pc) & 0x1e) == 0x1e)
222 CPU (h_pc) += 2;
242 && (CPU (h_pc) & 0x1e) == 0x1c)
246 CPU (h_pc) += 4;
cpuv10.c 52 return CPU (h_pc);
cpuv32.c 52 return CPU (h_pc);
cpuv10.h 46 USI h_pc; member in struct:__anon19241::__anon19242
47 #define GET_H_PC() CPU (h_pc)
50 CPU (h_pc) = ANDSI ((x), (~ (1)));\
  /src/external/gpl3/gdb.old/dist/sim/cris/
cris-tmpl.c 136 0xffffffffUL & (unsigned long) (CPU (h_pc)));
320 CPU (h_pc) += 4;
337 CPU (h_pc) += 2;
368 CPU (h_pc) += 2;
389 = (((CPU (h_pc) + 2) & CRIS_MODEL_MASK_PC_STALL)
396 CPU (h_pc) += 4;
crisv32f.c 80 CPU (h_pc) += 4;
149 CPU (h_pc) += 2;
218 && (CPU (h_pc) & 0x1e) == 0x1e)
222 CPU (h_pc) += 2;
242 && (CPU (h_pc) & 0x1e) == 0x1c)
246 CPU (h_pc) += 4;
cpuv10.c 52 return CPU (h_pc);
cpuv32.c 52 return CPU (h_pc);
  /src/external/gpl3/gdb/dist/sim/iq2000/
iq2000.c 201 return CPU_CGEN_HW(cpu)->h_pc;
207 CPU_CGEN_HW(cpu)->h_pc = addr | IQ2000_INSN_MASK;
  /src/external/gpl3/gdb.old/dist/sim/iq2000/
iq2000.c 201 return CPU_CGEN_HW(cpu)->h_pc;
207 CPU_CGEN_HW(cpu)->h_pc = addr | IQ2000_INSN_MASK;
  /src/external/gpl3/gdb/dist/sim/frv/
cpu.c 52 return CPU (h_pc);
60 CPU (h_pc) = newval;
  /src/external/gpl3/gdb.old/dist/sim/frv/
cpu.c 52 return CPU (h_pc);
60 CPU (h_pc) = newval;

Completed in 70 milliseconds

1 2