summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/AArch64/udf.s
blob: a6a345b1ff67f5bfcf3db104a48eb72c03160b55 (plain)
1
2
3
4
5
6
7
8
9
# RUN: llvm-mc -assemble -show-encoding -triple=aarch64- %s | FileCheck %s
# CHECK:  .text
# CHECK-NEXT: udf #0      // encoding: [0x00,0x00,0x00,0x00]
# CHECK-NEXT: udf #513    // encoding: [0x01,0x02,0x00,0x00]
# CHECK-NEXT: udf #65535  // encoding: [0xff,0xff,0x00,0x00]
.text
udf 0
udf 513
udf 65535
OpenPOWER on IntegriCloud