xref: /llvm-project/llvm/test/MC/ARM/udf-thumb.s (revision 27351f2022c56b830f91d7f526775693fd9043e9)
1@ RUN: llvm-mc -triple thumbv6m-eabi -show-encoding %s | FileCheck %s
2
3	.syntax unified
4	.text
5	.thumb
6
7undefined:
8	udf #0
9
10@ CHECK: udf	#0                      @ encoding: [0x00,0xde]
11
12