1// RUN: llvm-mc -triple x86_64-unknown-unknown --show-encoding %s | FileCheck %s 2 3// CHECK: rdpmc 4// CHECK: encoding: [0x0f,0x33] 5rdpmc 6 7