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