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