Home | History | Annotate | Download | only in X86
      1 // RUN: llvm-mc -triple i386-unknown-unknown --show-encoding %s | FileCheck %s
      2 
      3 // CHECK: rdrandl %eax
      4 // CHECK: encoding: [0x0f,0xc7,0xf0]
      5 rdrandl %eax
      6 
      7