1*9880d681SAndroid Build Coastguard Worker! RUN: llvm-mc %s -arch=sparcv9 -show-encoding | FileCheck %s 2*9880d681SAndroid Build Coastguard Worker 3*9880d681SAndroid Build Coastguard Worker ! CHECK: membar 15 ! encoding: [0x81,0x43,0xe0,0x0f] 4*9880d681SAndroid Build Coastguard Worker membar 15 5*9880d681SAndroid Build Coastguard Worker 6*9880d681SAndroid Build Coastguard Worker ! CHECK: cas [%i0], %l6, %o2 ! encoding: [0xd5,0xe6,0x10,0x16] 7*9880d681SAndroid Build Coastguard Worker cas [%i0], %l6, %o2 8*9880d681SAndroid Build Coastguard Worker 9*9880d681SAndroid Build Coastguard Worker ! CHECK: casx [%i0], %l6, %o2 ! encoding: [0xd5,0xf6,0x10,0x16] 10*9880d681SAndroid Build Coastguard Worker casx [%i0], %l6, %o2 11