repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[InstCombine] Signed saturation tests. NFC
[llvm-complete.git]
/
test
/
MC
/
Disassembler
/
PowerPC
/
ppc64-encoding-4xx.txt
blob
22eef5669c92ac043b314920285add7592d886f5
1
# RUN: llvm-mc --disassemble %s -triple powerpc64-unknown-unknown -mcpu=pwr7 | FileCheck %s
2
3
# CHECK: mfdcr 3, 178
4
0x7c 0x72 0x2a 0x86
5
# CHECK: mtdcr 178, 3
6
0x7c 0x72 0x2b 0x86
7
8
# CHECK: tlbrehi 2, 3
9
0x7c 0x43 0x07 0x64
10
# CHECK: tlbrelo 2, 3
11
0x7c 0x43 0x0f 0x64
12
13
# CHECK: tlbwehi 2, 3
14
0x7c 0x43 0x07 0xa4
15
# CHECK: tlbwelo 2, 3
16
0x7c 0x43 0x0f 0xa4
17
18
# CHECK: tlbsx 2, 3, 1
19
0x7c 0x43 0x0f 0x24
20
# CHECK: tlbsx. 2, 3, 1
21
0x7c 0x43 0x0f 0x25
22
23
# CHECK: dccci 5, 6
24
0x7c 0x05 0x33 0x8c
25
# CHECK: iccci 5, 6
26
0x7c 0x05 0x37 0x8c