/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | tls.ll | 5 ; RUN: llc < %s -mtriple=i686-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/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/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/llvm-7.0/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 @llvm.ceil.f32 65 ; MINGW32-NOT: double @ceil 144 ; MINGW32-LABEL: @float_floor( 145 ; MINGW32: float @llvm.floor.f32 146 ; MINGW32-NOT: double @floor 221 ; MINGW32-LABEL: @float_sqrt( [all …]
|
/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/jemalloc/ |
D | .appveyor.yml | 8 - MSYSTEM: MINGW32 13 - MSYSTEM: MINGW32 25 - mingw32-make -j3 27 - mingw32-make -j3 tests 28 - mingw32-make -k check
|
/external/lz4/ |
D | appveyor.yml | 19 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% 52 …make -C programs lz4 CC=clang MOREFLAGS="--target=x86_64-w64-mingw32 -Werror -Wconversion -Wno-sig… 53 …make -C tests fullbench CC=clang MOREFLAGS="--target=x86_64-w64-mingw32 -Werror -Wconversion -Wno-… 54 …make -C lib lib CC=clang MOREFLAGS="--target=x86_64-w64-mingw32 -Werror -Wconversion -Wno-sign-con… 76 - if [%COMPILER%]==[gcc] if [%PLATFORM%]==[mingw32] ( 140 PLATFORM: "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/libusb/ |
D | appveyor_minGW.bat | 12 …bash -e -l -c "build-x64/../configure --prefix=/mingw64 --build=--build= --host=x86_64-w64-mingw32" 22 …sh -e -l -c "build-Win32/../configure --prefix=/mingw32 --build=i686-w64-mingw32 --host=i686-w64-m…
|
/external/curl/docs/ |
D | INSTALL.md | 135 ## MingW32 section in Windows 137 Make sure that MinGW32's bin dir is in the search path, for example: 139 set PATH=c:\mingw32\bin;%PATH% 141 then run `mingw32-make mingw32` in the root dir. There are other 144 - `mingw32-make mingw32-zlib` to build with Zlib support; 145 - `mingw32-make mingw32-ssl-zlib` to build with SSL and Zlib enabled; 146 - `mingw32-make mingw32-ssh2-ssl-zlib` to build with SSH2, SSL, Zlib; 147 - `mingw32-make mingw32-ssh2-ssl-sspi-zlib` to build with SSH2, SSL, Zlib
|
/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 147 # cygwin and mingw32 need different sets of libraries 276 """ Handles the Mingw32 port of the GNU C compiler to Windows. 278 compiler_type = 'mingw32' 291 # A real mingw32 doesn't need to specify a different entry point, 300 'Cygwin gcc cannot be used with --compiler=mingw32') 310 # dlls need another dll (mingwm10.dll see Mingw32 docs) [all …]
|
/external/capstone/ |
D | make.sh | 156 "cross-win32" ) CROSS=i686-w64-mingw32- build $*;; 157 "cross-win64" ) CROSS=x86_64-w64-mingw32- build $*;; 158 "cygwin-mingw32" ) CROSS=i686-pc-mingw32- build $*;; 159 "cygwin-mingw64" ) CROSS=x86_64-w64-mingw32- build $*;; 168 …* ) echo "Usage: make.sh [nix32|cross-win32|cross-win64|cygwin-mingw32|cygwin-mingw64|ios|ios_armv…
|
/external/harfbuzz_ng/ |
D | README.wine.md | 13 on your `~/.local/i686-w64-mingw32`. 16 and `/home/behdad/.local/i686-w64-mingw32` with `<$HOME>/.local/i686-w64-mingw32` 23 6. `../mingw32.sh --with-uniscribe && cd ..`
|
/external/freetype/builds/windows/ |
D | detect.mk | 163 ifneq ($(findstring mingw32,$(MAKECMDGOALS)),) # mingw32 164 CONFIG_FILE := w32-mingw32.mk 167 .PHONY: mingw32 168 mingw32: setup
|