Searched refs:ulong2 (Results 1 – 7 of 7) sorted by relevance
/external/llvm/test/ExecutionEngine/OrcMCJIT/ |
D | test-setcond-int.ll | 17 %ulong2 = add i64 0, 0 ; <i64> [#uses=6] 38 %test19 = icmp eq i64 %ulong1, %ulong2 ; <i1> [#uses=0] 39 %test20 = icmp uge i64 %ulong1, %ulong2 ; <i1> [#uses=0] 40 %test21 = icmp ugt i64 %ulong1, %ulong2 ; <i1> [#uses=0] 41 %test22 = icmp ule i64 %ulong1, %ulong2 ; <i1> [#uses=0] 42 %test23 = icmp ult i64 %ulong1, %ulong2 ; <i1> [#uses=0] 43 %test24 = icmp ne i64 %ulong1, %ulong2 ; <i1> [#uses=0]
|
/external/swiftshader/third_party/LLVM/test/ExecutionEngine/ |
D | test-setcond-int.ll | 17 %ulong2 = add i64 0, 0 ; <i64> [#uses=6] 38 %test19 = icmp eq i64 %ulong1, %ulong2 ; <i1> [#uses=0] 39 %test20 = icmp uge i64 %ulong1, %ulong2 ; <i1> [#uses=0] 40 %test21 = icmp ugt i64 %ulong1, %ulong2 ; <i1> [#uses=0] 41 %test22 = icmp ule i64 %ulong1, %ulong2 ; <i1> [#uses=0] 42 %test23 = icmp ult i64 %ulong1, %ulong2 ; <i1> [#uses=0] 43 %test24 = icmp ne i64 %ulong1, %ulong2 ; <i1> [#uses=0]
|
/external/llvm/test/ExecutionEngine/MCJIT/ |
D | test-setcond-int.ll | 17 %ulong2 = add i64 0, 0 ; <i64> [#uses=6] 38 %test19 = icmp eq i64 %ulong1, %ulong2 ; <i1> [#uses=0] 39 %test20 = icmp uge i64 %ulong1, %ulong2 ; <i1> [#uses=0] 40 %test21 = icmp ugt i64 %ulong1, %ulong2 ; <i1> [#uses=0] 41 %test22 = icmp ule i64 %ulong1, %ulong2 ; <i1> [#uses=0] 42 %test23 = icmp ult i64 %ulong1, %ulong2 ; <i1> [#uses=0] 43 %test24 = icmp ne i64 %ulong1, %ulong2 ; <i1> [#uses=0]
|
/external/llvm/test/ExecutionEngine/ |
D | test-interp-vec-setcond-int.ll | 17 %ulong2 = add <2 x i64> <i64 0, i64 0>, <i64 0, i64 0> 38 %test19 = icmp eq <2 x i64> %ulong1, %ulong2 39 %test20 = icmp uge <2 x i64> %ulong1, %ulong2 40 %test21 = icmp ugt <2 x i64> %ulong1, %ulong2 41 %test22 = icmp ule <2 x i64> %ulong1, %ulong2 42 %test23 = icmp ult <2 x i64> %ulong1, %ulong2 43 %test24 = icmp ne <2 x i64> %ulong1, %ulong2
|
/external/spirv-llvm/lib/SPIRV/runtime/OpenCL/inc/ |
D | spirv_convert.h | 574 __attribute__((overloadable)) ulong2 __spirv_ConvertFToU_Rulong2(half2); 575 __attribute__((overloadable)) ulong2 __spirv_ConvertFToU_Rulong2_rtz(half2); 576 __attribute__((overloadable)) ulong2 __spirv_ConvertFToU_Rulong2_rte(half2); 577 __attribute__((overloadable)) ulong2 __spirv_ConvertFToU_Rulong2_rtp(half2); 578 __attribute__((overloadable)) ulong2 __spirv_ConvertFToU_Rulong2_rtn(half2); 579 __attribute__((overloadable)) ulong2 __spirv_ConvertFToU_Rulong2_sat(half2); 580 __attribute__((overloadable)) ulong2 __spirv_ConvertFToU_Rulong2_sat_rtz(half2); 581 __attribute__((overloadable)) ulong2 __spirv_ConvertFToU_Rulong2_sat_rte(half2); 582 __attribute__((overloadable)) ulong2 __spirv_ConvertFToU_Rulong2_sat_rtp(half2); 583 __attribute__((overloadable)) ulong2 __spirv_ConvertFToU_Rulong2_sat_rtn(half2); [all …]
|
/external/clang/test/Sema/ |
D | ext_vector_casts.c | 12 typedef unsigned long ulong2 __attribute__ ((ext_vector_type(2))); typedef 79 stride.lo = ((ulong2) x) * pixelByteStride; // no-warning in RDar15091442_get_stride4() 100 ulong2 vl = (unsigned long)l; in splats()
|
/external/clang/lib/Headers/ |
D | opencl-c.h | 113 typedef ulong ulong2 __attribute__((ext_vector_type(2))); typedef 1113 char2 __ovld __cnfn convert_char2_rte(ulong2); 1114 char2 __ovld __cnfn convert_char2_sat_rte(ulong2); 1115 char2 __ovld __cnfn convert_char2_rtz(ulong2); 1116 char2 __ovld __cnfn convert_char2_sat_rtz(ulong2); 1117 char2 __ovld __cnfn convert_char2_rtp(ulong2); 1118 char2 __ovld __cnfn convert_char2_sat_rtp(ulong2); 1119 char2 __ovld __cnfn convert_char2_rtn(ulong2); 1120 char2 __ovld __cnfn convert_char2_sat_rtn(ulong2); 1121 char2 __ovld __cnfn convert_char2(ulong2); [all …]
|