]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/MC/Disassembler/ARM/invalid-hint-arm.txt
Vendor import of llvm tags/RELEASE_33/final r183502 (effectively, 3.3
[FreeBSD/FreeBSD.git] / test / MC / Disassembler / ARM / invalid-hint-arm.txt
1 # RUN: llvm-mc -triple=armv7-apple-darwin -mcpu=cortex-a8 -disassemble < %s 2>&1 | FileCheck %s
2
3 #------------------------------------------------------------------------------
4 # Undefined encoding space for hint instructions
5 #------------------------------------------------------------------------------
6
7 0x05 0xf0 0x20 0xe3
8 # CHECK: invalid instruction encoding
9 0x41 0xf0 0x20 0xe3
10 # CHECK: invalid instruction encoding
11 0xfe 0xf0 0x20 0xe3
12 # CHECK: invalid instruction encoding
13