brintos

brintos / llvm-project-archived public Read only

0
0
Text · 165 B · 5461ca7 Raw
7 lines · plain
1// RUN: llvm-mc -triple i386-unknown-unknown --show-encoding %s | FileCheck %s2 3// CHECK: rdrandl %eax 4// CHECK: encoding: [0x0f,0xc7,0xf0]         5rdrandl %eax 6 7