HomeSort by: relevance | last modified time | path
    Searched defs:MEM_SIZE (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/sim/rl78/
mem.h 25 #define MEM_SIZE 0x100000
  /src/external/gpl3/gdb/dist/sim/rl78/
mem.h 25 #define MEM_SIZE 0x100000
  /src/external/gpl3/gdb/dist/sim/mips/
interp.c 143 #define MEM_SIZE (8 << 20) /* 8 MBytes */
388 address_word mem_size = 0; local
427 mem_size = (match->modulo != 0
433 else if (mem_size == 0)
434 mem_size = MEM_SIZE;
436 if (mem_size > K1SIZE)
437 mem_size = K1SIZE;
440 K1BASE, K1SIZE, (long)mem_size, K0BASE);
443 (K0BASE), mem_size, EXTENDED(K0BASE))
1341 address_word mem_size; local
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/mips/
interp.c 143 #define MEM_SIZE (8 << 20) /* 8 MBytes */
388 address_word mem_size = 0; local
427 mem_size = (match->modulo != 0
433 else if (mem_size == 0)
434 mem_size = MEM_SIZE;
436 if (mem_size > K1SIZE)
437 mem_size = K1SIZE;
440 K1BASE, K1SIZE, (long)mem_size, K0BASE);
443 (K0BASE), mem_size, EXTENDED(K0BASE))
1341 address_word mem_size; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
rtl.h 2658 /* For a MEM rtx, true if its MEM_SIZE is known. */
2662 #define MEM_SIZE(RTX) (get_mem_attrs (RTX)->size)
  /src/external/gpl3/gcc.old/dist/gcc/
rtl.h 2648 /* For a MEM rtx, true if its MEM_SIZE is known. */
2652 #define MEM_SIZE(RTX) (get_mem_attrs (RTX)->size)

Completed in 22 milliseconds