[ARM,AArch64] Store source location of asm constant pool entries
[oota-llvm.git] / test / MC / Hexagon / out_of_range.s
1 # RUN: not llvm-mc -triple=hexagon -filetype=asm %s 2> %t; FileCheck %s < %t
2
3 r1:0=##0xFFFFFF7000001000
4 # CHECK: rror: value -144(0xffffffffffffff70) out of range: -128-127
5
6 p0 = cmpb.eq(r0, #-257)
7 # CHECK: rror: invalid operand for instruction
8
9 p0 = cmpb.eq(r0, #256)
10 # CHECK: rror: invalid operand for instruction