/external/swiftshader/third_party/astc-encoder/Source/ |
D | astc_partition_tables.cpp | 167 int sh1, sh2, sh3; in select_partition() local 171 sh2 = (partitioncount == 3 ? 6 : 5); in select_partition() 176 sh2 = (seed & 2 ? 4 : 5); in select_partition() 178 sh3 = (seed & 0x10) ? sh1 : sh2; in select_partition() 181 seed2 >>= sh2; in select_partition() 183 seed4 >>= sh2; in select_partition() 185 seed6 >>= sh2; in select_partition() 187 seed8 >>= sh2; in select_partition()
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | vector-unsigned-cmp.ll | 36 %sh2 = lshr <2 x i64> %y, <i64 1, i64 1> 37 %cmp = icmp ugt <2 x i64> %sh1, %sh2 66 %sh2 = lshr <2 x i64> %y, <i64 1, i64 1> 67 %cmp = icmp ult <2 x i64> %sh1, %sh2 100 %sh2 = lshr <2 x i64> %y, <i64 1, i64 1> 101 %cmp = icmp uge <2 x i64> %sh1, %sh2 134 %sh2 = lshr <2 x i64> %y, <i64 1, i64 1> 135 %cmp = icmp ule <2 x i64> %sh1, %sh2 154 %sh2 = lshr <4 x i32> %y, <i32 1, i32 1, i32 1, i32 1> 155 %cmp = icmp ugt <4 x i32> %sh1, %sh2 [all …]
|
D | stores-merging.ll | 454 %sh2 = lshr i32 %x, 16 455 %t3 = trunc i32 %sh2 to i8 520 %sh2 = lshr i64 %x, 16 521 %t3 = trunc i64 %sh2 to i8 558 %sh2 = lshr i64 %x, 32 559 %t3 = trunc i64 %sh2 to i16
|
D | vselect-avx.ll | 195 %sh2 = shl <8 x i32> %a, %shamt2 196 %sel = select <8 x i1> %bool, <8 x i32> %sh1, <8 x i32> %sh2
|
/external/llvm-project/llvm/test/Transforms/InstCombine/ |
D | apint-shift.ll | 74 %sh2 = shl i19 %sh1, 18 75 ret i19 %sh2 87 %sh2 = lshr <2 x i19> %sh1, <i19 2, i19 2> 88 ret <2 x i19> %sh2 99 %sh2 = lshr i9 %sh1, 3 100 %mul = mul i9 %sh1, %sh2 112 %sh2 = lshr <2 x i9> %sh1, <i9 3, i9 3> 113 %mul = mul <2 x i9> %sh1, %sh2 126 %sh2 = shl <2 x i19> %sh1, <i19 2, i19 2> 127 ret <2 x i19> %sh2 [all …]
|
D | shift-sra.ll | 125 %sh2 = ashr i32 %sh1, 7 126 ret i32 %sh2 138 %sh2 = ashr i32 %sh1, 17 139 ret i32 %sh2 150 %sh2 = ashr <2 x i32> %sh1, <i32 7, i32 7> 151 ret <2 x i32> %sh2 162 %sh2 = ashr <2 x i32> %sh1, <i32 17, i32 17> 163 ret <2 x i32> %sh2
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | merge-trunc-store.ll | 102 %sh2 = lshr i32 %x, 16 106 %t2 = trunc i32 %sh2 to i8 130 %sh2 = lshr i32 %x, 16 134 %t2 = trunc i32 %sh2 to i8 158 %sh2 = lshr i32 %x, 16 162 %t2 = trunc i32 %sh2 to i8 186 %sh2 = lshr i32 %x, 16 190 %t2 = trunc i32 %sh2 to i8 294 %sh2 = lshr i64 %x, 16 302 %t2 = trunc i64 %sh2 to i8 [all …]
|
D | arm64-extract.ll | 51 %sh2 = lshr i32 %b, 14 52 %val = or i32 %sh2, %sh1
|
D | extract.ll | 51 %sh2 = lshr i32 %b, 14 52 %val = or i32 %sh2, %sh1
|
/external/llvm/test/CodeGen/AArch64/ |
D | extract.ll | 51 %sh2 = lshr i32 %b, 14 52 %val = or i32 %sh2, %sh1
|
D | arm64-extract.ll | 52 %sh2 = lshr i32 %b, 14 53 %val = or i32 %sh2, %sh1
|
/external/mesa3d/src/mesa/main/ |
D | texcompress_astc.cpp | 315 int sh1, sh2, sh3; in select_partition() local 318 sh2 = (partitioncount == 3 ? 6 : 5); in select_partition() 321 sh2 = (seed & 2 ? 4 : 5); in select_partition() 323 sh3 = (seed & 0x10) ? sh1 : sh2; in select_partition() 326 seed2 >>= sh2; in select_partition() 328 seed4 >>= sh2; in select_partition() 330 seed6 >>= sh2; in select_partition() 332 seed8 >>= sh2; in select_partition()
|
/external/javaparser/javaparser-core-testing-bdd/src/test/resources/com/github/javaparser/samples/ |
D | JavaConcepts.java | 29 short sh1, sh2 = 1; field in JavaConcepts
|
/external/javaparser/javaparser-core-testing/src/test/test_sourcecode/com/github/javaparser/printer/ |
D | JavaConcepts.java | 29 short sh1, sh2 = 1; field in JavaConcepts
|
/external/javaparser/javaparser-core-testing/src/test/resources/com/github/javaparser/printer/ |
D | JavaConcepts_prettyprinted | 28 short sh1, sh2 = 1;
|
/external/llvm-project/llvm/test/Transforms/SLPVectorizer/X86/ |
D | bad-reduction.ll | 79 %sh2 = shl nuw nsw i64 %z2, 40 87 %or012 = or i64 %or01, %sh2 168 %sh2 = shl nuw nsw i64 %z2, 40 176 %or012 = or i64 %or01, %sh2
|
/external/javaparser/javaparser-core-testing-bdd/src/test/resources/com/github/javaparser/ |
D | pretty_printing_java_concepts.story | 33 short sh1, sh2 = 1;
|
/external/deqp/framework/common/ |
D | tcuAstcUtil.cpp | 1381 const int sh2 = (seed & 1) != 0 ? shB : shA; in computeTexelPartition() local 1382 const int sh3 = (seed & 0x10) != 0 ? sh1 : sh2; in computeTexelPartition() 1385 seed2 = (deUint8)(seed2 >> sh2); in computeTexelPartition() 1387 seed4 = (deUint8)(seed4 >> sh2); in computeTexelPartition() 1389 seed6 = (deUint8)(seed6 >> sh2); in computeTexelPartition() 1391 seed8 = (deUint8)(seed8 >> sh2); in computeTexelPartition()
|
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cProgramInterfaceQueryTests.cpp | 3643 GLuint sh2 = glCreateShader(GL_FRAGMENT_SHADER); in Run() local 3644 glAttachShader(program, sh2); in Run() 3645 glDeleteShader(sh2); in Run() 3646 glShaderSource(sh2, 1, &src_fs, NULL); in Run() 3647 glCompileShader(sh2); in Run()
|
D | es31cComputeShaderTests.cpp | 2133 const GLuint sh2 = glCreateShader(GL_COMPUTE_SHADER); in Run() local 2134 glShaderSource(sh2, 1, &cs2, NULL); in Run() 2135 glCompileShader(sh2); in Run() 2143 glAttachShader(p, sh2); in Run() 2163 glDeleteShader(sh2); in Run()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cProgramInterfaceQueryTests.cpp | 5017 GLuint sh2 = glCreateShader(GL_FRAGMENT_SHADER); in Run() local 5018 glAttachShader(program, sh2); in Run() 5019 glDeleteShader(sh2); in Run() 5020 glShaderSource(sh2, 1, &src_fs, NULL); in Run() 5021 glCompileShader(sh2); in Run()
|
D | gl4cComputeShaderTests.cpp | 2496 const GLuint sh2 = glCreateShader(GL_COMPUTE_SHADER); in Run() local 2497 glShaderSource(sh2, 1, &cs2, NULL); in Run() 2498 glCompileShader(sh2); in Run() 2506 glAttachShader(p, sh2); in Run() 2511 glDeleteShader(sh2); in Run()
|
/external/libsrtp2/ |
D | README.md | 408 [sh2]$ test/rtpw -r -k $k -e 128 -a 0.0.0.0 9999
|
/external/hyphenation-patterns/en-US/ |
D | hyph-en-us.pat.txt | 165 .sh2
|
/external/scapy/test/ |
D | tls.uts | 1106 …sh2 = Ether(b"\xaa\xaa\xaa\xaa\xaa\xaa\xbb\xbb\xbb\xbb\xbb\xbb\x86\xdd`\x04Z\xd8\x02\x19\x06@\xcfm… 1107 assert TLS in sh2 1108 assert isinstance(sh2.msg[0], TLSClientHello)
|