aboutsummaryrefslogtreecommitdiffhomepage
path: root/ptx/src/test/spirv_run/not.spvtxt
blob: 84482d94e1247ff08dc5b2f9e7b28dec01bbded9 (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
               OpCapability GenericPointer
               OpCapability Linkage
               OpCapability Addresses
               OpCapability Kernel
               OpCapability Int64
               OpCapability Int8
          %1 = OpExtInstImport "OpenCL.std"
               OpMemoryModel Physical64 OpenCL
               OpEntryPoint Kernel %5 "not"
       %void = OpTypeVoid
      %ulong = OpTypeInt 64 0
          %4 = OpTypeFunction %void %ulong %ulong
%_ptr_Function_ulong = OpTypePointer Function %ulong
%_ptr_Generic_ulong = OpTypePointer Generic %ulong
          %5 = OpFunction %void None %4
          %6 = OpFunctionParameter %ulong
          %7 = OpFunctionParameter %ulong
         %20 = OpLabel
          %8 = OpVariable %_ptr_Function_ulong Function
          %9 = OpVariable %_ptr_Function_ulong Function
         %10 = OpVariable %_ptr_Function_ulong Function
         %11 = OpVariable %_ptr_Function_ulong Function
               OpStore %8 %6
               OpStore %9 %7
         %13 = OpLoad %ulong %8
         %18 = OpConvertUToPtr %_ptr_Generic_ulong %13
         %12 = OpLoad %ulong %18
               OpStore %10 %12
         %15 = OpLoad %ulong %10
         %14 = OpNot %ulong %15
               OpStore %11 %14
         %16 = OpLoad %ulong %9
         %17 = OpLoad %ulong %11
         %19 = OpConvertUToPtr %_ptr_Generic_ulong %16
               OpStore %19 %17
               OpReturn
               OpFunctionEnd