@@ -15,39 +15,39 @@ cas.l %d6, %d7, (%a4)
1515
1616; Address Register Indirect with Displacement
1717; 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 ]
1919cas .b %d3 , %d2 , (5 , %a2 )
2020
2121; 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 ]
2323cas .w %d4 , %d5 , (6 , %a3 )
2424
2525; 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 ]
2727cas .l %d6 , %d7 , (7 , %a4 )
2828
2929; Address Register Indirect with Index (Scale = 1)
3030; 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 ]
3232cas .b %d3 , %d2 , (5 , %a2 , %d1 )
3333
3434; 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 ]
3636cas .w %d4 , %d5 , (6 , %a3 , %d1 )
3737
3838; 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 ]
4040cas .l %d6 , %d7 , (7 , %a4 , %d1 )
4141
4242; Absolute Long Address
4343; 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 ]
4545cas .b %d3 , %d2 , $ffffffffffffffff
4646
4747; 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 ]
4949cas .w %d4 , %d5 , $ffffffffffffffff
5050
5151; 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 ]
5353cas .l %d6 , %d7 , $ffffffffffffffff
0 commit comments