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