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

  /src/external/gpl3/gdb.old/dist/sim/rl78/
rl78.c 37 static int opcode_pc = 0; variable
48 pc = opcode_pc; \
355 counts_per_insn[opcode_pc] += pending_clocks;
438 opcode_pc = pc;
  /src/external/gpl3/gdb/dist/sim/rl78/
rl78.c 37 static int opcode_pc = 0; variable
48 pc = opcode_pc; \
355 counts_per_insn[opcode_pc] += pending_clocks;
438 opcode_pc = pc;
  /src/external/gpl3/gdb.old/dist/sim/msp430/
msp430-sim.c 1049 unsigned int opcode_pc; local
1061 opcode_pc = PC;
1063 if (opcode_pc < 0x10)
1065 fprintf (stderr, "Fault: PC(%#x) is less than 0x10\n", opcode_pc);
1080 fprintf (stderr, "Fault: undecodable opcode at %#x\n", opcode_pc);
1106 trace_prefix (sd, cpu, NULL_CIA, opcode_pc, TRACE_LINENUM_P (cpu), NULL,
1109 TRACE_DISASM (cpu, opcode_pc);
1470 if (PC == opcode_pc)
  /src/external/gpl3/gdb.old/dist/sim/rx/
rx.c 806 return do_fp_exception (opcode_pc)
845 return generate_exception (n, opcode_pc)
852 generate_exception (unsigned long type, SI opcode_pc)
868 exception_info[type].str, (unsigned long) opcode_pc);
894 old_pc = opcode_pc;
912 do_fp_exception (unsigned long opcode_pc)
944 unsigned long opcode_pc; local
967 opcode_pc = regs.r_pc;
970 if (decode_cache_base[opcode_pc] == NULL)
973 rx_data.dpc = opcode_pc;
    [all...]
  /src/external/gpl3/gdb/dist/sim/msp430/
msp430-sim.c 1049 unsigned int opcode_pc; local
1061 opcode_pc = PC;
1063 if (opcode_pc < 0x10)
1065 fprintf (stderr, "Fault: PC(%#x) is less than 0x10\n", opcode_pc);
1080 fprintf (stderr, "Fault: undecodable opcode at %#x\n", opcode_pc);
1106 trace_prefix (sd, cpu, NULL_CIA, opcode_pc, TRACE_LINENUM_P (cpu), NULL,
1109 TRACE_DISASM (cpu, opcode_pc);
1470 if (PC == opcode_pc)
  /src/external/gpl3/gdb/dist/sim/rx/
rx.c 806 return do_fp_exception (opcode_pc)
845 return generate_exception (n, opcode_pc)
852 generate_exception (unsigned long type, SI opcode_pc)
868 exception_info[type].str, (unsigned long) opcode_pc);
894 old_pc = opcode_pc;
912 do_fp_exception (unsigned long opcode_pc)
944 unsigned long opcode_pc; local
967 opcode_pc = regs.r_pc;
970 if (decode_cache_base[opcode_pc] == NULL)
973 rx_data.dpc = opcode_pc;
    [all...]

Completed in 22 milliseconds