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

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
genfusion.pl 210 $outer_op, $outer_comp, $outer_inv, $outer_rtl, $inner, @inner_ops,
244 @inner_ops = @logicals;
247 @inner_ops = sort keys %logicals_addsub;
250 push (@inner_ops, @addsub);
252 INNER: foreach $inner ( @inner_ops ) {
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
genfusion.pl 210 $outer_op, $outer_comp, $outer_inv, $outer_rtl, $inner, @inner_ops,
244 @inner_ops = @logicals;
247 @inner_ops = sort keys %logicals_addsub;
250 push (@inner_ops, @addsub);
252 INNER: foreach $inner ( @inner_ops ) {
  /src/external/gpl3/gcc/dist/gcc/
rtlanal.cc 6726 rtx *inner_ops[4];
6750 inner_ops[out] = base_term;
6763 set_address_base (info, ops[0], inner_ops[0]);
6765 set_address_index (info, ops[0], inner_ops[0]);
6770 if (baseness (*inner_ops[0], info->mode, info->as, PLUS,
6772 >= baseness (*inner_ops[1], info->mode, info->as, PLUS,
6775 set_address_base (info, ops[0], inner_ops[0]);
6776 set_address_index (info, ops[1], inner_ops[1]);
6780 set_address_base (info, ops[1], inner_ops[1]);
6781 set_address_index (info, ops[0], inner_ops[0])
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
rtlanal.cc 6746 rtx *inner_ops[4];
6770 inner_ops[out] = base_term;
6783 set_address_base (info, ops[0], inner_ops[0]);
6785 set_address_index (info, ops[0], inner_ops[0]);
6790 if (baseness (*inner_ops[0], info->mode, info->as, PLUS,
6792 >= baseness (*inner_ops[1], info->mode, info->as, PLUS,
6795 set_address_base (info, ops[0], inner_ops[0]);
6796 set_address_index (info, ops[1], inner_ops[1]);
6800 set_address_base (info, ops[1], inner_ops[1]);
6801 set_address_index (info, ops[0], inner_ops[0])
    [all...]

Completed in 35 milliseconds