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

  /src/external/gpl3/gdb/dist/sim/h8300/
compile.c 86 #define h8_get_insts(cpu) h8_get_reg (cpu, INST_REGNUM) macro
4396 h8_set_insts (cpu, h8_get_insts (cpu) + insts);
4579 sim_io_printf (sd, "\n\n#instructions executed %10d\n", h8_get_insts (cpu));
  /src/external/gpl3/gdb.old/dist/sim/h8300/
compile.c 86 #define h8_get_insts(cpu) h8_get_reg (cpu, INST_REGNUM) macro
4396 h8_set_insts (cpu, h8_get_insts (cpu) + insts);
4579 sim_io_printf (sd, "\n\n#instructions executed %10d\n", h8_get_insts (cpu));

Completed in 17 milliseconds