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

  /src/external/gpl3/gcc/dist/gcc/config/m68k/
m68k.cc 6633 static int sched_mem_unit_code;
6786 sched_mem_unit_code = get_cpu_unit_code ("cf_mem1");
6807 sched_mem_unit_code = 0;
6862 if (!cpu_unit_reservation_p (curr_state, sched_mem_unit_code))
6619 static int sched_mem_unit_code; variable
  /src/external/gpl3/gcc.old/dist/gcc/config/m68k/
m68k.cc 6614 static int sched_mem_unit_code;
6767 sched_mem_unit_code = get_cpu_unit_code ("cf_mem1");
6788 sched_mem_unit_code = 0;
6843 if (!cpu_unit_reservation_p (curr_state, sched_mem_unit_code))
6600 static int sched_mem_unit_code; variable

Completed in 30 milliseconds