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-p8vector.txt
blob
eeea2db673f2f678d7514d324323a40383cc1061
1
# RUN: llvm-mc --disassemble %s -triple powerpc64-unknown-unknown -mcpu=pwr8 | FileCheck %s
2
3
# CHECK: vpksdss 2, 3, 4
4
0x10 0x43 0x25 0xce
5
6
# CHECK: vpksdus 2, 3, 4
7
0x10 0x43 0x25 0x4e
8
9
# CHECK: vpkudus 2, 3, 4
10
0x10 0x43 0x24 0xce
11
12
# CHECK: vpkudum 2, 3, 4
13
0x10 0x43 0x24 0x4e
14
15
# CHECK: vupkhsw 2, 3
16
0x10 0x40 0x1e 0x4e
17
18
# CHECK: vupklsw 2, 3
19
0x10 0x40 0x1e 0xce