• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// RUN: llvm-mc -triple i386-unknown-unknown --show-encoding %s | FileCheck %s
2
3// CHECK: rdrandl %eax
4// CHECK: encoding: [0x0f,0xc7,0xf0]
5rdrandl %eax
6
7