diff options
Diffstat (limited to 'llvm/test/MC/Disassembler/Sparc')
| -rw-r--r-- | llvm/test/MC/Disassembler/Sparc/sparc-v9.txt | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/llvm/test/MC/Disassembler/Sparc/sparc-v9.txt b/llvm/test/MC/Disassembler/Sparc/sparc-v9.txt index 0a81b8df4cd..8f68513387e 100644 --- a/llvm/test/MC/Disassembler/Sparc/sparc-v9.txt +++ b/llvm/test/MC/Disassembler/Sparc/sparc-v9.txt @@ -115,4 +115,19 @@ 0x9f 0xd0 0x30 0x52 # CHECK: tvs %xcc, %g1 + %i2 -0x8f 0xd0 0x50 0x1a
\ No newline at end of file +0x8f 0xd0 0x50 0x1a + +# CHECK: membar 5000 +0x81 0x43 0xf3 0x88 + +# CHECK: membar #LoadLoad | #StoreLoad | #LoadStore | #StoreStore +0x81 0x43 0xe0 0x0f + +# CHECK: membar #LoadLoad +0x81 0x43 0xe0 0x01 + +# CHECK: membar #LoadLoad | #StoreStore +0x81 0x43 0xe0 0x09 + +# CHECK: membar #LoadLoad | #StoreLoad | #LoadStore | #StoreStore | #Lookaside | #MemIssue | #Sync +0x81 0x43 0xe0 0x7f |

