blob: a9d19ca66e6c2fb7eca97d3a1045df92ab733c16 [file] [log] [blame]
Saleem Abdulrasool27351f22014-05-14 03:47:39 +00001@ RUN: llvm-mc -triple arm-eabi -show-encoding %s | FileCheck %s
2
3 .syntax unified
4 .text
5 .arm
6
7undefined:
8 udf #0
9
10@ CHECK: udf #0 @ encoding: [0xf0,0x00,0xf0,0xe7]
11