brintos

brintos / llvm-project-archived public Read only

0
0
Text · 406 B · 7696c9e Raw
12 lines · plain
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 %s6# CHECK-NOT: encoding7# XFAIL: *8 9        .set noat10        lwc0    c0_entrylo,-7321($s2)11        swc0    c0_prid,18904($s3)12