xref: /llvm-project/llvm/test/MC/Mips/mips5/invalid-mips64r2-xfail.s (revision e92ab94d4a291fedd7de6b47d801a9e937d5928a)
1# Instructions that are supposed to be invalid but currently aren't
2# This test will XPASS if any insn stops assembling.
3#
4# RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips4 \
5# RUN:     2> %t1
6# RUN: not FileCheck %s < %t1
7# XFAIL: *
8
9# CHECK-NOT: error
10        .set noat
11	rdhwr	$sp,$11
12