1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00
llvm-mirror/test/CodeGen/PTX
Justin Holewinski c515f1b903 PTX: Adjust rounding modes
* rounding modes for fp add, mul, sub now use .rn
* float -> int rounding correctly uses .rzi not .rni
* 32bit fdiv for sm13 uses div.rn (instead of div.approx)
* 32bit fdiv for sm10 now uses div (instead of div.approx)

Approx is not IEEE 754 compatible (and should be optionally set by a flag to the backend instead). The .rn rounding modifier is the PTX default anyway, but it's better to be explicit.

All these modifiers should be available by using __fmul_rz functions for example, but support will need to be added for this in the backend.

Patch by Dan Bailey

llvm-svn: 133253
2011-06-17 12:12:42 +00:00
..
add.ll PTX: Adjust rounding modes 2011-06-17 12:12:42 +00:00
bitwise.ll PTX: support for bitwise operations on predicates 2011-04-28 00:19:51 +00:00
bra.ll PTX: Add intrinsics to list of built-in intrinsics, which allows them to be 2011-04-20 15:37:17 +00:00
cvt.ll PTX: Adjust rounding modes 2011-06-17 12:12:42 +00:00
dg.exp
exit.ll PTX: Add intrinsics to list of built-in intrinsics, which allows them to be 2011-04-20 15:37:17 +00:00
fdiv-sm10.ll PTX: Adjust rounding modes 2011-06-17 12:12:42 +00:00
fdiv-sm13.ll PTX: Adjust rounding modes 2011-06-17 12:12:42 +00:00
fneg.ll PTX: Finish new calling convention implementation 2011-06-16 17:50:00 +00:00
intrinsic.ll PTX: Add intrinsics to list of built-in intrinsics, which allows them to be 2011-04-20 15:37:17 +00:00
ld.ll PTX: Finish new calling convention implementation 2011-06-16 17:50:00 +00:00
llvm-intrinsic.ll PTX: Finish new calling convention implementation 2011-06-16 17:50:00 +00:00
mad-disabling.ll PTX: add flag to disable mad/fma selection 2011-05-18 15:42:23 +00:00
mad.ll PTX: Finish new calling convention implementation 2011-06-16 17:50:00 +00:00
mov.ll PTX: Finish new calling convention implementation 2011-06-16 17:50:00 +00:00
mul.ll PTX: Adjust rounding modes 2011-06-17 12:12:42 +00:00
options.ll PTX: add PTX 2.3 language target 2011-05-06 11:40:36 +00:00
parameter-order.ll PTX: Finish new calling convention implementation 2011-06-16 17:50:00 +00:00
ret.ll PTX: Add intrinsics to list of built-in intrinsics, which allows them to be 2011-04-20 15:37:17 +00:00
selp.ll PTX: Finish new calling convention implementation 2011-06-16 17:50:00 +00:00
setp.ll PTX: Add intrinsics to list of built-in intrinsics, which allows them to be 2011-04-20 15:37:17 +00:00
shl.ll PTX: Add intrinsics to list of built-in intrinsics, which allows them to be 2011-04-20 15:37:17 +00:00
shr.ll PTX: Add intrinsics to list of built-in intrinsics, which allows them to be 2011-04-20 15:37:17 +00:00
st.ll PTX: Finish new calling convention implementation 2011-06-16 17:50:00 +00:00
sub.ll PTX: Adjust rounding modes 2011-06-17 12:12:42 +00:00