Add several new instructions supported by the latest MicroBlaze.
[oota-llvm.git] / test / MC / Disassembler / MBlaze / mblaze_mbar.txt
1 # RUN: llvm-mc --disassemble %s -triple=mblaze-unknown-unknown | FileCheck %s
2
3 ################################################################################
4 # Memory Barrier instructions
5 ################################################################################
6
7 # CHECK:    mbar        0
8 0xB8 0x02 0x00 0x04
9
10 # CHECK:    mbar        1
11 0xB8 0x22 0x00 0x04
12
13 # CHECK:    mbar        2
14 0xB8 0x42 0x00 0x04