Browse Source

+ flushw opcode

git-svn-id: trunk@36547 -
florian 8 years ago
parent
commit
7edc8407fc
2 changed files with 9 additions and 2 deletions
  1. 5 1
      compiler/sparcgen/opcode.inc
  2. 4 1
      compiler/sparcgen/strinst.inc

+ 5 - 1
compiler/sparcgen/opcode.inc

@@ -74,4 +74,8 @@ A_FNEGd,
 A_FNEGq,
 { Memory barrier instructions }
 A_STBAR,
-A_MEMBAR
+A_MEMBAR,
+
+{ SPARC v9 }
+A_FLUSHW
+

+ 4 - 1
compiler/sparcgen/strinst.inc

@@ -70,4 +70,7 @@
           'fnegd','fnegq',
           { memory barrier instructions }
           'stbar',
-          'membar'
+          'membar',
+
+          { SPARC v9 }
+          'flushw'