1 ; RUN
: llvm-mc
-triple
=m68k
-show-encoding
%s | FileCheck
%s
3 ; CHECK
: move.
b #-1, (0,%a0,%d1)
4 ; CHECK-SAME
: encoding
: [0x11,0xbc,0x00,0xff,0x18,0x00]
5 move.
b #-1, (0,%a0,%d1)
6 ; CHECK
: move.
b #42, (-1,%a0,%d1)
7 ; CHECK-SAME
: encoding
: [0x11,0xbc,0x00,0x2a,0x18,0xff]
8 move.
b #42, (-1,%a0,%d1)
9 ; CHECK
: move.
l #-1, (0,%a1,%d1)
10 ; CHECK-SAME
: encoding
: [0x23,0xbc,0xff,0xff,0xff,0xff,0x18,0x00]
11 move.
l #-1, (0,%a1,%d1)
12 ; CHECK
: move.
l #0, (0,%a2,%a2)
13 ; CHECK-SAME
: encoding
: [0x25,0xbc,0x00,0x00,0x00,0x00,0xa8,0x00]
14 move.
l #0, (0,%a2,%a2)
16 ; CHECK
: move.
b #0, (0,%a0)
17 ; CHECK-SAME
: encoding
: [0x11,0x7c,0x00,0x00,0x00,0x00]
19 ; CHECK
: move.
l #0, (-1,%a1)
20 ; CHECK-SAME
: encoding
: [0x23,0x7c,0x00,0x00,0x00,0x00,0xff,0xff]
22 ; CHECK
: move.
l #0, (-1,%a1)
23 ; CHECK-SAME
: encoding
: [0x23,0x7c,0x00,0x00,0x00,0x00,0xff,0xff]
26 ; CHECK
: move.
b #0, (%a0)
27 ; CHECK-SAME
: encoding
: [0x10,0xbc,0x00,0x00]
29 ; CHECK
: move.
l #0, (%a1)
30 ; CHECK-SAME
: encoding
: [0x22,0xbc,0x00,0x00,0x00,0x00]
32 ; CHECK
: move.
l #0, (%a1)
33 ; CHECK-SAME
: encoding
: [0x22,0xbc,0x00,0x00,0x00,0x00]