[llvm-readobj] - Simplify stack-sizes.test test case.
[llvm-complete.git] / test / MC / ARM / udf-thumb-2.s
blobbeb6549cb08fa5b286b76251f71682e7390bcf84
1 @ RUN: llvm-mc -triple thumbv7-eabi -mattr +thumb2 -show-encoding %s | FileCheck %s
3 .syntax unified
4 .text
5 .thumb
7 undefined:
8 udf #0
9 udf.w #0
11 @ CHECK: udf #0 @ encoding: [0x00,0xde]
12 @ CHECK: udf.w #0 @ encoding: [0xf0,0xf7,0x00,0xa0]