Mercurial > hg > CbC > CbC_llvm
view test/MC/Sparc/sparc-atomic-instructions.s @ 85:5e5d649e25d2
Update LLVM 3.7
author | Tatsuki IHA <e125716@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 19 Feb 2015 15:19:25 +0900 |
parents | 54457678186b |
children | afa8332a0e37 |
line wrap: on
line source
! RUN: llvm-mc %s -arch=sparcv9 -show-encoding | FileCheck %s ! CHECK: membar 15 ! encoding: [0x81,0x43,0xe0,0x0f] membar 15 ! CHECK: stbar ! encoding: [0x81,0x43,0xc0,0x00] stbar ! CHECK: swap [%i0+%l6], %o2 ! encoding: [0xd4,0x7e,0x00,0x16] swap [%i0+%l6], %o2 ! CHECK: swap [%i0+32], %o2 ! encoding: [0xd4,0x7e,0x20,0x20] swap [%i0+32], %o2 ! CHECK: cas [%i0], %l6, %o2 ! encoding: [0xd5,0xe6,0x10,0x16] cas [%i0], %l6, %o2 ! CHECK: casx [%i0], %l6, %o2 ! encoding: [0xd5,0xf6,0x10,0x16] casx [%i0], %l6, %o2