+ flushw opcode

git-svn-id: trunk@36547 -
This commit is contained in:
florian 2017-06-19 21:18:07 +00:00
parent 3ee8e836e9
commit 7edc8407fc
2 changed files with 9 additions and 2 deletions

View File

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

View File

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