File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed
llvm/test/MC/Disassembler/Sparc Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 1
1
# RUN: llvm-mc --disassemble %s -triple=sparcv9-unknown-linux | FileCheck %s
2
2
3
- # CHECK: cas [%i0], %l6, %o2
3
+ # CHECK: casa [%i0] #ASI_P , %l6, %o2
4
4
0xd5,0xe6,0x10,0x16
5
5
6
- # CHECK: casl [%i0], %l6, %o2
6
+ # CHECK: casa [%i0] #ASI_P_L , %l6, %o2
7
7
0xd5,0xe6,0x11,0x16
8
8
9
9
# CHECK: casa [%i0] 255, %l6, %o2
12
12
# CHECK: casa [%i0] %asi, %l6, %o2
13
13
0xd5,0xe6,0x20,0x16
14
14
15
- # CHECK: casx [%i0], %l6, %o2
15
+ # CHECK: casxa [%i0] #ASI_P , %l6, %o2
16
16
0xd5,0xf6,0x10,0x16
17
17
18
- # CHECK: casxl [%i0], %l6, %o2
18
+ # CHECK: casxa [%i0] #ASI_P_L , %l6, %o2
19
19
0xd5,0xf6,0x11,0x16
20
20
21
21
# CHECK: casxa [%i0] 255, %l6, %o2
Original file line number Diff line number Diff line change 14
14
0xd5 0xf6 0x03 0x16
15
15
# V9: casxa [%i0] #ASI_AIUS_L, %l6, %o2
16
16
0xd5 0xf6 0x03 0x36
17
- ## casx == casxa #ASI_P
18
- # V9: casx [%i0], %l6, %o2
17
+ # V9: casxa [%i0] #ASI_P, %l6, %o2
19
18
0xd5 0xf6 0x10 0x16
20
19
# V9: casxa [%i0] #ASI_S, %l6, %o2
21
20
0xd5 0xf6 0x10 0x36
22
21
# V9: casxa [%i0] #ASI_PNF, %l6, %o2
23
22
0xd5 0xf6 0x10 0x56
24
23
# V9: casxa [%i0] #ASI_SNF, %l6, %o2
25
24
0xd5 0xf6 0x10 0x76
26
- ## casxl == casxa #ASI_L
27
- # V9: casxl [%i0], %l6, %o2
25
+ # V9: casxa [%i0] #ASI_P_L, %l6, %o2
28
26
0xd5 0xf6 0x11 0x16
29
27
# V9: casxa [%i0] #ASI_S_L, %l6, %o2
30
28
0xd5 0xf6 0x11 0x36
You can’t perform that action at this time.
0 commit comments