1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 12:02:58 +02:00
llvm-mirror/test/MC/Disassembler/PowerPC
Nemanja Ivanovic 285f278c18 Scalar to vector conversions using direct moves
This patch corresponds to review:
http://reviews.llvm.org/D11471

It improves the code generated for converting a scalar to a vector value. With
direct moves from GPRs to VSRs, we no longer require expensive stack operations
for this. Subsequent patches will handle the reverse case and more general
operations between vectors and their scalar elements.

llvm-svn: 244921
2015-08-13 17:40:44 +00:00
..
dcbt.txt [PowerPC] Add asm/disasm support for dcbt with hint 2015-04-23 22:47:57 +00:00
lit.local.cfg
ppc64-encoding-4xx.txt [PowerPC] Enable printing instructions using aliases 2015-04-23 18:30:38 +00:00
ppc64-encoding-6xx.txt Add PPC 603's tlbld and tlbli instructions. 2014-08-04 23:49:45 +00:00
ppc64-encoding-bookII.txt [PowerPC] Use sync inst alias when printing 2015-04-23 23:05:08 +00:00
ppc64-encoding-bookIII.txt [PowerPC] Enable printing instructions using aliases 2015-04-23 18:30:38 +00:00
ppc64-encoding-e500.txt Add features for PPC 4xx and e500/e500mc instructions. 2014-08-04 15:47:38 +00:00
ppc64-encoding-ext.txt [PowerPC] Enable printing instructions using aliases 2015-04-23 18:30:38 +00:00
ppc64-encoding-fp.txt [PowerPC] Add assembler support for mcrfs and friends 2015-01-15 01:00:53 +00:00
ppc64-encoding-p8vector.txt [PPC64] Add vector pack/unpack support from ISA 2.07 2015-05-16 01:02:12 +00:00
ppc64-encoding-vmx.txt [PPC] Implement vmrgew and vmrgow instructions 2015-06-25 15:17:40 +00:00
ppc64-encoding.txt [PPC64] Add support for clrbhrb, mfbhrbe, rfebb. 2015-05-22 16:44:10 +00:00
ppc64-operands.txt [PowerPC] Enable printing instructions using aliases 2015-04-23 18:30:38 +00:00
ppc64le-encoding.txt [PPC] Disassemble little endian ppc instructions in the right byte order 2015-07-15 12:56:19 +00:00
qpx.txt [PowerPC] Enable printing instructions using aliases 2015-04-23 18:30:38 +00:00
vsx.txt Scalar to vector conversions using direct moves 2015-08-13 17:40:44 +00:00