16 lines · plain
1# RUN: llvm-mc -triple=hexagon -show-encoding %s | FileCheck %s2# Check that we generate a duplex for this packet.3# CHECK: encoding: [A,0x40'A',A,A,0x01'B',0x28'B',B,0x20'B']4 5.data6g:7.long 08 9.text10 {11 r0 = add(r0,##g)12 r1 = #013 }14 15 16