Updated ARC assembler from arccores.com
[deliverable/binutils-gdb.git] / gas / testsuite / gas / sparc / membar.s
CommitLineData
252b5132
RH
1# Test membar args
2 .text
3 membar 0
4 membar 127
5 membar #Sync|#MemIssue|#Lookaside|#StoreStore|#LoadStore|#StoreLoad|#LoadLoad
6 membar #Sync
7 membar #MemIssue
8 membar #Lookaside
9 membar #StoreStore
10 membar #LoadStore
11 membar #StoreLoad
12 membar #LoadLoad
This page took 0.062617 seconds and 4 git commands to generate.