1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-01 16:33:37 +01:00
llvm-mirror/test/MC/Disassembler/MBlaze/mblaze_mbar.txt
Wesley Peck 13edec82a8 Add several new instructions supported by the latest MicroBlaze.
These instructions are not generated by the backend yet, this will come in a later commit.

llvm-svn: 145161
2011-11-27 05:16:58 +00:00

15 lines
412 B
Plaintext

# RUN: llvm-mc --disassemble %s -triple=mblaze-unknown-unknown | FileCheck %s
################################################################################
# Memory Barrier instructions
################################################################################
# CHECK: mbar 0
0xB8 0x02 0x00 0x04
# CHECK: mbar 1
0xB8 0x22 0x00 0x04
# CHECK: mbar 2
0xB8 0x42 0x00 0x04