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

  /src/external/gpl3/gcc/dist/gcc/config/i386/
x86-tune-sched.cc 649 unsigned int condreg1, condreg2; local
651 targetm.fixed_condition_code_regs (&condreg1, &condreg2);
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
x86-tune-sched.cc 602 unsigned int condreg1, condreg2; local
604 targetm.fixed_condition_code_regs (&condreg1, &condreg2);
  /src/external/gpl3/gcc/dist/gcc/
sched-deps.cc 2869 unsigned int condreg1, condreg2;
2871 if (targetm.fixed_condition_code_regs (&condreg1, &condreg2))
2860 unsigned int condreg1, condreg2; local
  /src/external/gpl3/gcc.old/dist/gcc/
sched-deps.cc 2844 unsigned int condreg1, condreg2;
2846 if (targetm.fixed_condition_code_regs (&condreg1, &condreg2))
2835 unsigned int condreg1, condreg2; local

Completed in 20 milliseconds