]> gcc.gnu.org Git - gcc.git/commitdiff
(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 684a43599f5b4f98e36cf613b803d307ec0d1a14..8cb201f9d0a58a71246bb2af387c5a09536afbdd 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.
 
This page took 0.072449 seconds and 5 git commands to generate.