(flush): Add pattern.
authorRichard Stallman <rms@gnu.org>
Wed, 20 Oct 1993 22:23:06 +0000 (22:23 +0000)
committerRichard Stallman <rms@gnu.org>
Wed, 20 Oct 1993 22:23:06 +0000 (22:23 +0000)
From-SVN: r5841

gcc/config/sparc/sparc.md

index 684a435..8cb201f 100644 (file)
   "jmp %%o0+0\;restore"
   [(set_attr "type" "misc")
    (set_attr "length" "2")])
+
+;; Special pattern for the FLUSH instruction.
+
+(define_insn "flush"
+  [(unspec_volatile [(match_operand 0 "" "")] 2)]
+  ""
+  "iflush %a0"
+  [(set_attr "type" "misc")])
 \f
 ;; find first set.