brintos

brintos / llvm-project-archived public Read only

0
0
Text · 515 B · f3892a1 Raw
18 lines · plain
1/// Encoding and disassembly of rdpru.2 3// RUN: llvm-mc -triple i686-- --show-encoding %s |\4// RUN:   FileCheck %s --check-prefixes=CHECK,ENCODING5 6// RUN: llvm-mc -triple i686-- -filetype=obj %s |\7// RUN:   llvm-objdump -d - | FileCheck %s8 9// RUN: llvm-mc -triple x86_64-- --show-encoding %s |\10// RUN:   FileCheck %s --check-prefixes=CHECK,ENCODING11 12// RUN: llvm-mc -triple x86_64-- -filetype=obj %s |\13// RUN:   llvm-objdump -d - | FileCheck %s14 15// CHECK: rdpru16// ENCODING:  encoding: [0x0f,0x01,0xfd]17rdpru18