xref: /llvm-project/llvm/test/MC/Hexagon/inval_immed.s (revision 252c42354eca54274ed7b10c32c73c6937478e8b)
1# RUN: not llvm-mc -filetype=asm -triple=hexagon %s 2>%t; FileCheck %s < %t
2
3    .text
4r0 = mpyi(r0,#m9)
5
6# CHECK: error: invalid operand for instruction
7