Searched refs:PARM1 (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/sim/iq2000/ |
| D | iq2000.c | 62 int PARM1 = iq2000bf_h_gr_get (current_cpu, 5); in do_syscall() local 90 PARM1, buf, PARM3)); in do_syscall() 97 PARM1, PARM2, PARM3)); in do_syscall() 102 NULL, pc, sim_exited, PARM1); in do_syscall() 109 PARM1, buf, PARM3)); in do_syscall() 116 buf = fetch_str (current_cpu, pc, PARM1); in do_syscall() 125 sim_io_close (CPU_STATE (current_cpu), PARM1)); in do_syscall()
|
| /netbsd/src/external/gpl3/gdb/dist/sim/v850/ |
| D | simops.c | 1611 #define PARM1 State.regs[7] /* optional parm 1 */ in OP_10007E0() macro 1639 char *path = fetch_str (simulator, PARM1); in OP_10007E0() 1654 char *path = fetch_str (simulator, PARM1); in OP_10007E0() 1670 buf = PARM1; in OP_10007E0() 1686 SW (PARM1, status); in OP_10007E0() 1695 RETVAL = sim_io_read (simulator, PARM1, buf, PARM3); in OP_10007E0() 1707 if (PARM1 == 1) in OP_10007E0() 1710 RETVAL = sim_io_write (simulator, PARM1, buf, PARM3); in OP_10007E0() 1718 RETVAL = sim_io_lseek (simulator, PARM1, PARM2, PARM3); in OP_10007E0() 1724 RETVAL = sim_io_close (simulator, PARM1); in OP_10007E0() [all …]
|
| /netbsd/src/external/gpl3/gdb/dist/sim/d10v/ |
| D | simops.c | 3194 #define PARM1 GPR (0) /* optional parm 1 */ in OP_5F00() macro 3227 if (PARM1 == getpid ()) in OP_5F00() 3347 RETVAL (kill (PARM1, PARM2)); in OP_5F00() 3355 RETVAL (execve (MEMPTR (PARM1), (char **) MEMPTR (PARM2), in OP_5F00() 3362 RETVAL (execve (MEMPTR (PARM1), (char **) MEMPTR (PARM2), NULL)); in OP_5F00() 3372 buf = PARM1; in OP_5F00() 3387 if (PARM1) in OP_5F00() 3388 SW (PARM1, status); in OP_5F00() 3409 RETVAL (cb->read (cb, PARM1, MEMPTR (PARM2), PARM3)); in OP_5F00() 3415 if (PARM1 == 1) in OP_5F00() [all …]
|
| /netbsd/src/external/gpl3/gdb/dist/sim/mcore/ |
| D | interp.c | 139 #define PARM1 2 /* first parameter */ macro 169 gr[PARM1] = 0; in set_initial_gprs() 181 gr[RET1] = sim_syscall (cpu, gr[TRAPCODE], gr[PARM1], gr[PARM2], gr[PARM3], in handle_trap1() 217 sim_engine_halt (sd, cpu, NULL, mcore_cpu->regs.pc, sim_exited, gr[PARM1]); in util() 1485 gr[PARM1] = nargs;
|
| /netbsd/src/external/gpl3/gdb/dist/sim/cr16/ |
| D | simops.c | 5108 #define PARM1 GPR (2) /* optional parm 1. */ in OP_C_C() macro 5141 if (PARM1 == getpid ()) in OP_C_C() 5261 RETVAL (kill (PARM1, PARM2)); in OP_C_C() 5269 RETVAL (execve (MEMPTR (PARM1), (char **) MEMPTR (PARM2<<16|PARM3), in OP_C_C() 5276 RETVAL (execve (MEMPTR (PARM1), (char **) MEMPTR (PARM2), NULL)); in OP_C_C() 5286 buf = PARM1; in OP_C_C() 5300 if (PARM1) in OP_C_C() 5301 SW (PARM1, status); in OP_C_C() 5321 RETVAL (cb->read (cb, PARM1, in OP_C_C() 5329 RETVAL ((int)cb->write (cb, PARM1, in OP_C_C() [all …]
|