aboutsummaryrefslogtreecommitdiffhomepage
path: root/ptx/src/test/spirv_run/lanemask_lt.spvtxt
blob: 3de53cea2584484d1021bdd888330c55c872af76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
               OpCapability GenericPointer
               OpCapability Linkage
               OpCapability Addresses
               OpCapability Kernel
               OpCapability Int8
               OpCapability Int16
               OpCapability Int64
               OpCapability Float16
               OpCapability Float64
         %40 = OpExtInstImport "OpenCL.std"
               OpMemoryModel Physical64 OpenCL
               OpEntryPoint Kernel %1 "lanemask_lt"
               OpExecutionMode %1 ContractionOff
               OpDecorate %11 LinkageAttributes "__zluda_ptx_impl__sreg_lanemask_lt" Import
       %void = OpTypeVoid
       %uint = OpTypeInt 32 0
         %43 = OpTypeFunction %uint
      %ulong = OpTypeInt 64 0
         %45 = OpTypeFunction %void %ulong %ulong
%_ptr_Function_ulong = OpTypePointer Function %ulong
%_ptr_Function_uint = OpTypePointer Function %uint
%_ptr_Generic_uint = OpTypePointer Generic %uint
     %uint_1 = OpConstant %uint 1
         %11 = OpFunction %uint None %43
               OpFunctionEnd
          %1 = OpFunction %void None %45
         %13 = OpFunctionParameter %ulong
         %14 = OpFunctionParameter %ulong
         %38 = OpLabel
          %2 = OpVariable %_ptr_Function_ulong Function
          %3 = OpVariable %_ptr_Function_ulong Function
          %4 = OpVariable %_ptr_Function_ulong Function
          %5 = OpVariable %_ptr_Function_ulong Function
          %6 = OpVariable %_ptr_Function_uint Function
          %7 = OpVariable %_ptr_Function_uint Function
          %8 = OpVariable %_ptr_Function_uint Function
               OpStore %2 %13
               OpStore %3 %14
         %15 = OpLoad %ulong %2 Aligned 8
               OpStore %4 %15
         %16 = OpLoad %ulong %3 Aligned 8
               OpStore %5 %16
         %18 = OpLoad %ulong %4
         %29 = OpConvertUToPtr %_ptr_Generic_uint %18
         %28 = OpLoad %uint %29 Aligned 4
         %17 = OpCopyObject %uint %28
               OpStore %6 %17
         %20 = OpLoad %uint %6
         %31 = OpCopyObject %uint %20
         %30 = OpIAdd %uint %31 %uint_1
         %19 = OpCopyObject %uint %30
               OpStore %7 %19
         %10 = OpFunctionCall %uint %11
         %32 = OpCopyObject %uint %10
         %21 = OpCopyObject %uint %32
               OpStore %8 %21
         %23 = OpLoad %uint %7
         %24 = OpLoad %uint %8
         %34 = OpCopyObject %uint %23
         %35 = OpCopyObject %uint %24
         %33 = OpIAdd %uint %34 %35
         %22 = OpCopyObject %uint %33
               OpStore %7 %22
         %25 = OpLoad %ulong %5
         %26 = OpLoad %uint %7
         %36 = OpConvertUToPtr %_ptr_Generic_uint %25
         %37 = OpCopyObject %uint %26
               OpStore %36 %37 Aligned 4
               OpReturn
               OpFunctionEnd