1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/test/CodeGen/PTX
Justin Holewinski d9c382441b PTX: Fix various codegen issues
- Emit mad instead of mad.rn for shader model 1.0
- Emit explicit mov.u32 instructions for reading global variables
- (most PTX instructions cannot take global variable immediates)

llvm-svn: 127895
2011-03-18 19:24:28 +00:00
..
add.ll Extend initial support for primitive types in PTX backend 2011-03-02 03:20:28 +00:00
bra.ll ptx: add unconditional and conditional branch 2011-03-18 11:08:52 +00:00
dg.exp
exit.ll ptx: add passing parameter to kernel functions 2011-02-10 12:01:24 +00:00
fdiv-sm10.ll PTX: Add preliminary support for floating-point divide and multiply-and-add 2011-03-10 16:57:18 +00:00
fdiv-sm13.ll PTX: Add preliminary support for floating-point divide and multiply-and-add 2011-03-10 16:57:18 +00:00
intrinsic.ll PTX: Set PTX 2.0 as the minimum supported version 2011-03-15 13:24:15 +00:00
ld.ll PTX: Fix various codegen issues 2011-03-18 19:24:28 +00:00
llvm-intrinsic.ll PTX: Add support for sqrt/sin/cos intrinsics 2011-03-14 14:09:33 +00:00
mad.ll PTX: Fix various codegen issues 2011-03-18 19:24:28 +00:00
mov.ll Extend initial support for primitive types in PTX backend 2011-03-02 03:20:28 +00:00
mul.ll Extend initial support for primitive types in PTX backend 2011-03-02 03:20:28 +00:00
options.ll PTX: Set PTX 2.0 as the minimum supported version 2011-03-15 13:24:15 +00:00
parameter-order.ll ptx: fix parameter order that is reversed 2011-03-18 11:23:56 +00:00
ret.ll Add simple arithmetics and %type directive for PTX 2010-11-17 08:08:49 +00:00
setp.ll ptx: add set.p instruction and related changes to predicate execution 2011-03-14 11:26:01 +00:00
shl.ll ptx: add shift instructions 2010-12-06 04:00:03 +00:00
shr.ll ptx: add shift instructions 2010-12-06 04:00:03 +00:00
st.ll PTX: Fix various codegen issues 2011-03-18 19:24:28 +00:00
sub.ll Extend initial support for primitive types in PTX backend 2011-03-02 03:20:28 +00:00