Home | History | Annotate | Download | only in Hexagon
      1 # RUN: not llvm-mc -arch=hexagon -filetype=asm %s 2>&1 | FileCheck %s
      2 
      3 # Expect errors here, insn needs to be extended
      4 R1 = mpyi(R2, #-256)
      5 # CHECK: error:
      6 R3 = mpyi(R4, #256)
      7 # CHECK: error:
      8