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

  /src/external/gpl3/gdb/dist/sim/rx/
rx.c 238 static int memory_source = 0; variable
252 #define E(c) cycles (memory_source ? c + 2 : c)
255 #define EBIT cycles (memory_source ? 2 : 1)
268 if (memory_source) \
434 memory_source = 1;
959 memory_source = 0;
2153 memory_source = 0;
2167 if (memory_source)
  /src/external/gpl3/gdb.old/dist/sim/rx/
rx.c 238 static int memory_source = 0; variable
252 #define E(c) cycles (memory_source ? c + 2 : c)
255 #define EBIT cycles (memory_source ? 2 : 1)
268 if (memory_source) \
434 memory_source = 1;
959 memory_source = 0;
2153 memory_source = 0;
2167 if (memory_source)

Completed in 31 milliseconds