Searched full:mingw32 (Results 1 – 25 of 400) sorted by relevance
12345678910>>...16
/external/llvm/test/CodeGen/X86/ |
D | tls.ll | 5 ; RUN: llc < %s -march=x86 -mtriple=x86-pc-windows-gnu | FileCheck -check-prefix=MINGW32 %s 37 ; MINGW32-LABEL: _f1: 38 ; MINGW32: movl __tls_index, %eax 39 ; MINGW32-NEXT: movl %fs:44, %ecx 40 ; MINGW32-NEXT: movl (%ecx,%eax,4), %eax 41 ; MINGW32-NEXT: movl _i1@SECREL32(%eax), %eax 42 ; MINGW32-NEXT: retl 70 ; MINGW32-LABEL: _f2: 71 ; MINGW32: movl __tls_index, %eax 72 ; MINGW32-NEXT: movl %fs:44, %ecx [all …]
|
D | memcpy-2.ll | 2 …: llc < %s -mattr=+sse2 -mtriple=i686-pc-mingw32 -mcpu=core2 | FileCheck %s -check-prefix=SSE… 21 ; SSE2-Mingw32-LABEL: t1: 22 ; SSE2-Mingw32: movsd _.str+16, %xmm0 23 ; SSE2-Mingw32: movsd %xmm0, 16(%esp) 24 ; SSE2-Mingw32: movaps _.str, %xmm0 25 ; SSE2-Mingw32: movups %xmm0 26 ; SSE2-Mingw32: movb $0, 24(%esp) 64 ; SSE2-Mingw32-LABEL: t2: 65 ; SSE2-Mingw32: movaps (%ecx), %xmm0 66 ; SSE2-Mingw32: movaps %xmm0, (%eax) [all …]
|
D | gcc_except_table.ll | 3 ; RUN: llc -mtriple i686-pc-windows-gnu %s -o - | FileCheck %s --check-prefix=MINGW32 25 ; MINGW32: .cfi_startproc 26 ; MINGW32: .cfi_personality 0, ___gxx_personality_v0 27 ; MINGW32: .cfi_lsda 0, Lexception0 28 ; MINGW32: .cfi_def_cfa_offset 8 29 ; MINGW32: calll __Unwind_Resume 30 ; MINGW32: .cfi_endproc 31 ; MINGW32: GCC_except_table0: 32 ; MINGW32: Lexception0:
|
D | memset-sse-stack-realignment.ll | 1 ; Make sure that we realign the stack. Mingw32 uses 4 byte stack alignment, we 4 ; RUN: llc < %s -mtriple=i386-pc-mingw32 -mcpu=pentium2 | FileCheck %s -check-prefix=NOSSE 5 ; RUN: llc < %s -mtriple=i386-pc-mingw32 -mcpu=pentium3 | FileCheck %s -check-prefix=SSE1 6 ; RUN: llc < %s -mtriple=i386-pc-mingw32 -mcpu=yonah | FileCheck %s -check-prefix=SSE2 7 ; RUN: llc < %s -mtriple=i386-pc-mingw32 -mcpu=corei7-avx | FileCheck %s -check-prefix=AVX1 8 ; RUN: llc < %s -mtriple=i386-pc-mingw32 -mcpu=core-avx2 | FileCheck %s -check-prefix=AVX2
|
/external/clang/test/Driver/ |
D | mingw.cpp | 1 // RUN: %clang -target i686-windows-gnu -c -### --sysroot=%S/Inputs/mingw_clang_tree/mingw32 %s 2>&… 2 // CHECK_MINGW_CLANG_TREE: "{{.*}}/Inputs/mingw_clang_tree/mingw32{{/|\\\\}}i686-w64-mingw32{{/|\\\… 3 // CHECK_MINGW_CLANG_TREE: "{{.*}}/Inputs/mingw_clang_tree/mingw32{{/|\\\\}}include" 7 …*}}/Inputs/mingw_mingw_org_tree/mingw{{/|\\\\}}lib{{/|\\\\}}gcc{{/|\\\\}}mingw32{{/|\\\\}}4.8.1{{/… 8 …/mingw{{/|\\\\}}lib{{/|\\\\}}gcc{{/|\\\\}}mingw32{{/|\\\\}}4.8.1{{/|\\\\}}include{{/|\\\\}}c++{{/|… 9 …\\}}Inputs/mingw_mingw_org_tree/mingw{{/|\\\\}}lib{{/|\\\\}}gcc{{/|\\\\}}mingw32{{/|\\\\}}4.8.1{{/… 10 …*}}/Inputs/mingw_mingw_org_tree/mingw{{/|\\\\}}lib{{/|\\\\}}gcc{{/|\\\\}}mingw32{{/|\\\\}}4.8.1{{/… 11 …*}}/Inputs/mingw_mingw_org_tree/mingw{{/|\\\\}}lib{{/|\\\\}}gcc{{/|\\\\}}mingw32{{/|\\\\}}4.8.1{{/… 12 // CHECK_MINGW_ORG_TREE: "{{.*}}/Inputs/mingw_mingw_org_tree/mingw{{/|\\\\}}mingw32{{/|\\\\}}includ… 16 …nu -stdlib=libstdc++ -c -### --sysroot=%S/Inputs/mingw_mingw_builds_tree/mingw32 %s 2>&1 | FileChe… [all …]
|
D | mingw-useld.c | 1 // RUN: %clang -### -target i686-pc-windows-gnu --sysroot=%S/Inputs/mingw_clang_tree/mingw32 %s 2>&… 6 // RUN: %clang -### -target i686-pc-windows-gnu --sysroot=%S/Inputs/mingw_clang_tree/mingw32 %s -fu… 11 // RUN: %clang -### -target x86_64-pc-windows-gnu --sysroot=%S/Inputs/mingw_clang_tree/mingw32 %s -… 16 // RUN: %clang -### -target arm-pc-windows-gnu --sysroot=%S/Inputs/mingw_clang_tree/mingw32 %s -fus…
|
/external/clang/lib/Driver/ |
D | MinGWToolChain.cpp | 48 Archs[0] += "-w64-mingw32"; in findGccLibDir() 49 Archs.emplace_back("mingw32"); in findGccLibDir() 141 // c:\mingw\lib\gcc\mingw32\4.8.1\include\c++ 142 // c:\mingw\lib\gcc\mingw32\4.8.1\include\c++\mingw32 143 // c:\mingw\lib\gcc\mingw32\4.8.1\include\c++\backward 144 // c:\mingw\lib\gcc\mingw32\4.8.1\include 146 // c:\mingw\lib\gcc\mingw32\4.8.1\include-fixed 147 // c:\mingw\mingw32\include 150 // c:\mingw32\lib\gcc\i686-w64-mingw32\4.9.1\include 151 // c:\mingw32\lib\gcc\i686-w64-mingw32\4.9.1\include-fixed [all …]
|
/external/llvm/test/Transforms/InstCombine/ |
D | win-math.ll | 3 ; RUN: opt -O2 -S -mtriple=i386-pc-mingw32 < %s | FileCheck %s -check-prefix=MINGW32 4 ; RUN: opt -O2 -S -mtriple=x86_64-pc-mingw32 < %s | FileCheck %s -check-prefix=MINGW64 8 ; msvcrt does not provide C99 math, but mingw32 does. 63 ; MINGW32-LABEL: @float_ceil( 64 ; MINGW32: float @ceilf 65 ; MINGW32-NOT: double @ceil 144 ; MINGW32-LABEL: @float_floor( 145 ; MINGW32: float @floorf 146 ; MINGW32-NOT: double @floor 221 ; MINGW32-LABEL: @float_sqrt( [all …]
|
/external/llvm/test/MC/COFF/ |
D | global_ctors_dtors.ll | 5 ; RUN: llc < %s -mtriple i686-pc-mingw32 | FileCheck %s --check-prefix MINGW32 6 ; RUN: llc < %s -mtriple x86_64-pc-mingw32 | FileCheck %s --check-prefix MINGW32 59 ; MINGW32: .section .ctors,"dw" 60 ; MINGW32: a_global_ctor 61 ; MINGW32: .section .ctors,"dw",associative,{{_?}}b 62 ; MINGW32: b_global_ctor 63 ; MINGW32-NOT: c_global_ctor 64 ; MINGW32: .section .dtors,"dw" 65 ; MINGW32: a_global_dtor
|
/external/libepoxy/cross/ |
D | fedora-mingw64.txt | 2 c = '/usr/bin/x86_64-w64-mingw32-gcc' 3 cpp = '/usr/bin/x86_64-w64-mingw32-cpp' 4 ar = '/usr/bin/x86_64-w64-mingw32-ar' 5 strip = '/usr/bin/x86_64-w64-mingw32-strip' 6 pkgconfig = '/usr/bin/x86_64-w64-mingw32-pkg-config' 10 root = '/usr/x86_64-w64-mingw32/sys-root/mingw' 11 …URCE=2', '-fexceptions', '--param=ssp-buffer-size=4', '-I/usr/x86_64-w64-mingw32/sys-root/mingw/in… 12 c_link_args = [ '-L/usr/x86_64-w64-mingw32/sys-root/mingw/lib' ]
|
/external/libiio/src/ |
D | appveyor.yml | 29 - set OPT_PATH=C:\msys64\mingw32\bin;C:\msys64\mingw64\bin; 42 - C:\msys64\usr\bin\bash -lc "rm /mingw32/etc/gdbinit" 53 …mingw32 -DCMAKE_C_COMPILER:FILEPATH=/mingw32/bin/i686-w64-mingw32-gcc.exe -DCMAKE_CXX_COMPILER:FIL… 71 …ILER:FILEPATH=/mingw64/bin/x86_64-w64-mingw32-gcc.exe -DCMAKE_CXX_COMPILER:FILEPATH=/mingw64/bin/x… 108 …\include c:\%ARCHIVE_NAME%\MS32 c:\%ARCHIVE_NAME%\MS64 c:\%ARCHIVE_NAME%\MinGW32 c:\%ARCHIVE_NAME%… 112 - copy build-mingw-win32\Release\libiio.* c:\%ARCHIVE_NAME%\MinGW32 114 - del c:\%ARCHIVE_NAME%\MinGW32\libiio.iss 116 - del c:\%ARCHIVE_NAME%\MinGW32\libiio.pc 121 - copy build-mingw-win32\tests\Release\*.exe c:\%ARCHIVE_NAME%\MinGW32 133 …mingw32/bin ; cp -r libwinpthread-*.dll libgcc_*.dll libstdc++-*.dll libiconv-*.dll zlib*.dll libx… [all …]
|
/external/mesa3d/.gitlab-ci/ |
D | x86_64-w64-mingw32 | 2 c = ['ccache', 'x86_64-w64-mingw32-gcc'] 3 cpp = ['ccache', 'x86_64-w64-mingw32-g++'] 4 ar = 'x86_64-w64-mingw32-ar' 5 strip = 'x86_64-w64-mingw32-strip' 6 pkgconfig = '/usr/local/bin/x86_64-w64-mingw32-pkg-config' 7 windres = 'x86_64-w64-mingw32-windres' 12 sys_root = '/usr/x86_64-w64-mingw32/'
|
/external/harfbuzz_ng/.ci/ |
D | win64-cross-file.txt | 14 c = 'x86_64-w64-mingw32-gcc' 15 cpp = 'x86_64-w64-mingw32-g++' 16 ar = 'x86_64-w64-mingw32-ar' 17 ld = 'x86_64-w64-mingw32-ld' 18 objcopy = 'x86_64-w64-mingw32-objcopy' 19 strip = 'x86_64-w64-mingw32-strip' 20 windres = 'x86_64-w64-mingw32-windres'
|
D | win32-cross-file.txt | 14 c = 'i686-w64-mingw32-gcc' 15 cpp = 'i686-w64-mingw32-g++' 16 ar = 'i686-w64-mingw32-ar' 17 ld = 'i686-w64-mingw32-ld' 18 objcopy = 'i686-w64-mingw32-objcopy' 19 strip = 'i686-w64-mingw32-strip' 20 windres = 'i686-w64-mingw32-windres'
|
/external/jemalloc_new/ |
D | .appveyor.yml | 8 - MSYSTEM: MINGW32 13 - MSYSTEM: MINGW32 19 - MSYSTEM: MINGW32 26 - MSYSTEM: MINGW32 39 - mingw32-make 41 - mingw32-make tests 42 - mingw32-make -k check
|
/external/lz4/ |
D | appveyor.yml | 7 PLATFORM: "mingw32" 30 COPY C:\MinGW\bin\mingw32-make.exe C:\MinGW\bin\make.exe && 37 - if [%PLATFORM%]==[mingw32] SET PATH=%PATH_MINGW32%;%PATH_ORIGINAL% 55 …make -C programs lz4 CC=clang MOREFLAGS="--target=x86_64-w64-mingw32 -Werror -Wconversion -Wno-sig… 56 …make -C tests fullbench CC=clang MOREFLAGS="--target=x86_64-w64-mingw32 -Werror -Wconversion -Wno-… 57 …make -C tests fuzzer CC=clang MOREFLAGS="--target=x86_64-w64-mingw32 -Werror -Wconversion -Wno-sig… 58 …make -C lib lib CC=clang MOREFLAGS="--target=x86_64-w64-mingw32 -Werror -Wconversion -Wno-sign-con… 80 - if [%COMPILER%]==[gcc] if [%PLATFORM%]==[mingw32] ( 146 PLATFORM: "mingw32"
|
/external/rust/crates/grpcio-sys/grpc/ |
D | Rakefile | 37 'x86-mingw32', 'x64-mingw32', 93 env += 'SYSTEM=MINGW32 ' 101 w64 = { cross: 'x86_64-w64-mingw32', out: 'grpc_c.64.ruby', platform: 'x64-mingw32' } 102 w32 = { cross: 'i686-w64-mingw32', out: 'grpc_c.32.ruby', platform: 'x86-mingw32' } 137 ['x86-mingw32', 'x64-mingw32'].each do |plat|
|
/external/libwebsockets/contrib/ |
D | cross-w32.cmake | 10 #set(CROSS_PATH /opt/mingw32) 13 set(CROSS_ROOT ${CROSS_PATH}/i686-w64-mingw32/sys-root/) 19 set(CMAKE_C_COMPILER "${CROSS_PATH}/bin/i686-w64-mingw32-gcc") 20 set(CMAKE_CXX_COMPILER "${CROSS_PATH}/bin/i686-w64-mingw32-g++") 21 set(CMAKE_RC_COMPILER "${CROSS_PATH}/bin/i686-w64-mingw32-windres")
|
/external/rust/crates/libz-sys/src/zlib-ng/cmake/ |
D | toolchain-mingw-i686.cmake | 6 set(CMAKE_C_COMPILER i686-w64-mingw32-gcc) 7 set(CMAKE_CXX_COMPILER i686-w64-mingw32-g++) 8 set(CMAKE_RC_COMPILER i686-w64-mingw32-windres) 13 set(CMAKE_FIND_ROOT_PATH /usr/i686-w64-mingw32)
|
D | toolchain-mingw-x86_64.cmake | 6 set(CMAKE_C_COMPILER x86_64-w64-mingw32-gcc) 7 set(CMAKE_CXX_COMPILER x86_64-w64-mingw32-g++) 8 set(CMAKE_RC_COMPILER x86_64-w64-mingw32-windres) 13 set(CMAKE_FIND_ROOT_PATH /usr/x86_64-w64-mingw32)
|
/external/protobuf/protoc-artifacts/ |
D | build-protoc.sh | 11 # cygwin windows x86_32 Requires: i686-w64-mingw32-gcc 12 # cygwin windows x86_64 Requires: x86_64-w64-mingw32-gcc 16 # linux windows x86_32 Requires: i686-w64-mingw32-gcc 17 # linux windows x86_64 Requires: x86_64-w64-mingw32-gcc 192 # Use mingw32 compilers because executables produced by Cygwin compiler 195 CONFIGURE_ARGS="$CONFIGURE_ARGS --host=x86_64-w64-mingw32" 197 CONFIGURE_ARGS="$CONFIGURE_ARGS --host=i686-pc-mingw32" 201 elif [[ "$(uname)" == MINGW32* ]]; then 225 CONFIGURE_ARGS="$CONFIGURE_ARGS --host=x86_64-w64-mingw32" 227 CONFIGURE_ARGS="$CONFIGURE_ARGS --host=i686-w64-mingw32"
|
/external/libogg/ |
D | README | 97 sudo apt-get mingw32 mingw32-binutils mingw32-runtime wine 110 mingw32 4.2.1.dfsg-1ubuntu1 111 mingw32-binutils 2.17.50-20070129.1-1 112 mingw32-runtime 3.13-1
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/ |
D | appveyor.yml | 9 … "%platform%" == "mingw" set PATH=%PATH%;C:\mingw-w64\i686-5.3.0-posix-dwarf-rt_v4-rev0\mingw32\bin 11 …- if "%platform%" == "mingw" ( mingw32-make.exe -f Makefile.m32 demos ) else ( nmake /f Makefile.m… 13 …- if "%platform%" == "mingw" ( mingw32-make.exe -f Makefile.m32 ) else ( nmake /f Makefile.msvc vt… 14 …- if "%platform%" == "mingw" ( mingw32-make.exe -f Makefile.m32 aresfuzz.exe aresfuzzname.exe dnsd…
|
/external/python/cpython3/Lib/distutils/ |
D | cygwinccompiler.py | 5 the Mingw32CCompiler class which handles the mingw32 port of GCC (same as 19 # see also http://starship.python.net/crew/kernr/mingw32/Notes.html 30 # see also http://starship.python.net/crew/kernr/mingw32/Notes.html 31 # * mingw32 gcc 2.95.2/ld 2.9.4/dllwrap 0.2.4 works 145 # cygwin and mingw32 need different sets of libraries 274 """ Handles the Mingw32 port of the GNU C compiler to Windows. 276 compiler_type = 'mingw32' 289 # A real mingw32 doesn't need to specify a different entry point, 298 'Cygwin gcc cannot be used with --compiler=mingw32') 308 # dlls need another dll (mingwm10.dll see Mingw32 docs) [all …]
|
/external/rust/crates/grpcio-sys/grpc/third_party/xxhash/ |
D | appveyor.yml | 36 PLATFORM: "mingw32" 47 COPY C:\MinGW\bin\mingw32-make.exe C:\MinGW\bin\make.exe && 55 - if [%PLATFORM%]==[mingw32] SET PATH=%PATH_MINGW32%;%PATH_ORIGINAL% 74 if [%PLATFORM%]==[mingw32] ( SET CPPFLAGS=-DPOOL_MT=0 ) && 78 …make -B clean test CC=clang CXX=clang++ MOREFLAGS="--target=x86_64-w64-mingw32 -Werror -Wno-pass-f… 83 # note 2: multi-threading code doesn't work with mingw32, disabled through POOL_MT=0
|
12345678910>>...16