Home
last modified time | relevance | path

Searched refs:sh2 (Results 1 – 25 of 28) sorted by relevance

12

/external/swiftshader/third_party/astc-encoder/Source/
Dastc_partition_tables.cpp167 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/
Dvector-unsigned-cmp.ll36 %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 …]
Dstores-merging.ll454 %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
Dvselect-avx.ll195 %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/
Dapint-shift.ll74 %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 …]
Dshift-sra.ll125 %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/
Dmerge-trunc-store.ll102 %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 …]
Darm64-extract.ll51 %sh2 = lshr i32 %b, 14
52 %val = or i32 %sh2, %sh1
Dextract.ll51 %sh2 = lshr i32 %b, 14
52 %val = or i32 %sh2, %sh1
/external/llvm/test/CodeGen/AArch64/
Dextract.ll51 %sh2 = lshr i32 %b, 14
52 %val = or i32 %sh2, %sh1
Darm64-extract.ll52 %sh2 = lshr i32 %b, 14
53 %val = or i32 %sh2, %sh1
/external/mesa3d/src/mesa/main/
Dtexcompress_astc.cpp315 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/
DJavaConcepts.java29 short sh1, sh2 = 1; field in JavaConcepts
/external/javaparser/javaparser-core-testing/src/test/test_sourcecode/com/github/javaparser/printer/
DJavaConcepts.java29 short sh1, sh2 = 1; field in JavaConcepts
/external/javaparser/javaparser-core-testing/src/test/resources/com/github/javaparser/printer/
DJavaConcepts_prettyprinted28 short sh1, sh2 = 1;
/external/llvm-project/llvm/test/Transforms/SLPVectorizer/X86/
Dbad-reduction.ll79 %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/
Dpretty_printing_java_concepts.story33 short sh1, sh2 = 1;
/external/deqp/framework/common/
DtcuAstcUtil.cpp1381 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/
Des31cProgramInterfaceQueryTests.cpp3643 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()
Des31cComputeShaderTests.cpp2133 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/
Dgl4cProgramInterfaceQueryTests.cpp5017 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()
Dgl4cComputeShaderTests.cpp2496 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/
DREADME.md408 [sh2]$ test/rtpw -r -k $k -e 128 -a 0.0.0.0 9999
/external/hyphenation-patterns/en-US/
Dhyph-en-us.pat.txt165 .sh2
/external/scapy/test/
Dtls.uts1106sh2 = 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)

12