1// RUN: llvm-mc -triple i386-unknown-unknown --show-encoding %s | FileCheck %s 2 3// CHECK: clzero 4// CHECK: encoding: [0x0f,0x01,0xfc] 5clzero 6 7