xref: /llvm-project/llvm/test/MC/M68k/Arith/Classes/MxNOT.s (revision 614a5780347ff0c8f82b8867660ea7fb4d9fdccb)
1; RUN: llvm-mc -triple=m68k -show-encoding %s | FileCheck %s
2
3; CHECK:      not.b  %d0
4; CHECK-SAME: encoding: [0x46,0x00]
5not.b	%d0
6; CHECK:      not.w  %d0
7; CHECK-SAME: encoding: [0x46,0x40]
8not.w	%d0
9; CHECK:      not.l  %d0
10; CHECK-SAME: encoding: [0x46,0x80]
11not.l	%d0
12