blob: 289eed0e83a1d1f61f16e4a08451a2c9e0df7449 [file] [log] [blame]
# RUN: llvm-mc --disassemble %s -triple=sparcv9-unknown-linux | FileCheck %s
# CHECK: cas [%i0], %l6, %o2
0xd5,0xe6,0x10,0x16
# CHECK: casl [%i0], %l6, %o2
0xd5,0xe6,0x11,0x16
# CHECK: casa [%i0] 255, %l6, %o2
0xd5,0xe6,0x1f,0xf6
# CHECK: casa [%i0] %asi, %l6, %o2
0xd5,0xe6,0x20,0x16
# CHECK: casx [%i0], %l6, %o2
0xd5,0xf6,0x10,0x16
# CHECK: casxl [%i0], %l6, %o2
0xd5,0xf6,0x11,0x16
# CHECK: casxa [%i0] 255, %l6, %o2
0xd5,0xf6,0x1f,0xf6
# CHECK: casxa [%i0] %asi, %l6, %o2
0xd5,0xf6,0x20,0x16