1 # Instructions that should be valid but currently fail for known reasons (e.g. 2 # they aren't implemented yet). 3 # This test is set up to XPASS if any instruction generates an encoding. 4 # 5 # RUN: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips1 | not FileCheck %s 6 # CHECK-NOT: encoding 7 # XFAIL: * 8 9 .set noat 10 lwc0 c0_entrylo,-7321($s2) 11 swc0 c0_prid,18904($s3) 12