8e12397d70
Former-commit-id: 7f59f7e792705db773f1caecdaa823092f4e2927
12 lines
186 B
ArmAsm
12 lines
186 B
ArmAsm
@ RUN: llvm-mc -triple thumbv6m-eabi -show-encoding %s | FileCheck %s
|
|
|
|
.syntax unified
|
|
.text
|
|
.thumb
|
|
|
|
undefined:
|
|
udf #0
|
|
|
|
@ CHECK: udf #0 @ encoding: [0x00,0xde]
|
|
|