Searched refs:PARM1 (Results 1 - 7 of 7) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/iq2000/
H A Diq2000.c84 int PARM1 = iq2000bf_h_gr_get (current_cpu, 5); local
109 PARM1, buf, PARM3));
116 PARM1, PARM2, PARM3));
121 NULL, pc, sim_exited, PARM1); local
128 PARM1, buf, PARM3));
134 buf = fetch_str (current_cpu, pc, PARM1);
143 sim_io_close (CPU_STATE (current_cpu), PARM1));
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/mn10300/
H A Dop_utils.c182 #define PARM1 (State.regs[1]) macro
196 /* EXIT - caller can look in PARM1 to work out the reason */
197 if (PARM1 == 0xdead)
202 sim_exited, PARM1);
212 syscall.arg1 = PARM1;
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/sh64/
H A Dsh64.c585 DI PARM1 = GET_H_GR ((shmedia_abi_p) ? 3 : 5); local
596 PARM1, buf, PARM3));
603 PARM1, PARM2, PARM3));
608 NULL, pc, sim_exited, PARM1); local
615 PARM1, buf, PARM3));
621 buf = fetch_str (current_cpu, pc, PARM1);
630 sim_io_close (CPU_STATE (current_cpu), PARM1));
642 if (PARM1 < count_argc (current_cpu))
644 strlen (STATE_PROG_ARGV (CPU_STATE (current_cpu)) [PARM1]));
650 if (PARM1 < count_arg
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/v850/
H A Dsimops.c1622 #define PARM1 State.regs[7] /* optional parm 1 */
1653 char *path = fetch_str (simulator, PARM1);
1670 char *path = fetch_str (simulator, PARM1);
1688 buf = PARM1;
1706 SW (PARM1, status);
1717 RETVAL = sim_io_read (simulator, PARM1, buf, PARM3);
1731 if (PARM1 == 1)
1734 RETVAL = sim_io_write (simulator, PARM1, buf, PARM3);
1744 RETVAL = sim_io_lseek (simulator, PARM1, PARM2, PARM3);
1752 RETVAL = sim_io_close (simulator, PARM1);
1619 #define PARM1 macro
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/mcore/
H A Dinterp.c175 #define PARM1 2 /* first parameter */ macro
469 cpu.gr[PARM1] = 0;
526 a[0] = (unsigned long) (cpu.gr[PARM1]);
533 a[0] = (unsigned long) (cpu.gr[PARM1]);
540 a[0] = (unsigned long) (cpu.mem + cpu.gr[PARM1]);
548 a[0] = (unsigned long) (cpu.gr[PARM1]);
563 a[0] = (unsigned long) (cpu.mem + cpu.gr[PARM1]);
569 a[0] = (unsigned long) (cpu.mem + cpu.gr[PARM1]);
575 a[0] = (unsigned long) (cpu.gr[PARM1]);
582 a[0] = (unsigned long) (cpu.gr[PARM1]);
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/d10v/
H A Dsimops.c3243 #define PARM1 GPR (0) /* optional parm 1 */ macro
3276 if (PARM1 == getpid ())
3396 RETVAL (kill (PARM1, PARM2));
3404 RETVAL (execve (MEMPTR (PARM1), (char **) MEMPTR (PARM2),
3412 RETVAL (execve (MEMPTR (PARM1), (char **) MEMPTR (PARM2), NULL));
3423 buf = PARM1;
3439 if (PARM1)
3440 SW (PARM1, status);
3462 RETVAL (d10v_callback->read (d10v_callback, PARM1, MEMPTR (PARM2),
3469 if (PARM1
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/cr16/
H A Dsimops.c5116 #define PARM1 GPR (2) /* optional parm 1. */ macro
5149 if (PARM1 == getpid ())
5269 RETVAL (kill (PARM1, PARM2));
5277 RETVAL (execve (MEMPTR (PARM1), (char **) MEMPTR (PARM2<<16|PARM3),
5285 RETVAL (execve (MEMPTR (PARM1), (char **) MEMPTR (PARM2), NULL));
5296 buf = PARM1;
5311 if (PARM1)
5312 SW (PARM1, status);
5333 RETVAL (cr16_callback->read (cr16_callback, PARM1,
5341 RETVAL ((int)cr16_callback->write (cr16_callback, PARM1,
[all...]

Completed in 92 milliseconds