]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/config/vax/builtins.md
Update copyright years.
[thirdparty/gcc.git] / gcc / config / vax / builtins.md
index 3d1cbcd480b0aa91cd153ade770fcbc7585d20a0..b1b006b20c76c0f1058f3ac969bb5a2b3f33b8af 100644 (file)
@@ -1,5 +1,5 @@
 ;; builtin definitions for DEC VAX.
-;; Copyright (C) 2007-2021 Free Software Foundation, Inc.
+;; Copyright (C) 2007-2024 Free Software Foundation, Inc.
 ;;
 ;; This file is part of GCC.
 ;;
 
   label = gen_label_rtx ();
   emit_move_insn (operands[0], const1_rtx);
-  emit_jump_insn (gen_jbbssi<mode> (operands[1], const0_rtx, label,
-                                   operands[1]));
+  emit_jump_insn (gen_jbbssi<mode> (operands[1], const0_rtx, label));
   emit_move_insn (operands[0], const0_rtx);
   emit_label (label);
   DONE;
     FAIL;
 
   label = gen_label_rtx ();
-  emit_jump_insn (gen_jbbcci<mode> (operands[0], const0_rtx, label,
-                                   operands[0]));
+  emit_jump_insn (gen_jbbcci<mode> (operands[0], const0_rtx, label));
   emit_label (label);
   DONE;
 }")
     [(set (pc)
          (if_then_else
            (eq (zero_extract:SI
-                 (match_operand:VAXint 0 "any_memory_operand" "<bb_mem>")
+                 (match_operand:VAXint 0 "any_memory_operand" "+<bb_mem>")
                  (const_int 1)
                  (match_operand:SI 1 "general_operand" "nrmT"))
                (const_int bit))
            (label_ref (match_operand 2 "" ""))
            (pc)))
-     (set (zero_extract:SI (match_operand:VAXint 3 "any_memory_operand" "+0")
+     (set (zero_extract:SI (match_dup 0)
                           (const_int 1)
                           (match_dup 1))
          (const_int bit))]