OSDN Git Service

* athlon.md, k6.md, pentium.md, ppro.md: Handle shift1, rotate1
[pf3gnuchains/gcc-fork.git] / gcc / config / i386 / pentium.md
index 4078955..b4c5ece 100644 (file)
         (and (eq_attr "type" "rotate")
              (match_operand 2 "const_int_1_operand" ""))
           (const_string "pu")
+        (and (eq_attr "type" "ishift1")
+             (match_operand 1 "const_int_operand" ""))
+          (const_string "pu")
+        (and (eq_attr "type" "rotate1")
+             (match_operand 1 "const_int_1_operand" ""))
+          (const_string "pu")
         (and (eq_attr "type" "call")
              (match_operand 0 "constant_call_address_operand" ""))
           (const_string "pv")