aboutsummaryrefslogtreecommitdiff
path: root/test/MC/X86/RDRAND-64.s
blob: 3482c0ecd5c3dc129e48d1f67c771b85cc7a6538 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// RUN: llvm-mc -triple x86_64-unknown-unknown --show-encoding %s | FileCheck %s

// CHECK: rdrandl %r13d 
// CHECK: encoding: [0x41,0x0f,0xc7,0xf5]         
rdrandl %r13d 

// CHECK: rdrandq %r13 
// CHECK: encoding: [0x49,0x0f,0xc7,0xf5]         
rdrandq %r13 

// CHECK: rdrandw %r13w 
// CHECK: encoding: [0x66,0x41,0x0f,0xc7,0xf5]         
rdrandw %r13w