Lei Huang
be0afb0870
[Power9]Legalize and emit code for quad-precision convert from double-precision
...
Legalize and emit code for quad-precision floating point operation xscvdpqp
and add option to guard the quad precision operation support.
Differential Revision: https://reviews.llvm.org/D44746
llvm-svn: 328558
2018-03-26 17:46:25 +00:00
Lei Huang
efd6f1c8e2
[POWER9][NFC] update testcase check statements
...
llvm-svn: 328147
2018-03-21 20:59:45 +00:00
Lei Huang
ecfede94a7
[Power9]Legalize and emit code for quad-precision copySign/abs/nabs/neg/sqrt
...
Legalize and emit code for quad-precision floating point operations:
* xscpsgnqp
* xsabsqp
* xsnabsqp
* xsnegqp
* xssqrtqp
Differential Revision: https://reviews.llvm.org/D44530
llvm-svn: 327889
2018-03-19 19:22:52 +00:00
Lei Huang
6d1596a98c
[PowerPC][Power9]Legalize and emit code for quad-precision add/div/mul/sub
...
Legalize and emit code for quad-precision floating point operations:
* xsaddqp
* xssubqp
* xsdivqp
* xsmulqp
Differential Revision: https://reviews.llvm.org/D44506
llvm-svn: 327878
2018-03-19 18:52:20 +00:00