1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-23 13:02:52 +02:00
llvm-mirror/test
Kit Barton e51a13ad8a Power9] Implement new vsx instructions: compare and conversion
This change implements the following vsx instructions:

Quad/Double-Precision Compare:
xscmpoqp xscmpuqp
xscmpexpdp xscmpexpqp
xscmpeqdp xscmpgedp xscmpgtdp xscmpnedp
xvcmpnedp(.) xvcmpnesp(.)
Quad-Precision Floating-Point Conversion
xscvqpdp(o) xscvdpqp
xscvqpsdz xscvqpswz xscvqpudz xscvqpuwz xscvsdqp xscvudqp
xscvdphp xscvhpdp xvcvhpsp xvcvsphp
xsrqpi xsrqpix xsrqpxp
28 instructions

Phabricator: http://reviews.llvm.org/D16709
llvm-svn: 262068
2016-02-26 21:11:55 +00:00
..
Analysis Another fix the testcase introduced by r261903 - Add the missing matches 2016-02-26 03:41:47 +00:00
Assembler
Bindings Add support for invoke/landingpad/resume in C API test 2016-02-18 20:38:32 +00:00
Bitcode
BugPoint
CodeGen Revert r262054 on one file that fails sometimes. 2016-02-26 20:41:07 +00:00
DebugInfo [CodeView] Describe variables live in x87 registers 2016-02-24 10:01:24 +00:00
Examples
ExecutionEngine
Feature
FileCheck
Instrumentation [PGO] Add test case to ensure covmap section is not allocatable. 2016-02-26 03:05:10 +00:00
Integer
JitListener
LibDriver
Linker
LTO
MC Power9] Implement new vsx instructions: compare and conversion 2016-02-26 21:11:55 +00:00
Object Represent the dynamic table itself with a DynRegionInfo. 2016-02-17 16:48:00 +00:00
Other [PM] Introduce CRTP mixin base classes to help define passes and 2016-02-26 11:44:45 +00:00
SymbolRewriter
TableGen
tools Fix tests that used CHECK-NEXT-NOT and CHECK-DAG-NOT. 2016-02-26 19:40:34 +00:00
Transforms [x86, InstCombine] transform x86 AVX masked stores to LLVM intrinsics 2016-02-26 21:04:14 +00:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg
lit.site.cfg.in
TestRunner.sh