You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
319 B
9 lines
319 B
4 months ago
|
# RUN: llvm-mc -triple=hexagon -disassemble < %s 2>&1 | FileCheck %s
|
||
|
|
||
|
#Invalid immediate extend duplex load/load
|
||
|
#CHECK: warning: invalid instruction encoding
|
||
|
0xfe 0x40 0x00 0x00 0x11 0x00 0x00 0x00
|
||
|
|
||
|
#Invalid immediate extend barrier
|
||
|
#CHECK: warning: invalid instruction encoding
|
||
|
0xfe 0x40 0x00 0x00 0x00 0xc0 0x00 0xa8
|