26 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=mips64-unknown-linux -show-encoding -mcpu=mips4 | not FileCheck %s6# CHECK-NOT: encoding7# XFAIL: *8 9 .set noat10 c.eq.ps $fcc5,$f0,$f911 c.f.ps $fcc6,$f11,$f1112 c.le.ps $fcc1,$f7,$f2013 c.lt.ps $f19,$f514 c.nge.ps $f1,$f2615 c.ngl.ps $f21,$f3016 c.ngle.ps $fcc7,$f12,$f2017 c.ngt.ps $fcc5,$f30,$f618 c.ole.ps $fcc7,$f21,$f819 c.olt.ps $fcc3,$f7,$f1620 c.seq.ps $fcc6,$f31,$f1421 c.sf.ps $fcc6,$f4,$f622 c.ueq.ps $fcc1,$f5,$f2923 c.ule.ps $fcc6,$f17,$f324 c.ult.ps $fcc7,$f14,$f025 c.un.ps $fcc4,$f2,$f2626