Searched refs:this_code (Results 1 – 3 of 3) sorted by relevance
421 my $this_code= defined($mod_code)425 next if $seen{$eval_code_munged . "|" . $this_code}++;426 $this_code=~s/PACK/$pack_name/g;429 [$pack_name, $param_str, $this_code, $mod_code, $eval_code_munged];431 if ($this_code!~/use/ and $this_code !~ /some_true_value/) {449 my ($pack_name, $param_str, $this_code, $mod_code, $eval_code)= @$tuple;451 write_file("$pack_name.pm", $this_code);457 my $descr= !$this_code ? "empty file loaded" :466 if ($this_code=~/use/) {486 } elsif ($this_code!~/some_true_value/) {[all …]
1694 enum rtx_code this_code = GET_CODE (this_op); local1696 switch (this_code)1708 ops[n_ops].neg = (this_code == MINUS) ^ this_neg;
3239 enum rtx_code this_code = GET_CODE (this_op); in simplify_plus_minus() local3241 switch (this_code) in simplify_plus_minus()3249 ops[n_ops].neg = (this_code == MINUS) ^ this_neg; in simplify_plus_minus()