Home
last modified time | relevance | path

Searched +full:- +full:j4 (Results 1 – 25 of 459) sorted by relevance

12345678910>>...19

/external/llvm/test/CodeGen/X86/
Dpr3154.ll1 ; 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-7.0/llvm/test/CodeGen/X86/
Dpr3154.ll1 ; 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/
Dpr3154.ll1 ; 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/grpc-grpc/test/distrib/cpp/
Drun_distrib_test_cmake.sh8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -ex
20 echo "deb http://ftp.debian.org/debian jessie-backports main" | tee /etc/apt/sources.list.d/jessie-
21 apt-get update
22 apt-get install -t jessie-backports -y libssl-dev
24 # Install c-ares
27 git checkout cares-1_13_0
28 mkdir -p cmake/build
30 cmake -DCMAKE_BUILD_TYPE=Release ../..
31 make -j4 install
[all …]
Drun_distrib_test_routeguide.sh8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -ex
22 ./configure && make -j4 && make install && ldconfig
24 cd ../.. && make -j4 && make install
/external/python/cpython3/
D.travis.yml6 # To cache doc-building dependencies and C compiler output.
8 - pip
9 - ccache
10 - directories:
11 - $HOME/multissl
15 - OPENSSL=1.1.0i
16 - OPENSSL_DIR="$HOME/multissl/openssl/${OPENSSL}"
17 - PATH="${OPENSSL_DIR}/bin:$PATH"
18 # Use -O3 because we don't use debugger on Travis-CI
19 - CFLAGS="-I${OPENSSL_DIR}/include -O3"
[all …]
/external/mesa3d/
D.travis.yml12 - XORG_RELEASES=http://xorg.freedesktop.org/releases/individual
13 - XCB_RELEASES=http://xcb.freedesktop.org/dist
14 - WAYLAND_RELEASES=http://wayland.freedesktop.org/releases
15 - XORGMACROS_VERSION=util-macros-1.19.0
16 - GLPROTO_VERSION=glproto-1.4.17
17 - DRI2PROTO_VERSION=dri2proto-2.8
18 - LIBPCIACCESS_VERSION=libpciaccess-0.13.4
19 - LIBDRM_VERSION=libdrm-2.4.74
20 - XCBPROTO_VERSION=xcb-proto-1.11
21 - LIBXCB_VERSION=libxcb-1.11
[all …]
/external/python/cpython2/
D.travis.yml6 # To cache doc-building dependencies and C compiler output.
8 - pip
9 - ccache
13 # Use -O3 because we don't use debugger on Travis-CI
14 - CFLAGS="-O3"
18 - master
19 - /^\d\.\d$/
20 - buildbot-custom
25 - env: OPTIONAL=true
27 - os: linux
[all …]
/external/libusb/
D.travis.yml7 - gcc
8 - clang
11 - linux
12 - osx
18 - autoconf
19 - automake
20 - libtool
21 - m4
22 - libudev-dev
24 - ubuntu-toolchain-r-test
[all …]
Dappveyor_minGW.bat9 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 …]
/external/python/cpython3/.azure-pipelines/
Dmacos-steps.yml2 - checkout: self
6 - script: ./configure --with-pydebug --with-openssl=/usr/local/opt/openssl --prefix=/opt/python-azd…
9 - script: make -s -j4
12 - script: make pythoninfo
15 - script: make buildbottest TESTOPTS="-j4 -uall,-cpu --junit-xml=$(build.binariesDirectory)/test-re…
18 - task: PublishTestResults@2
21 testResultsFiles: '$(build.binariesDirectory)/test-results.xml'
Dposix-steps.yml9 - checkout: self
13 - script: ${{ parameters.sudo_dependencies }} ./.azure-pipelines/posix-deps-${{ parameters.dependen…
16 - script: ./configure --with-pydebug
19 - script: make -s -j4
22 - ${{ if eq(parameters.coverage, 'true') }}:
23 - script: ./python -m venv venv && ./venv/bin/python -m pip install -U coverage
26 - script: ./venv/bin/python -m test.pythoninfo
29 - script: |
30 $COMMAND -m coverage run --pylib -m test \
31 --fail-env-changed \
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopDeletion/
Ddcetest.ll4 ; 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/llvm/test/Transforms/LoopDeletion/
Ddcetest.ll4 ; 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/
Ddcetest.ll4 ; 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/openssh/openbsd-compat/
Dchacha_private.h2 chacha-merged.c version 20080118
24 (U32V((v) << (n)) | ((v) >> (32 - (n))))
51 static const char sigma[16] = "expand 32-byte k";
52 static const char tau[16] = "expand 16-byte k";
59 x->input[4] = U8TO32_LITTLE(k + 0); in chacha_keysetup()
60 x->input[5] = U8TO32_LITTLE(k + 4); in chacha_keysetup()
61 x->input[6] = U8TO32_LITTLE(k + 8); in chacha_keysetup()
62 x->input[7] = U8TO32_LITTLE(k + 12); in chacha_keysetup()
69 x->input[8] = U8TO32_LITTLE(k + 0); in chacha_keysetup()
70 x->input[9] = U8TO32_LITTLE(k + 4); in chacha_keysetup()
[all …]
/external/openssh/
Dchacha.c2 chacha-merged.c version 20080118
25 (U32V((v) << (n)) | ((v) >> (32 - (n))))
52 static const char sigma[16] = "expand 32-byte k";
53 static const char tau[16] = "expand 16-byte k";
60 x->input[4] = U8TO32_LITTLE(k + 0); in chacha_keysetup()
61 x->input[5] = U8TO32_LITTLE(k + 4); in chacha_keysetup()
62 x->input[6] = U8TO32_LITTLE(k + 8); in chacha_keysetup()
63 x->input[7] = U8TO32_LITTLE(k + 12); in chacha_keysetup()
70 x->input[8] = U8TO32_LITTLE(k + 0); in chacha_keysetup()
71 x->input[9] = U8TO32_LITTLE(k + 4); in chacha_keysetup()
[all …]
/external/swiftshader/third_party/LLVM/test/Transforms/SCCP/
Dsccptest.ll1 ; 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/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SCCP/
Dsccptest.ll1 ; 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/SCCP/
Dsccptest.ll1 ; 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/libkmsxx/
DREADME.md1 [![Build Status](https://travis-ci.org/tomba/kmsxx.svg?branch=master)](https://travis-ci.org/tomba/…
3 # kms++ - C++ library for kernel mode setting
11 - kmstest - set modes and planes and show test pattern on crtcs/planes, and test page flips
12 - kmsprint - print information about DRM objects
13 - kmsview - view raw images
14 - kmscube - rotating 3D cube on crtcs/planes
15 - kmscapture - show captured frames from a camera on screen
19 - libdrm
20 - Python 3.x (for python bindings)
24 To build the Python bindings you need to set up the git-submodule for pybind11:
[all …]
/external/llvm/test/Transforms/BBVectorize/
Dsimple-ldstr-ptrs.ll1 …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/harfbuzz_ng/
D.travis.yml8 - CPPFLAGS=""
9 - CFLAGS="-Werror -Werror=unused -Werror=unused-function"
10- CXXFLAGS="-Werror -Werror=unused -Werror=unused-function -Wno-deprecated-register" # glib uses r…
11- CONFIGURE_OPTS="--with-freetype --with-glib --with-gobject --with-cairo --with-icu --with-graphi…
12 - NOCONFIGURE=1
14- secure: "k6l/18dpsoPAf0E5RQWCr+rgjbHns0H3k0WzSYovCoVg0B7RVlV8x8OjyEOBzEvXI4aaHRdH6MHCPDFnX4fa7ys…
18 - os: linux
22- wget http://download.savannah.gnu.org/releases/freetype/freetype-2.9.tar.bz2 && tar xf freetype-
23 - export LD_LIBRARY_PATH="$PWD/freetype-2.9/objs/.libs"
25 - ./autogen.sh
[all …]
/external/deqp-deps/glslang/
D.travis.yml6 - linux
7 - osx
15- secure: aGFrgzyKp+84hKrGkxVWg8cHV61uqrKEHT38gfSQK6+WS4GfLOyH83p7WnsEBb7AMhzU7LMNFdvOFr6+NaMpVnqR…
17 - GLSLANG_BUILD_TYPE=Release
18 - GLSLANG_BUILD_TYPE=Debug
21 - clang
22 - gcc
28 - os: osx
32 - env: BUILD_NDK=ON
39 - master
[all …]
/external/u-boot/board/freescale/mpc832xemds/
DREADME2 -----------------------------------------
4 1.0 There are five Dual-In-Line Packages(DIP) Switches on MPC832XE SYS board
11 and some of those signals may be high-bit-number-0 too. Heed
17 SW3 is switch 18 as silk-screened onto the board.
28 SW3[1-8]= 0000_1000 (core PLL setting, core enable)
29 SW4[1-8]= 0001_0010 (Flash boot on local bus, system PLL setting)
30 SW5[1-8]= 0010_0110 (Boot from high end)
31 SW6[1-8]= 0011_0100 (Flash boot on 16 bit local bus)
32 SW7[1-8]= 1000_0011 (QE PLL setting)
35 J1 1-2 (ETH3_TXER)
[all …]

12345678910>>...19