@@ -15,39 +15,39 @@ cas.l %d6, %d7, (%a4)
15
15
16
16
; Address Register Indirect with Displacement
17
17
; CHECK: cas.b %d3, %d2, (5,%a2)
18
- ; CHECK-SAME: ; encoding: [0x0a,0xea,0x00,0x83]
18
+ ; CHECK-SAME: ; encoding: [0x0a,0xea,0x00,0x83,0x00,0x05 ]
19
19
cas .b %d3 , %d2 , (5 , %a2 )
20
20
21
21
; CHECK: cas.w %d4, %d5, (6,%a3)
22
- ; CHECK-SAME: ; encoding: [0x0c,0xeb,0x01,0x44]
22
+ ; CHECK-SAME: ; encoding: [0x0c,0xeb,0x01,0x44,0x00,0x06 ]
23
23
cas .w %d4 , %d5 , (6 , %a3 )
24
24
25
25
; CHECK: cas.l %d6, %d7, (7,%a4)
26
- ; CHECK-SAME: ; encoding: [0x0e,0xec,0x01,0xc6]
26
+ ; CHECK-SAME: ; encoding: [0x0e,0xec,0x01,0xc6,0x00,0x07 ]
27
27
cas .l %d6 , %d7 , (7 , %a4 )
28
28
29
29
; Address Register Indirect with Index (Scale = 1)
30
30
; CHECK: cas.b %d3, %d2, (5,%a2,%d1)
31
- ; CHECK-SAME: ; encoding: [0x0a,0xf2,0x00,0x83]
31
+ ; CHECK-SAME: ; encoding: [0x0a,0xf2,0x00,0x83,0x18,0x05 ]
32
32
cas .b %d3 , %d2 , (5 , %a2 , %d1 )
33
33
34
34
; CHECK: cas.w %d4, %d5, (6,%a3,%d1)
35
- ; CHECK-SAME: ; encoding: [0x0c,0xf3,0x01,0x44]
35
+ ; CHECK-SAME: ; encoding: [0x0c,0xf3,0x01,0x44,0x18,0x06 ]
36
36
cas .w %d4 , %d5 , (6 , %a3 , %d1 )
37
37
38
38
; CHECK: cas.l %d6, %d7, (7,%a4,%d1)
39
- ; CHECK-SAME: ; encoding: [0x0e,0xf4,0x01,0xc6]
39
+ ; CHECK-SAME: ; encoding: [0x0e,0xf4,0x01,0xc6,0x18,0x07 ]
40
40
cas .l %d6 , %d7 , (7 , %a4 , %d1 )
41
41
42
42
; Absolute Long Address
43
43
; CHECK: cas.b %d3, %d2, $ffffffffffffffff
44
- ; CHECK-SAME: ; encoding: [0x0a,0xf8 ,0x00,0x83]
44
+ ; CHECK-SAME: ; encoding: [0x0a,0xf9 ,0x00,0x83,0xff,0xff,0xff,0xff ]
45
45
cas .b %d3 , %d2 , $ffffffffffffffff
46
46
47
47
; CHECK: cas.w %d4, %d5, $ffffffffffffffff
48
- ; CHECK-SAME: ; encoding: [0x0c,0xf8 ,0x01,0x44]
48
+ ; CHECK-SAME: ; encoding: [0x0c,0xf9 ,0x01,0x44,0xff,0xff,0xff,0xff ]
49
49
cas .w %d4 , %d5 , $ffffffffffffffff
50
50
51
51
; CHECK: cas.l %d6, %d7, $ffffffffffffffff
52
- ; CHECK-SAME: ; encoding: [0x0e,0xf8 ,0x01,0xc6]
52
+ ; CHECK-SAME: ; encoding: [0x0e,0xf9 ,0x01,0xc6,0xff,0xff,0xff,0xff ]
53
53
cas .l %d6 , %d7 , $ffffffffffffffff
0 commit comments