/external/swiftshader/third_party/llvm-7.0/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 …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/ |
D | apint-shift.ll | 76 %sh2 = shl i19 %sh1, 18 77 ret i19 %sh2 89 %sh2 = lshr <2 x i19> %sh1, <i19 2, i19 2> 90 ret <2 x i19> %sh2 101 %sh2 = lshr i9 %sh1, 3 102 %mul = mul i9 %sh1, %sh2 114 %sh2 = lshr <2 x i9> %sh1, <i9 3, i9 3> 115 %mul = mul <2 x i9> %sh1, %sh2 128 %sh2 = shl <2 x i19> %sh1, <i19 2, i19 2> 129 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/test/CodeGen/AArch64/ |
D | arm64-extract.ll | 52 %sh2 = lshr i32 %b, 14 53 %val = or i32 %sh2, %sh1
|
D | extract.ll | 51 %sh2 = lshr i32 %b, 14 52 %val = or i32 %sh2, %sh1
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | extract.ll | 51 %sh2 = lshr i32 %b, 14 52 %val = or i32 %sh2, %sh1
|
D | arm64-extract.ll | 51 %sh2 = lshr i32 %b, 14 52 %val = or i32 %sh2, %sh1
|
/external/u-boot/arch/sh/ |
D | config.mk | 11 ifeq ($(CPU),sh2)
|
D | Kconfig | 124 default "sh2" if CPU_SH2
|
/external/javaparser/javaparser-testing/src/test/resources/com/github/javaparser/bdd/samples/ |
D | JavaConcepts.java | 29 short sh1, sh2 = 1; field in JavaConcepts
|
/external/javaparser/javaparser-testing/src/test/test_sourcecode/com/github/javaparser/printer/ |
D | JavaConcepts.java | 29 short sh1, sh2 = 1; field in JavaConcepts
|
/external/javaparser/javaparser-testing/src/test/resources/com/github/javaparser/printer/ |
D | JavaConcepts_prettyprinted | 28 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/javaparser/javaparser-testing/src/test/resources/com/github/javaparser/bdd/ |
D | pretty_printing_java_concepts.story | 33 short sh1, sh2 = 1;
|
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cProgramInterfaceQueryTests.cpp | 3556 GLuint sh2 = glCreateShader(GL_FRAGMENT_SHADER); in Run() local 3557 glAttachShader(program, sh2); in Run() 3558 glDeleteShader(sh2); in Run() 3559 glShaderSource(sh2, 1, &src_fs, NULL); in Run() 3560 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 | 2498 const GLuint sh2 = glCreateShader(GL_COMPUTE_SHADER); in Run() local 2499 glShaderSource(sh2, 1, &cs2, NULL); in Run() 2500 glCompileShader(sh2); in Run() 2508 glAttachShader(p, sh2); in Run() 2513 glDeleteShader(sh2); in Run()
|
/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)
|
/external/hyphenation-patterns/ga/ |
D | hyph-ga.pat.txt | 5210 1sh2
|
/external/hyphenation-patterns/en-GB/ |
D | hyph-en-gb.pat.txt | 416 .sh2
|