Home | History | Annotate | Download | only in ARM
      1 @ RUN: llvm-mc -triple thumbv7-eabi -mattr +thumb2 -show-encoding %s | FileCheck %s
      2 
      3 	.syntax unified
      4 	.text
      5 	.thumb
      6 
      7 undefined:
      8 	udf #0
      9 	udf.w #0
     10 
     11 @ CHECK: udf	#0                      @ encoding: [0x00,0xde]
     12 @ CHECK: udf.w	#0                      @ encoding: [0xf0,0xf7,0x00,0xa0]
     13 
     14