Repository URL to install this package:
|
Version:
0.36.2 ▾
|
//
// Generated by NVIDIA NVVM Compiler
// Compiler built on Tue Apr 1 03:34:02 2014 (1396341242)
// Cuda compilation tools, release 6.0, V6.0.1
//
.version 4.0
.target sm_20
.address_size 64
.visible .func (.param .b32 func_retval0) bar(
.param .b64 bar_param_0,
.param .b32 bar_param_1
)
{
.reg .s32 %r<4>;
.reg .s64 %rd<2>;
ld.param.u64 %rd1, [bar_param_0];
ld.param.u32 %r1, [bar_param_1];
shl.b32 %r2, %r1, 1;
st.u32 [%rd1], %r2;
mov.u32 %r3, 0;
st.param.b32 [func_retval0+0], %r3;
ret;
}