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