Home | History | Annotate | Download | only in m32c

Lines Matching refs:m32c

36 #include "sim/sim-m32c.h"
58 "This is the sole m32c minisim instance. See libsim.a's global variables."
70 fprintf (stderr, "m32c minisim: re-opened sim\n");
75 fprintf (stderr, "m32c minisim: sim_open KIND != SIM_OPEN_DEBUG: %d\n",
99 fprintf (stderr, "m32c minisim: desc != &the_minisim\n");
126 fprintf (stderr, "%s not a m32c program\n", filename);
227 "m32c minisim: addr_mask_size: unexpected mask 0x%x\n",
287 fprintf (stderr, "m32c minisim: unrecognized register number: %d\n",
394 fprintf (stderr, "m32c minisim: unrecognized register number: %d\n",
508 fprintf (stderr, "m32c minisim: unrecognized register number: %d\n",
522 /* Given a signal number used by the M32C bsp (that is, newlib),
525 m32c_signal_to_target (int m32c)
527 switch (m32c)
590 "Warning: the m32c minisim does not implement "
710 printf ("The m32c minisim doesn't collect any statistics.\n");