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

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
genfusion.pl 203 my %commute2 = ( "and"=> 1, "andc"=> 0, "eqv"=> 1, "nand"=> 0,
262 $both_commute = ($inner eq $outer) && ($commute2{$inner} == 1);
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
genfusion.pl 203 my %commute2 = ( "and"=> 1, "andc"=> 0, "eqv"=> 1, "nand"=> 0,
262 $both_commute = ($inner eq $outer) && ($commute2{$inner} == 1);

Completed in 15 milliseconds