Home
last modified time | relevance | path

Searched refs:setmem (Results 1 – 19 of 19) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dremote-hms.c98 hms_cmds.setmem.cmdb = "m.b %x=%x\r"; /* setmem.cmdb (addr, value) */ in init_hms_cmds()
99 hms_cmds.setmem.cmdw = "m.w %x=%x\r"; /* setmem.cmdw (addr, value) */ in init_hms_cmds()
100 hms_cmds.setmem.cmdl = NULL; /* setmem.cmdl (addr, value) */ in init_hms_cmds()
101 hms_cmds.setmem.cmdll = NULL; /* setmem.cmdll (addr, value) */ in init_hms_cmds()
102 hms_cmds.setmem.resp_delim = NULL; /* setreg.resp_delim */ in init_hms_cmds()
103 hms_cmds.setmem.term = NULL; /* setreg.term */ in init_hms_cmds()
104 hms_cmds.setmem.term_cmd = NULL; /* setreg.term_cmd */ in init_hms_cmds()
H A Dremote-est.c127 est_cmds.setmem.cmdb = "smb %x %x\r"; /* setmem.cmdb (addr, value) */ in init_est_cmds()
128 est_cmds.setmem.cmdw = "smw %x %x\r"; /* setmem.cmdw (addr, value) */ in init_est_cmds()
129 est_cmds.setmem.cmdl = "sml %x %x\r"; /* setmem.cmdl (addr, value) */ in init_est_cmds()
130 est_cmds.setmem.cmdll = NULL; /* setmem.cmdll (addr, value) */ in init_est_cmds()
131 est_cmds.setmem.resp_delim = NULL; /* setreg.resp_delim */ in init_est_cmds()
132 est_cmds.setmem.term = NULL; /* setreg.term */ in init_est_cmds()
133 est_cmds.setmem.term_cmd = NULL; /* setreg.term_cmd */ in init_est_cmds()
H A Dabug-rom.c123 abug_cmds.setmem.cmdb = "ms %x %02x\r"; /* setmem.cmdb (addr, value) */ in init_abug_cmds()
124 abug_cmds.setmem.cmdw = "ms %x %04x\r"; /* setmem.cmdw (addr, value) */ in init_abug_cmds()
125 abug_cmds.setmem.cmdl = "ms %x %08x\r"; /* setmem.cmdl (addr, value) */ in init_abug_cmds()
126 abug_cmds.setmem.cmdll = NULL; /* setmem.cmdll (addr, value) */ in init_abug_cmds()
127 abug_cmds.setmem.resp_delim = NULL; /* setreg.resp_delim */ in init_abug_cmds()
128 abug_cmds.setmem.term = NULL; /* setreg.term */ in init_abug_cmds()
129 abug_cmds.setmem.term_cmd = NULL; /* setreg.term_cmd */ in init_abug_cmds()
H A Dcpu32bug-rom.c121 cpu32bug_cmds.setmem.cmdb = "ms %x %02x\r"; /* setmem.cmdb (addr, value) */ in init_cpu32bug_cmds()
122 cpu32bug_cmds.setmem.cmdw = "ms %x %04x\r"; /* setmem.cmdw (addr, value) */ in init_cpu32bug_cmds()
123 cpu32bug_cmds.setmem.cmdl = "ms %x %08x\r"; /* setmem.cmdl (addr, value) */ in init_cpu32bug_cmds()
124 cpu32bug_cmds.setmem.cmdll = NULL; /* setmem.cmdll (addr, value) */ in init_cpu32bug_cmds()
125 cpu32bug_cmds.setmem.resp_delim = NULL; /* setreg.resp_delim */ in init_cpu32bug_cmds()
126 cpu32bug_cmds.setmem.term = NULL; /* setreg.term */ in init_cpu32bug_cmds()
127 cpu32bug_cmds.setmem.term_cmd = NULL; /* setreg.term_cmd */ in init_cpu32bug_cmds()
H A Ddbug-rom.c119 dbug_cmds.setmem.cmdb = "mm.b %x %x\r"; /* setmem.cmdb (addr, value) */ in init_dbug_cmds()
120 dbug_cmds.setmem.cmdw = "mm.w %x %x\r"; /* setmem.cmdw (addr, value) */ in init_dbug_cmds()
121 dbug_cmds.setmem.cmdl = "mm.l %x %x\r"; /* setmem.cmdl (addr, value) */ in init_dbug_cmds()
122 dbug_cmds.setmem.cmdll = NULL; /* setmem.cmdll (addr, value) */ in init_dbug_cmds()
123 dbug_cmds.setmem.resp_delim = NULL; /* setmem.resp_delim */ in init_dbug_cmds()
124 dbug_cmds.setmem.term = NULL; /* setmem.term */ in init_dbug_cmds()
125 dbug_cmds.setmem.term_cmd = NULL; /* setmem.term_cmd */ in init_dbug_cmds()
H A Dppcbug-rom.c146 OPS->setmem.cmdb = "ms %x %02x\r"; /* setmem.cmdb (addr, value) */ in init_ppc_cmds()
147 OPS->setmem.cmdw = "ms %x %04x\r"; /* setmem.cmdw (addr, value) */ in init_ppc_cmds()
148 OPS->setmem.cmdl = "ms %x %08x\r"; /* setmem.cmdl (addr, value) */ in init_ppc_cmds()
149 OPS->setmem.cmdll = NULL; /* setmem.cmdll (addr, value) */ in init_ppc_cmds()
150 OPS->setmem.resp_delim = NULL; /* setreg.resp_delim */ in init_ppc_cmds()
151 OPS->setmem.term = NULL; /* setreg.term */ in init_ppc_cmds()
152 OPS->setmem.term_cmd = NULL; /* setreg.term_cmd */ in init_ppc_cmds()
H A Drom68k-rom.c204 rom68k_cmds.setmem.cmdb = "pm %x %x\r"; in init_rom68k_cmds()
205 rom68k_cmds.setmem.cmdw = "pm.w %x %x\r"; in init_rom68k_cmds()
206 rom68k_cmds.setmem.cmdl = "pm.l %x %x\r"; in init_rom68k_cmds()
207 rom68k_cmds.setmem.cmdll = NULL; in init_rom68k_cmds()
208 rom68k_cmds.setmem.resp_delim = NULL; in init_rom68k_cmds()
209 rom68k_cmds.setmem.term = NULL; in init_rom68k_cmds()
210 rom68k_cmds.setmem.term_cmd = NULL; in init_rom68k_cmds()
H A Dm32r-rom.c299 m32r_cmds.setmem.cmdb = "%x 1 %x fill\r"; /* setmem.cmdb (addr, value) */ in init_m32r_cmds()
300 m32r_cmds.setmem.cmdw = "%x 1 %x fillh\r"; /* setmem.cmdw (addr, value) */ in init_m32r_cmds()
301 m32r_cmds.setmem.cmdl = "%x 1 %x fillw\r"; /* setmem.cmdl (addr, value) */ in init_m32r_cmds()
302 m32r_cmds.setmem.cmdll = NULL; /* setmem.cmdll (addr, value) */ in init_m32r_cmds()
303 m32r_cmds.setmem.resp_delim = NULL; /* setmem.resp_delim */ in init_m32r_cmds()
304 m32r_cmds.setmem.term = NULL; /* setmem.term */ in init_m32r_cmds()
305 m32r_cmds.setmem.term_cmd = NULL; /* setmem.term_cmd */ in init_m32r_cmds()
359 mon2000_cmds.setmem.cmdb = "%x 1 %x fill\r"; /* setmem.cmdb (addr, value) */ in init_mon2000_cmds()
360 mon2000_cmds.setmem.cmdw = "%x 1 %x fillh\r"; /* setmem.cmdw (addr, value) */ in init_mon2000_cmds()
361 mon2000_cmds.setmem.cmdl = "%x 1 %x fillw\r"; /* setmem.cmdl (addr, value) */ in init_mon2000_cmds()
[all …]
H A Dsh3-rom.c207 sh3_cmds.setmem.cmdb = "m %x %x\r"; /* setmem.cmdb (addr, value) */ in init_sh3_cmds()
208 sh3_cmds.setmem.cmdw = "m %x %x;w\r"; /* setmem.cmdw (addr, value) */ in init_sh3_cmds()
209 sh3_cmds.setmem.cmdl = "m %x %x;l\r"; /* setmem.cmdl (addr, value) */ in init_sh3_cmds()
210 sh3_cmds.setmem.cmdll = NULL; /* setmem.cmdll (addr, value) */ in init_sh3_cmds()
211 sh3_cmds.setmem.resp_delim = NULL; /* setreg.resp_delim */ in init_sh3_cmds()
212 sh3_cmds.setmem.term = NULL; /* setreg.term */ in init_sh3_cmds()
213 sh3_cmds.setmem.term_cmd = NULL; /* setreg.term_cmd */ in init_sh3_cmds()
H A Ddink32-rom.c146 dink32_cmds.setmem.cmdb = "mm -b %x\r"; in _initialize_dink32_rom()
147 dink32_cmds.setmem.cmdw = "mm -w %x\r"; in _initialize_dink32_rom()
148 dink32_cmds.setmem.cmdl = "mm %x\r"; in _initialize_dink32_rom()
149 dink32_cmds.setmem.term = " ? "; in _initialize_dink32_rom()
H A Dmcore-rom.c173 picobug_cmds.setmem.cmdb = "mm %x %x ;b\n"; /* setmem.cmdb (addr, value) */ in init_picobug_cmds()
174 picobug_cmds.setmem.cmdw = "mm %x %x ;h\n"; /* setmem.cmdw (addr, value) */ in init_picobug_cmds()
175 picobug_cmds.setmem.cmdl = "mm %x %x ;w\n"; /* setmem.cmdl (addr, value) */ in init_picobug_cmds()
H A Dmonitor.c756 if (mon_ops->setmem.resp_delim) in monitor_open()
757 compile_pattern (mon_ops->setmem.resp_delim, &setmem_resp_delim_pattern, in monitor_open()
1452 if ((memaddr & 0x7) == 0 && len >= 8 && current_monitor->setmem.cmdll) in monitor_write_memory()
1455 cmd = current_monitor->setmem.cmdll; in monitor_write_memory()
1459 if ((memaddr & 0x3) == 0 && len >= 4 && current_monitor->setmem.cmdl) in monitor_write_memory()
1462 cmd = current_monitor->setmem.cmdl; in monitor_write_memory()
1464 else if ((memaddr & 0x1) == 0 && len >= 2 && current_monitor->setmem.cmdw) in monitor_write_memory()
1467 cmd = current_monitor->setmem.cmdw; in monitor_write_memory()
1472 cmd = current_monitor->setmem.cmdb; in monitor_write_memory()
1491 if (current_monitor->setmem.resp_delim) in monitor_write_memory()
[all …]
H A Ddve3900-rom.c1015 r3900_cmds.setmem.cmdb = "sx %A %x\r"; /* COREADDR, val */ in _initialize_r3900_rom()
1016 r3900_cmds.setmem.cmdw = "sh %A %x\r"; /* COREADDR, val */ in _initialize_r3900_rom()
1017 r3900_cmds.setmem.cmdl = "sw %A %x\r"; /* COREADDR, val */ in _initialize_r3900_rom()
H A Dmonitor.h92 struct memrw_cmd setmem; /* set memory to a value */ member
H A DChangeLog-19962594 (mon960_cmds): Swap setmem.cmdw and setmem.cmdl to fix problem
2692 (don't expect echo on setmem command), MO_RUN_FIRST_TIME (if
H A DChangeLog-1995185 Fix getmem/setmem commands.
/openbsd-src/gnu/gcc/gcc/config/s390/
H A Dpredicates.md79 ;; Return true if OP is a valid operand as shift count or setmem.
H A Ds390.md2221 (define_expand "setmem<mode>"
/openbsd-src/gnu/gcc/gcc/doc/
H A Dmd.texi3789 @cindex @code{setmem@var{m}} instruction pattern
3790 @item @samp{setmem@var{m}}
3803 The use for multiple @code{setmem@var{m}} is as for @code{movmem@var{m}}.