brintos

brintos / llvm-project-archived public Read only

0
0
Text · 304 B · a6a345b Raw
10 lines · plain
1# RUN: llvm-mc -assemble -show-encoding -triple=aarch64- %s | FileCheck %s2# CHECK:  .text3# CHECK-NEXT: udf #0      // encoding: [0x00,0x00,0x00,0x00]4# CHECK-NEXT: udf #513    // encoding: [0x01,0x02,0x00,0x00]5# CHECK-NEXT: udf #65535  // encoding: [0xff,0xff,0x00,0x00]6.text7udf 08udf 5139udf 6553510