We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d830907 commit 7acdac2Copy full SHA for 7acdac2
llvm/test/MC/M68k/Data/Classes/MxMoveSR.s
@@ -0,0 +1,9 @@
1
+; RUN: llvm-mc -triple=m68k -mcpu=M68000 -show-encoding %s | FileCheck %s
2
+
3
+; CHECK: move.w %d1, %sr
4
+; CHECK-SAME: encoding: [0x46,0xc1]
5
+move.w %d1, %sr
6
7
+; CHECK: move.w %sr, %d1
8
+; CHECK-SAME: encoding: [0x32,0x00]
9
+move.w %sr, %d1
0 commit comments