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

  /src/external/gpl3/gcc/dist/gcc/config/ia64/
ia64.cc 6305 static int first_instruction;
6871 first_instruction code. */
6948 first_instruction = 1;
7053 if (first_instruction && important_for_bundling_p (insn))
7056 first_instruction = 0;
7070 saved_first_instruction = first_instruction;
7075 first_instruction = saved_first_instruction;
7809 int first_instruction;
7837 sc->first_instruction = 1;
7848 sc->first_instruction = first_instruction
6292 static int first_instruction; variable
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/ia64/
ia64.cc 6294 static int first_instruction;
6860 first_instruction code. */
6937 first_instruction = 1;
7042 if (first_instruction && important_for_bundling_p (insn))
7045 first_instruction = 0;
7059 saved_first_instruction = first_instruction;
7064 first_instruction = saved_first_instruction;
7798 int first_instruction;
7826 sc->first_instruction = 1;
7837 sc->first_instruction = first_instruction
6281 static int first_instruction; variable
    [all...]

Completed in 36 milliseconds