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