* (movsi_insv_1, movsi_insv_1_rex64): Allow immediate operand.
authorJan Hubicka <jh@suse.cz>
Sun, 24 Jun 2001 19:23:47 +0000 (21:23 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Sun, 24 Jun 2001 19:23:47 +0000 (19:23 +0000)
From-SVN: r43544

gcc/ChangeLog
gcc/config/i386/i386.md

index ded2942..3d18428 100644 (file)
@@ -1,3 +1,7 @@
+Sun Jun 24 21:21:49 CEST 2001  Jan Hubicka  <jh@suse.cz>
+
+       * (movsi_insv_1, movsi_insv_1_rex64): Allow immediate operand.
+
 2001-06-24  Richard Henderson  <rth@redhat.com>
 
        * builtins.c (expand_builtin_expect_jump): Disable if the
index fe341a3..2b4954c 100644 (file)
   [(set (zero_extract:SI (match_operand 0 "ext_register_operand" "+Q")
                         (const_int 8)
                         (const_int 8))
-       (match_operand:SI 1 "nonimmediate_operand" "Qm"))]
+       (match_operand:SI 1 "general_operand" "Qmi"))]
   "!TARGET_64BIT"
   "mov{b}\\t{%b1, %h0|%h0, %b1}"
   [(set_attr "type" "imov")
   [(set (zero_extract:SI (match_operand 0 "ext_register_operand" "+Q")
                         (const_int 8)
                         (const_int 8))
-       (match_operand:SI 1 "register_operand" "Q"))]
+       (match_operand:SI 1 "nonmemory_operand" "Qi"))]
   "TARGET_64BIT"
   "mov{b}\\t{%b1, %h0|%h0, %b1}"
   [(set_attr "type" "imov")