Searched refs:MEM_SIZE (Results 1 - 25 of 41) sorted by relevance

12

/netbsd-current/external/gpl3/gdb.old/dist/sim/rl78/
H A Dmem.h25 #define MEM_SIZE 0x100000 macro
H A Dgdb-if.c209 if (mem >= MEM_SIZE)
211 else if (mem + length > MEM_SIZE)
212 length = MEM_SIZE - mem;
225 if (mem >= MEM_SIZE)
227 else if (mem + length > MEM_SIZE)
228 length = MEM_SIZE - mem;
H A Dmem.c35 unsigned char memory[MEM_SIZE];
38 unsigned char initted[MEM_SIZE];
/netbsd-current/external/gpl3/gdb/dist/sim/rl78/
H A Dmem.h25 #define MEM_SIZE 0x100000 macro
H A Dgdb-if.c212 if (mem >= MEM_SIZE)
214 else if (mem + length > MEM_SIZE)
215 length = MEM_SIZE - mem;
228 if (mem >= MEM_SIZE)
230 else if (mem + length > MEM_SIZE)
231 length = MEM_SIZE - mem;
H A Dmem.c37 unsigned char memory[MEM_SIZE];
40 unsigned char initted[MEM_SIZE];
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Ddce.c371 && MEM_SIZE (mem).is_constant (&size))
426 if (!MEM_SIZE_KNOWN_P (mem) || !MEM_SIZE (mem).is_constant (&size))
448 HOST_WIDE_INT size = MEM_SIZE (mem).to_constant ();
493 || !MEM_SIZE (mem).is_constant (&size)
H A Dalias.c314 /* If MEM_OFFSET or MEM_SIZE are unknown what we got from MEM_EXPR
320 /* If MEM_OFFSET/MEM_SIZE get us outside of ref->offset/ref->max_size
324 && maybe_gt ((MEM_OFFSET (mem) + MEM_SIZE (mem)) * BITS_PER_UNIT,
329 MEM_SIZE and MEM_OFFSET. */
332 ref->size = MEM_SIZE (mem) * BITS_PER_UNIT;
339 /* If MEM_OFFSET and MEM_SIZE might get us outside of the base object of
2867 MEM_SIZE (x), MEM_SIZE (y)));
2938 : MEM_SIZE_KNOWN_P (rtlx) ? MEM_SIZE (rtlx)
2941 : MEM_SIZE_KNOWN_P (rtly) ? MEM_SIZE (rtl
[all...]
H A Dcfgcleanup.c887 else if (known_le (MEM_SIZE (x), MEM_SIZE (y)))
888 set_mem_size (x, MEM_SIZE (y));
889 else if (known_le (MEM_SIZE (y), MEM_SIZE (x)))
890 set_mem_size (y, MEM_SIZE (x));
H A Ddse.c1424 || maybe_le (MEM_SIZE (mem), 0)
1427 || (MEM_SIZE (mem).is_constant (&const_size)
1454 width = MEM_SIZE (mem);
H A Dread-rtl-function.c1251 /* Handle optional " S" for MEM_SIZE. */
2166 ASSERT_KNOWN_EQ (8, MEM_SIZE (mem1));
2182 ASSERT_KNOWN_EQ (9, MEM_SIZE (mem2));
H A Dprint-rtl.c931 print_poly_int (m_outfile, MEM_SIZE (in_rtx));
H A Dexpmed.c850 0, MEM_SIZE (op0));
1790 0, MEM_SIZE (op0));
H A Drtl.h2638 /* For a MEM rtx, true if its MEM_SIZE is known. */
2642 #define MEM_SIZE(RTX) (get_mem_attrs (RTX)->size)
2639 #define MEM_SIZE macro
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Ddce.cc371 && MEM_SIZE (mem).is_constant (&size))
426 if (!MEM_SIZE_KNOWN_P (mem) || !MEM_SIZE (mem).is_constant (&size))
448 HOST_WIDE_INT size = MEM_SIZE (mem).to_constant ();
493 || !MEM_SIZE (mem).is_constant (&size)
H A Dalias.cc315 /* If MEM_OFFSET or MEM_SIZE are unknown what we got from MEM_EXPR
321 /* If MEM_OFFSET/MEM_SIZE get us outside of ref->offset/ref->max_size
325 && maybe_gt ((MEM_OFFSET (mem) + MEM_SIZE (mem)) * BITS_PER_UNIT,
330 MEM_SIZE and MEM_OFFSET. */
333 ref->size = MEM_SIZE (mem) * BITS_PER_UNIT;
340 /* If MEM_OFFSET and MEM_SIZE might get us outside of the base object of
2898 MEM_SIZE (x), MEM_SIZE (y)));
2969 : MEM_SIZE_KNOWN_P (rtlx) ? MEM_SIZE (rtlx)
2972 : MEM_SIZE_KNOWN_P (rtly) ? MEM_SIZE (rtl
[all...]
H A Dcfgcleanup.cc886 else if (known_le (MEM_SIZE (x), MEM_SIZE (y)))
887 set_mem_size (x, MEM_SIZE (y));
888 else if (known_le (MEM_SIZE (y), MEM_SIZE (x)))
889 set_mem_size (y, MEM_SIZE (x));
H A Ddse.cc1411 || maybe_le (MEM_SIZE (mem), 0)
1414 || (MEM_SIZE (mem).is_constant (&const_size)
1441 width = MEM_SIZE (mem);
H A Dread-rtl-function.cc1252 /* Handle optional " S" for MEM_SIZE. */
2169 ASSERT_KNOWN_EQ (8, MEM_SIZE (mem1));
2185 ASSERT_KNOWN_EQ (9, MEM_SIZE (mem2));
H A Dprint-rtl.cc964 print_poly_int (m_outfile, MEM_SIZE (in_rtx));
H A Dexpmed.cc855 0, MEM_SIZE (op0));
1801 0, MEM_SIZE (op0));
H A Drtl.h2648 /* For a MEM rtx, true if its MEM_SIZE is known. */
2652 #define MEM_SIZE(RTX) (get_mem_attrs (RTX)->size)
2649 #define MEM_SIZE macro
H A Drtlanal.cc3209 poly_int64 size = MEM_SIZE_KNOWN_P (x) ? MEM_SIZE (x) : -1;
/netbsd-current/external/gpl3/gdb.old/dist/sim/mips/
H A Dinterp.c150 #define MEM_SIZE (8 << 20) /* 8 MBytes */ macro
443 mem_size = MEM_SIZE;
/netbsd-current/external/gpl3/gdb/dist/sim/mips/
H A Dinterp.c143 #define MEM_SIZE (8 << 20) /* 8 MBytes */ macro
435 mem_size = MEM_SIZE;

Completed in 581 milliseconds

12