| /src/external/gpl3/gdb/dist/sim/d10v/ |
| simops.c | 133 #define trace_input(name, in1, in2, in3) do { if (d10v_debug) trace_input_func (sd, name, in1, in2, in3); } while (0) macro 582 #define trace_input(NAME, IN1, IN2, IN3) macro 591 trace_input ("abs", OP_REG, OP_VOID, OP_VOID); 610 trace_input ("abs", OP_ACCUM, OP_VOID, OP_VOID); 646 trace_input ("add", OP_REG, OP_REG, OP_VOID); 659 trace_input ("add", OP_ACCUM, OP_REG, OP_VOID); 682 trace_input ("add", OP_ACCUM, OP_ACCUM, OP_VOID); 705 trace_input ("add2w", OP_DREG, OP_DREG, OP_VOID); 720 trace_input ("add3", OP_REG_OUTPUT, OP_REG, OP_CONSTANT16); 733 trace_input ("addac3", OP_DREG_OUTPUT, OP_DREG, OP_ACCUM) [all...] |
| /src/external/gpl3/gdb/dist/sim/v850/ |
| simops.c | 61 trace_input (char *name, enum op_types type, int size) function 202 /* write out the values saved during the trace_input call */ 442 trace_input ("sst.b", OP_STORE16, 1); 455 trace_input ("sst.h", OP_STORE16, 2); 468 trace_input ("sst.w", OP_STORE16, 4); 483 trace_input ("ld.b", OP_LOAD32, 1); 500 trace_input ("ld.h", OP_LOAD32, 2); 518 trace_input ("ld.w", OP_LOAD32, 4); 534 trace_input ("st.b", OP_STORE32, 1); 549 trace_input ("st.h", OP_STORE32, 2) [all...] |
| v850-sim.h | 437 void trace_input (char *name, enum op_types type, int size); 607 #define trace_input(NAME, IN1, IN2) macro
|
| /src/external/gpl3/gdb.old/dist/sim/d10v/ |
| simops.c | 133 #define trace_input(name, in1, in2, in3) do { if (d10v_debug) trace_input_func (sd, name, in1, in2, in3); } while (0) macro 582 #define trace_input(NAME, IN1, IN2, IN3) macro 591 trace_input ("abs", OP_REG, OP_VOID, OP_VOID); 610 trace_input ("abs", OP_ACCUM, OP_VOID, OP_VOID); 646 trace_input ("add", OP_REG, OP_REG, OP_VOID); 659 trace_input ("add", OP_ACCUM, OP_REG, OP_VOID); 682 trace_input ("add", OP_ACCUM, OP_ACCUM, OP_VOID); 705 trace_input ("add2w", OP_DREG, OP_DREG, OP_VOID); 720 trace_input ("add3", OP_REG_OUTPUT, OP_REG, OP_CONSTANT16); 733 trace_input ("addac3", OP_DREG_OUTPUT, OP_DREG, OP_ACCUM) [all...] |
| /src/external/gpl3/gdb.old/dist/sim/v850/ |
| simops.c | 61 trace_input (char *name, enum op_types type, int size) function 202 /* write out the values saved during the trace_input call */ 442 trace_input ("sst.b", OP_STORE16, 1); 455 trace_input ("sst.h", OP_STORE16, 2); 468 trace_input ("sst.w", OP_STORE16, 4); 483 trace_input ("ld.b", OP_LOAD32, 1); 500 trace_input ("ld.h", OP_LOAD32, 2); 518 trace_input ("ld.w", OP_LOAD32, 4); 534 trace_input ("st.b", OP_STORE32, 1); 549 trace_input ("st.h", OP_STORE32, 2) [all...] |
| v850-sim.h | 437 void trace_input (char *name, enum op_types type, int size); 607 #define trace_input(NAME, IN1, IN2) macro
|
| /src/external/gpl3/gdb.old/dist/sim/cr16/ |
| simops.c | 206 #define trace_input(name, in1, in2, in3) do { if (cr16_debug) trace_input_func (sd, name, in1, in2, in3); } while (0) macro 534 #define trace_input(NAME, IN1, IN2, IN3) macro 545 trace_input ("addub", OP_CONSTANT4_1, OP_REG, OP_VOID); 557 trace_input ("addub", OP_CONSTANT16, OP_REG, OP_VOID); 570 trace_input ("addub", OP_REG, OP_REG, OP_VOID); 582 trace_input ("adduw", OP_CONSTANT4_1, OP_REG, OP_VOID); 594 trace_input ("adduw", OP_CONSTANT16, OP_REG, OP_VOID); 606 trace_input ("adduw", OP_REG, OP_REG, OP_VOID); 618 trace_input ("addb", OP_CONSTANT4_1, OP_REG, OP_VOID); 632 trace_input ("addb", OP_CONSTANT16, OP_REG, OP_VOID) [all...] |
| /src/external/gpl3/gdb/dist/sim/cr16/ |
| simops.c | 206 #define trace_input(name, in1, in2, in3) do { if (cr16_debug) trace_input_func (sd, name, in1, in2, in3); } while (0) macro 534 #define trace_input(NAME, IN1, IN2, IN3) macro 545 trace_input ("addub", OP_CONSTANT4_1, OP_REG, OP_VOID); 557 trace_input ("addub", OP_CONSTANT16, OP_REG, OP_VOID); 570 trace_input ("addub", OP_REG, OP_REG, OP_VOID); 582 trace_input ("adduw", OP_CONSTANT4_1, OP_REG, OP_VOID); 594 trace_input ("adduw", OP_CONSTANT16, OP_REG, OP_VOID); 606 trace_input ("adduw", OP_REG, OP_REG, OP_VOID); 618 trace_input ("addb", OP_CONSTANT4_1, OP_REG, OP_VOID); 632 trace_input ("addb", OP_CONSTANT16, OP_REG, OP_VOID) [all...] |