brintos

brintos / llvm-project-archived public Read only

0
0
Text · 440 B · d43ca76 Raw
8 lines · plain
1# Instructions that are correctly rejected but emit a wrong or misleading error.2# RUN: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips32r6 -mattr=micromips -mattr=+dsp 2>%t13# RUN: FileCheck %s < %t14 5  .set noat6  wrdsp $5, 128            # CHECK: :[[@LINE]]:3: error: instruction requires a CPU feature not currently enabled7  wrdsp $5, -1             # CHECK: :[[@LINE]]:13: error: expected 7-bit unsigned immediate8