mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-04 05:31:06 +00:00
769a6f2116
Summary: test/MC/Mips/<isa1>/invalid-<isa2>.s Test that <isa1> does not support <isa2>'s instructions. test/MC/Mips/<isa1>/invalid-<isa2>-xfail.s Things that should be invalid but currently aren't. Will XPASS if any become invalid. Reviewers: matheusalmeida Reviewed By: matheusalmeida Differential Revision: http://llvm-reviews.chandlerc.com/D3262 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205538 91177308-0d34-0410-b5e6-96231b3b80d8
16 lines
365 B
ArmAsm
16 lines
365 B
ArmAsm
# Instructions that are supposed to be invalid but currently aren't
|
|
# This test will XPASS if any insn stops assembling.
|
|
#
|
|
# RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips4 \
|
|
# RUN: 2> %t1
|
|
# RUN: not FileCheck %s < %t1
|
|
# XFAIL: *
|
|
|
|
# CHECK-NOT: error
|
|
.set noat
|
|
di $s8
|
|
ei $t6
|
|
mfhc1 $s8,$f24
|
|
mthc1 $zero,$f16
|
|
rdhwr $sp,$11
|