Home | History | Annotate | Download | only in Sparc
      1 ! RUN: llvm-mc %s -arch=sparcv9 -show-encoding | FileCheck %s
      2 ! RUN: llvm-mc %s -arch=sparc -show-encoding | FileCheck %s
      3 
      4         ! CHECK: stbar                 ! encoding: [0x81,0x43,0xc0,0x00]
      5         stbar
      6 
      7         ! CHECK: swap [%i0+%l6], %o2   ! encoding: [0xd4,0x7e,0x00,0x16]
      8         swap [%i0+%l6], %o2
      9 
     10         ! CHECK: swap [%i0+32], %o2    ! encoding: [0xd4,0x7e,0x20,0x20]
     11         swap [%i0+32], %o2
     12 
     13         ! CHECK: swapa [%i0+%l6] 131, %o2   ! encoding: [0xd4,0xfe,0x10,0x76]
     14         swapa [%i0+%l6] 131, %o2
     15 
     16         ! CHECK: ldstub [%i0+40], %g1 ! encoding: [0xc2,0x6e,0x20,0x28]
     17         ldstub [%i0+40], %g1
     18 
     19         ! CHECK: ldstub [%i0+%i2], %g1 ! encoding: [0xc2,0x6e,0x00,0x1a]
     20         ldstub [%i0+%i2], %g1
     21 
     22         ! CHECK: ldstuba [%i0+%i2] 131, %g1 ! encoding: [0xc2,0xee,0x10,0x7a]
     23         ldstuba [%i0+%i2] 131, %g1
     24