Home | History | Annotate | Download | only in Hexagon
      1 # RUN: llvm-mc -arch=hexagon -show-encoding %s | FileCheck %s
      2 # 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 .data
      6 g:
      7 .long 0
      8 
      9 .text
     10   {
     11     r0 = add(r0,##g)
     12     r1 = #0
     13   }
     14 
     15 
     16