1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/test/MC/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.s [PowerPC] Add asm/disasm support for dcbt with hint 2015-04-23 22:47:57 +00:00
deprecated-p7.s Properly handle the mftb instruction. 2015-06-16 16:01:15 +00:00
htm.s
lcomm.s
lit.local.cfg
ppc32-ba.s
ppc64-abiversion.s
ppc64-encoding-4xx.s [PowerPC] Enable printing instructions using aliases 2015-04-23 18:30:38 +00:00
ppc64-encoding-6xx.s [PowerPC] Enable printing instructions using aliases 2015-04-23 18:30:38 +00:00
ppc64-encoding-bookII.s [PowerPC] Use sync inst alias when printing 2015-04-23 23:05:08 +00:00
ppc64-encoding-bookIII.s [PowerPC] Enable printing instructions using aliases 2015-04-23 18:30:38 +00:00
ppc64-encoding-e500.s
ppc64-encoding-ext.s [PowerPC] Enable printing instructions using aliases 2015-04-23 18:30:38 +00:00
ppc64-encoding-fp.s [PowerPC] Enable printing instructions using aliases 2015-04-23 18:30:38 +00:00
ppc64-encoding-p8vector.s [PPC64] Add vector pack/unpack support from ISA 2.07 2015-05-16 01:02:12 +00:00
ppc64-encoding-spe.s
ppc64-encoding-vmx.s [PPC] Implement vmrgew and vmrgow instructions 2015-06-25 15:17:40 +00:00
ppc64-encoding.s [PPC64] Add support for clrbhrb, mfbhrbe, rfebb. 2015-05-22 16:44:10 +00:00
ppc64-errors.s
ppc64-fixup-apply.s
ppc64-fixup-explicit.s
ppc64-fixups.s
ppc64-initial-cfa.s Use CIE version 1 for .eh_frame. 2015-04-27 22:04:24 +00:00
ppc64-localentry-error1.s
ppc64-localentry-error2.s
ppc64-localentry.s
ppc64-operands.s
ppc64-regs.s
ppc64-relocs-01.s
ppc64-tls-relocs-01.s
ppc-llong.s
ppc-machine.s
ppc-nop.s
ppc-reloc.s Update tests to not be as dependent on section numbers. 2015-04-15 15:59:37 +00:00
ppc-word.s
qpx.s [PowerPC] Support register name prefixes for vector registers 2015-04-23 23:16:22 +00:00
st-other-crash.s Add testcase that would crash before the previous revert. 2015-06-04 05:51:13 +00:00
tls-gd-obj.s Update tests to not be as dependent on section numbers. 2015-04-15 15:59:37 +00:00
tls-ie-obj.s Update tests to not be as dependent on section numbers. 2015-04-15 15:59:37 +00:00
tls-ld-obj.s Update tests to not be as dependent on section numbers. 2015-04-15 15:59:37 +00:00
vsx.s Scalar to vector conversions using direct moves 2015-08-13 17:40:44 +00:00