Re-commit r247405: [mips] Add missing MIPS-I disassembler tests.
[oota-llvm.git] / test / MC / Disassembler / Mips / mips1 / invalid-xfail.txt
1 # RUN: llvm-mc %s -triple=mips-unknown-linux -disassemble -mcpu=mips1 | FileCheck %s
2 # XFAIL: *
3
4 # Start with a valid instruction. Otherwise llvm-mc gives up immediately.
5 0x00 0x00 0x00 0x00
6
7 # CHECK: .text
8 0x45 0x08 0x14 0x02 # bc1f $fcc2, 20488 # CHECK: :[[@LINE]]:1: warning: invalid instruction encoding
9 0x45 0x09 0x01 0x01 # bc1t $fcc2, 1028  # CHECK: :[[@LINE]]:1: warning: invalid instruction encoding
10 0x48 0x00 0x00 0x01 # mfc2 $zero, $0, 1 # CHECK: :[[@LINE]]:1: warning: invalid instruction encoding
11 0x48 0x86 0x00 0x04 # mtc2 $6, $0, 4    # CHECK: :[[@LINE]]:1: warning: invalid instruction encoding