summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/Mips/micromips-dsp/invalid-wrong-error.s
blob: d43ca766fa0cb62b029cf4d2430f2838e05ed640 (plain)
1
2
3
4
5
6
7
# Instructions that are correctly rejected but emit a wrong or misleading error.
# RUN: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips32r6 -mattr=micromips -mattr=+dsp 2>%t1
# RUN: FileCheck %s < %t1

  .set noat
  wrdsp $5, 128            # CHECK: :[[@LINE]]:3: error: instruction requires a CPU feature not currently enabled
  wrdsp $5, -1             # CHECK: :[[@LINE]]:13: error: expected 7-bit unsigned immediate
OpenPOWER on IntegriCloud