repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
llvm
/
test
/
MC
/
Disassembler
/
X86
/
x86-64-msrlist.txt
blob
ce01a717d35b529d6e64937e533f6c03134fade2
1
# RUN: llvm-mc --disassemble %s -triple=x86_64 | FileCheck %s --check-prefixes=ATT
2
# RUN: llvm-mc --disassemble %s -triple=x86_64 -x86-asm-syntax=intel --output-asm-variant=1 | FileCheck %s --check-prefixes=INTEL
3
4
# ATT: rdmsrlist
5
# INTEL: rdmsrlist
6
0xf2,0x0f,0x01,0xc6
7
8
# ATT: wrmsrlist
9
# INTEL: wrmsrlist
10
0xf3,0x0f,0x01,0xc6