File tree Expand file tree Collapse file tree
llvm/test/MC/Disassembler/Sparc Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# RUN: llvm-mc --disassemble %s -triple=sparcv9-unknown-linux | FileCheck %s
22
3- # CHECK: cas [%i0], %l6, %o2
3+ # CHECK: casa [%i0] #ASI_P , %l6, %o2
440xd5,0xe6,0x10,0x16
55
6- # CHECK: casl [%i0], %l6, %o2
6+ # CHECK: casa [%i0] #ASI_P_L , %l6, %o2
770xd5,0xe6,0x11,0x16
88
99# CHECK: casa [%i0] 255, %l6, %o2
1212# CHECK: casa [%i0] %asi, %l6, %o2
13130xd5,0xe6,0x20,0x16
1414
15- # CHECK: casx [%i0], %l6, %o2
15+ # CHECK: casxa [%i0] #ASI_P , %l6, %o2
16160xd5,0xf6,0x10,0x16
1717
18- # CHECK: casxl [%i0], %l6, %o2
18+ # CHECK: casxa [%i0] #ASI_P_L , %l6, %o2
19190xd5,0xf6,0x11,0x16
2020
2121# CHECK: casxa [%i0] 255, %l6, %o2
Original file line number Diff line number Diff line change 14140xd5 0xf6 0x03 0x16
1515# V9: casxa [%i0] #ASI_AIUS_L, %l6, %o2
16160xd5 0xf6 0x03 0x36
17- ## casx == casxa #ASI_P
18- # V9: casx [%i0], %l6, %o2
17+ # V9: casxa [%i0] #ASI_P, %l6, %o2
19180xd5 0xf6 0x10 0x16
2019# V9: casxa [%i0] #ASI_S, %l6, %o2
21200xd5 0xf6 0x10 0x36
2221# V9: casxa [%i0] #ASI_PNF, %l6, %o2
23220xd5 0xf6 0x10 0x56
2423# V9: casxa [%i0] #ASI_SNF, %l6, %o2
25240xd5 0xf6 0x10 0x76
26- ## casxl == casxa #ASI_L
27- # V9: casxl [%i0], %l6, %o2
25+ # V9: casxa [%i0] #ASI_P_L, %l6, %o2
28260xd5 0xf6 0x11 0x16
2927# V9: casxa [%i0] #ASI_S_L, %l6, %o2
30280xd5 0xf6 0x11 0x36
You can’t perform that action at this time.
0 commit comments