[Hexagon] Adding newvalue compare and jumps.
[oota-llvm.git] / test / MC / ARM / udf-arm.s
1 @ RUN: llvm-mc -triple arm-eabi -show-encoding %s | FileCheck %s
2
3         .syntax unified
4         .text
5         .arm
6
7 undefined:
8         udf #0
9
10 @ CHECK: udf    #0                      @ encoding: [0xf0,0x00,0xf0,0xe7]
11