mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-06 06:33:24 +00:00
18 lines
430 B
ArmAsm
18 lines
430 B
ArmAsm
|
# Instructions that should be valid but currently fail for known reasons (e.g.
|
||
|
# they aren't implemented yet).
|
||
|
# This test is set up to XPASS if any instruction generates an encoding.
|
||
|
#
|
||
|
# FIXME: Test MIPS-III instead of MIPS64
|
||
|
# RUN: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips64 | not FileCheck %s
|
||
|
# CHECK-NOT: encoding
|
||
|
# XFAIL: *
|
||
|
|
||
|
.set noat
|
||
|
ehb
|
||
|
lwc3 $10,-32265($k0)
|
||
|
ssnop
|
||
|
tlbp
|
||
|
tlbr
|
||
|
tlbwi
|
||
|
tlbwr
|