/external/llvm/test/CodeGen/X86/ |
D | pr3154.ll | 1 ; RUN: llc < %s -mtriple=i386-pc-linux-gnu -mattr=+sse2 2 ; RUN: llc < %s -mtriple=i386-pc-linux-gnu -mattr=+sse2 -relocation-model=pic -disable-fp-elim 29 %12 = mul i32 %11, -4 ; <i32> [#uses=2] 31 %14 = and i32 %13, -4 ; <i32> [#uses=2] 40 …-1*4($3,$1), %xmm3 \0A\09mulpd %xmm0, %xmm2 \0A\09mulpd %xmm1, %xmm3 … 44 …-2*4($3,$1), %xmm3 \0A\09mulpd %xmm0, %xmm2 \0A\09mulpd %xmm1, %xmm3 … 52 %j4.042 = phi i32 [ 0, %bb28.preheader ], [ %indvar.next45, %bb27 ] ; <i32> [#uses=2] 53 %19 = sub i32 %j4.042, %lag ; <i32> [#uses=1] 56 %indvar.next45 = add i32 %j4.042, 1 ; <i32> [#uses=2] 66 %22 = mul i32 %len, -8 ; <i32> [#uses=2] [all …]
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | pr3154.ll | 1 ; RUN: llc < %s -mtriple=i386-pc-linux-gnu -mattr=+sse2 2 ; RUN: llc < %s -mtriple=i386-pc-linux-gnu -mattr=+sse2 -relocation-model=pic -disable-fp-elim 29 %12 = mul i32 %11, -4 ; <i32> [#uses=2] 31 %14 = and i32 %13, -4 ; <i32> [#uses=2] 40 …-1*4($3,$1), %xmm3 \0A\09mulpd %xmm0, %xmm2 \0A\09mulpd %xmm1, %xmm3 … 44 …-2*4($3,$1), %xmm3 \0A\09mulpd %xmm0, %xmm2 \0A\09mulpd %xmm1, %xmm3 … 52 %j4.042 = phi i32 [ 0, %bb28.preheader ], [ %indvar.next45, %bb27 ] ; <i32> [#uses=2] 53 %19 = sub i32 %j4.042, %lag ; <i32> [#uses=1] 56 %indvar.next45 = add i32 %j4.042, 1 ; <i32> [#uses=2] 66 %22 = mul i32 %len, -8 ; <i32> [#uses=2] [all …]
|
/external/python/cpython3/ |
D | .travis.yml | 6 # To cache doc-building dependencies. 11 - master 12 - /^\d\.\d$/ 15 - linux 16 # macOS builds are disabled as the machines are under-provisioned on Travis, 18 #- osx 21 - clang 22 - gcc 25 - TESTING=cpython 30 - env: [all …]
|
/external/valgrind/ |
D | README.aarch64 | 5 As of Jan 2014 the trunk contains a port to AArch64 ARMv8 -- loosely, 6 the 64-bit ARM architecture. Currently it supports integer and FP 7 instructions and can run anything generated by gcc-4.8.2 -O3. The 10 Current limitations, as of mid-May 2014. 13 support for instructions created by gcc-4.8.2 -O3 17 - works ok (breakpoint, attach to a process blocked in a syscall, ...) 18 - still to do: 40 non-cross scheme 42 ./autogen.sh ; ./configure --prefix=.. ; make ; make install 46 export CC=aarch64-linux-gnu-gcc [all …]
|
D | README.android | 2 How to cross-compile and run on Android. Please read to the end, 31 On android-arm, GDBserver might insert breaks at wrong addresses. 39 For arm32, x86 and mips32 you need the android-ndk-r6 native 40 development kit. r6b and r7 give a non-completely-working build; 45 You can get android-ndk-r6 from 46 http://dl.google.com/android/ndk/android-ndk-r6-linux-x86.tar.bz2 48 For arm64 (aarch64) you need the android-ndk-r10c NDK, from 49 http://dl.google.com/android/ndk/android-ndk-r10c-linux-x86_64.bin 58 export NDKROOT=/path/to/android-ndk-r<version> 73 export AR=$NDKROOT/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androide… [all …]
|
/external/libusb/ |
D | .travis.yml | 7 - gcc 8 - clang 11 - linux 12 - osx 18 - autoconf 19 - automake 20 - libtool 21 - m4 22 - libudev-dev 24 - ubuntu-toolchain-r-test [all …]
|
D | appveyor_minGW.bat | 9 C:\msys64\usr\bin\bash -e -l -c "mkdir build-x64" 10 C:\msys64\usr\bin\bash -e -l -c ./autogen.sh 11 C:\msys64\usr\bin\bash -e -l -c "cd build-x64" 12 C:\msys64\usr\bin\bash -e -l -c "build-x64/../configure --prefix=/mingw64 --build=--build= --host=x… 13 C:\msys64\usr\bin\bash -e -l -c "make -j4" 14 C:\msys64\usr\bin\bash -e -l -c "make install" 19 C:\msys64\usr\bin\bash -e -l -c "mkdir build-Win32" 20 C:\msys64\usr\bin\bash -e -l -c ./autogen.sh 21 C:\msys64\usr\bin\bash -e -l -c "cd build-Win32" 22 C:\msys64\usr\bin\bash -e -l -c "build-Win32/../configure --prefix=/mingw32 --build=i686-w64-mingw3… [all …]
|
D | appveyor_cygwin.bat | 9 C:\cygwin\bin\bash -e -l -c "mkdir build-Win32-cygwin" 10 C:\cygwin\bin\bash -e -l -c ./autogen.sh 11 C:\cygwin\bin\bash -e -l -c "cd build-Win32-cygwin" 12 C:\cygwin\bin\bash -e -l -c "build-Win32-cygwin/../configure" 13 C:\cygwin\bin\bash -e -l -c "make -j4" 14 C:\cygwin\bin\bash -e -l -c "make install"
|
/external/llvm/test/Transforms/LoopDeletion/ |
D | dcetest.ll | 4 ; RUN: opt < %s -sccp -simplifycfg -indvars -loop-deletion -dce -simplifycfg -S | not grep br 11 %j2 = phi i32 [ %j4, %BB7 ], [ 1, %BB1 ] ; <i32> [#uses=2] 32 %j4 = phi i32 [ 1, %BB5 ], [ %k2, %BB6 ] ; <i32> [#uses=1]
|
/external/swiftshader/third_party/LLVM/test/Transforms/LoopDeletion/ |
D | dcetest.ll | 4 ; RUN: opt < %s -sccp -simplifycfg -indvars -loop-deletion -dce -simplifycfg -S | not grep br 11 %j2 = phi i32 [ %j4, %BB7 ], [ 1, %BB1 ] ; <i32> [#uses=2] 32 %j4 = phi i32 [ 1, %BB5 ], [ %k2, %BB6 ] ; <i32> [#uses=1]
|
/external/swiftshader/third_party/LLVM/test/Transforms/SCCP/ |
D | sccptest.ll | 1 ; RUN: opt < %s -sccp -S | FileCheck %s 29 %j2 = phi i32 [ %j4, %BB7 ], [ 1, %BB1 ] 37 ; CHECK-NEXT: br i1 true, label %BB5, label %BB6 41 ; CHECK-NEXT: ret i32 1 49 ; CHECK-NEXT: br label %BB7 51 %j4 = phi i32 [ 1, %BB5 ], [ %k2, %BB6 ] 55 ; CHECK-NEXT: %k4 = phi i32 [ %k3, %BB5 ], [ undef, %BB6 ] 56 ; CHECK-NEXT: br label %BB2
|
/external/llvm/test/Transforms/SCCP/ |
D | sccptest.ll | 1 ; RUN: opt < %s -sccp -S | FileCheck %s 17 ; CHECK-LABEL: @test1( 25 ; CHECK-LABEL: @test2( 29 %j2 = phi i32 [ %j4, %BB7 ], [ 1, %BB1 ] 37 ; CHECK-NEXT: br i1 true, label %BB5, label %BB6 41 ; CHECK-NEXT: ret i32 1 49 ; CHECK-NEXT: br label %BB7 51 %j4 = phi i32 [ 1, %BB5 ], [ %k2, %BB6 ] 55 ; CHECK-NEXT: %k4 = phi i32 [ %k3, %BB5 ], [ undef, %BB6 ] 56 ; CHECK-NEXT: br label %BB2
|
/external/llvm/test/Transforms/BBVectorize/ |
D | simple-ldstr-ptrs.ll | 1 …t = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:1… 2 ; RUN: opt < %s -bb-vectorize -bb-vectorize-req-chain-depth=3 -instcombine -gvn -S | FileCheck %s 3 …N: opt < %s -bb-vectorize -bb-vectorize-req-chain-depth=3 -bb-vectorize-aligned-only -instcombine … 5 ; FIXME: re-enable this once pointer vectors work properly 8 ; Simple 3-pair chain also with loads and stores (using ptrs and gep) 30 ; CHECK-LABEL: @test1( 46 ; CHECK-AO-LABEL: @test1( 47 ; CHECK-AO-NOT: load <2 x 50 ; Simple 3-pair chain with loads and stores (using ptrs and gep) 67 ; CHECK-LABEL: @test2( [all …]
|
/external/llvm/test/Transforms/StraightLineStrengthReduce/NVPTX/ |
D | reassociate-geps-and-slsr.ll | 1 ; RUN: opt < %s -separate-const-offset-from-gep -slsr -gvn -S | FileCheck %s 2 ; RUN: llc < %s -march=nvptx64 -mcpu=sm_35 | FileCheck %s --check-prefix=PTX 4 target datalayout = "e-i64:64-v16:16-v32:32-n16:32:64" 5 target triple = "nvptx64-unknown-unknown" 12 ; => reassociate-geps 30 ; CHECK-LABEL: @slsr_after_reassociate_geps( 31 ; PTX-LABEL: .visible .func slsr_after_reassociate_geps( 32 ; PTX: ld.param.u64 [[arr:%rd[0-9]+]], [slsr_after_reassociate_geps_param_0]; 33 ; PTX: ld.param.u32 [[i:%r[0-9]+]], [slsr_after_reassociate_geps_param_1]; 40 ; CHECK: [[b1:%[0-9]+]] = getelementptr float, float* %arr, i64 [[bump:%[0-9]+]] [all …]
|
/external/honggfuzz/examples/terminal-emulators/ |
D | README.md | 3 ## Step 1: Prepare libclose.so and terminal-test ## 6 $ cd /home/jagger/src/honggfuzz/examples/terminal-emulators/ 8 ../../hfuzz_cc/hfuzz-clang -std=c99 -o terminal-test terminal-test.c 9 cc -std=c99 -shared -o libclose.so libclose.c 13 it will prevent file-descriptors *1022* and *1023* (used by honggfuzz for coverage 15 before passing to the _terminal-test_ binary. 17 The *terminal-test* program will feed the terminal emulator with data from the 23 Add compiler-time instrumentation to your fuzzed terminal emulator. Typically it 27 $ cd xterm-327 28 $ CC=/home/jagger/src/honggfuzz/hfuzz_cc/hfuzz-clang CXX=$CC ./configure [all …]
|
/external/llvm/bindings/go/ |
D | build.sh | 1 #!/bin/sh -xe 9 mkdir -p $llvm_builddir 12 llvm_config="$llvm_builddir/bin/llvm-config" 13 llvm_go="$llvm_builddir/bin/llvm-go" 15 if test -n "`which ninja`" ; then 18 (cd $llvm_builddir && cmake -G Ninja $cmake_flags) 19 ninja -C $llvm_builddir llvm-config llvm-go 20 llvm_components="$($llvm_go print-components)" 21 llvm_buildtargets="$($llvm_config --libs $llvm_components | sed -e 's/-l//g')" 22 ninja -C $llvm_builddir $llvm_buildtargets FileCheck [all …]
|
/external/clang/tools/scan-build/man/ |
D | scan-build.1 | 8 .Nm scan-build 13 .Op Fl analyze-headers 14 .Op Fl enable-checker Op Ar checker_name 15 .Op Fl disable-checker Op Ar checker_name 17 .Op Fl Fl help-checkers 18 .Op Fl Fl html-title Op Ar =title 19 .Op Fl Fl keep-going 21 .Op Fl plist-html 22 .Op Fl Fl status-bugs 23 .Op Fl Fl use-c++ Op Ar =compiler_path [all …]
|
/external/autotest/server/site_tests/audio_AudioRoutingUSB/ |
D | control | 2 # Use of this source code is governed by a BSD-style license that can be 23 running the test, a USB headset should be plugged into DUT_USB (TYPE A/J4), 24 and DUT_IN (TYPE MICRO-B/J5) should be connected to a USB port on the device.
|
/external/swiftshader/.vscode/ |
D | tasks.json | 16 "args": ["-c"], 29 "args" : ["make -j4"],
|
/external/honggfuzz/examples/apache-httpd/corpus_http2/ |
D | 165721b84a779b293be3c8f06903132a.00005b14.honggfuzz.cov | 2 Transfer-Encoding: everI * HTt:HTTPE0.: chunked 4 9223;72036854775807X/LAccept-Encoding:Lfer-Encoding: chunked 6 …-1… 9 …-�*ʏo.��(}#d;�qu���w�;t��������ȥ�$�>�%A�|>蒼ꌞ��(���+|�+�l�̟F�Κb�&���l�<ِ(&�ӝ��hxk�… 13 ��8R�gl��cdWe+��|���٨R;�fM���w��wT G$+�tLޑ�Ƣ-7�:,v��G9��)%t�#�d�IÛ��/"8��,�mNFtc�z��P…
|
/external/honggfuzz/examples/apache-httpd/corpus_http1/ |
D | b14ff99a68c89be3be0ec485de26105b.00005d7f.honggfuzz.cov | 2 Transfer-Encoding: everI * HTt:HTTPE0.: chunked 4 9223;72036854775807X/LAccept-Encoding:Lfer-Encoding: chunked 6 …-1… 9 …-�*ʏo.��(}#d;�qu���w�;t��������ȥ�$�>�%A�|>蒼ꌞ��(���+|�+�l�̟F�Κb�&���l�<ِ(&�ӝ��hxk�… 13 ��8R�gl��cdWe+��|���٨R;�fM���w��wT G$+�tLޑ�Ƣ-7�:,v��G9��)%t�#�d�IÛ��/"8��,�mNFtc�z��P…
|
D | 165721b84a779b293be3c8f06903132a.00005b14.honggfuzz.cov | 2 Transfer-Encoding: everI * HTt:HTTPE0.: chunked 4 9223;72036854775807X/LAccept-Encoding:Lfer-Encoding: chunked 6 …-1… 9 …-�*ʏo.��(}#d;�qu���w�;t��������ȥ�$�>�%A�|>蒼ꌞ��(���+|�+�l�̟F�Κb�&���l�<ِ(&�ӝ��hxk�… 13 ��8R�gl��cdWe+��|���٨R;�fM���w��wT G$+�tLޑ�Ƣ-7�:,v��G9��)%t�#�d�IÛ��/"8��,�mNFtc�z��P…
|
D | fa993286fded18dfd8641a0d4101198a.00005b14.honggfuzz.cov | 2 Transfer-Encoding: everI * HTt:HTTPE0.: chunked 4 9223;72036854775807X/LAccept-Encoding:Lfer-Encoding: chunked 6 …-1… 9 …-�*ʏo.��(}#d;�qu���w�;t��������ȥ�$�>�%A�|>蒼ꌞ��(���+|�+�l�̟F�Κb�&���l�<ِ(&�ӝ��hxk�… 13 ��8R�gl��cdWe+��|���٨R;�fM���w��wT G$+�tLޑ�Ƣ-7�:,v��G9��)%t�#�d�IÛ��/"8��,�mNFtc�z��P…
|
/external/ImageMagick/PerlMagick/t/reference/write/read/ |
D | granite.miff | 9 profile-icm=3144 12 …-HP cprtP3desc�lwtpt�bkpt… 13 #(-27;@EJOTY^chmrw|�������������������������… 14 …&/8AKT]gqz������������!-8COZfr~���������� -…
|
/external/protobuf/more_tests/ |
D | Makefile | 4 # make PACKAGE=/path/to/protobuf-VERSION.tar.gz 7 # available on end-user machines, so these cannot be part of "make check". For 18 rm -rf src target header_warning_test.cc header_warning_test.o header_warning_test 28 (cd src && ./configure --prefix=$$PWD/../target --disable-shared) 29 (cd src && make -j4 check) 34 ( (cd target/include && find google/protobuf -name '*.h') | \ 38 # TODO(kenton): Consider adding -pedantic and -Weffc++. Currently these 40 g++ -Itarget/include -Wall -Werror -Wsign-compare -O2 -c header_warning_test.cc
|