Searched refs:MINGW32 (Results 1 – 11 of 11) sorted by relevance
/external/llvm/test/CodeGen/X86/ |
D | tls.ll | 5 ; RUN: llc < %s -march=x86 -mtriple=x86-pc-windows-gnu | FileCheck -check-prefix=MINGW32 %s 36 ; MINGW32-LABEL: _f1: 37 ; MINGW32: movl __tls_index, %eax 38 ; MINGW32-NEXT: movl %fs:44, %ecx 39 ; MINGW32-NEXT: movl (%ecx,%eax,4), %eax 40 ; MINGW32-NEXT: movl _i1@SECREL32(%eax), %eax 41 ; MINGW32-NEXT: retl 69 ; MINGW32-LABEL: _f2: 70 ; MINGW32: movl __tls_index, %eax 71 ; MINGW32-NEXT: movl %fs:44, %ecx [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:
|
/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/llvm/test/Transforms/InstCombine/ |
D | win-math.ll | 3 ; RUN: opt -O2 -S -mtriple=i386-pc-mingw32 < %s | FileCheck %s -check-prefix=MINGW32 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( 222 ; MINGW32: float @sqrtf 223 ; MINGW32-NOT: double @sqrt [all …]
|
/external/llvm/autoconf/m4/ |
D | build_exeext.m4 | 8 [if test "$CYGWIN" = yes || test "$MINGW32" = yes; then
|
/external/libxml2/bakefile/ |
D | Readme.txt | 12 - makefile.gcc for MinGW MINGW32-MAKE
|
/external/libvncserver/libvncclient/ |
D | sockets.c | 41 #ifdef MINGW32
|
/external/tcpdump/ |
D | CHANGES | 415 some MINGW32 changes.
|
/external/libopus/ |
D | configure | 2901 *mingw32* ) MINGW32=yes;; 2902 * ) MINGW32=no;;
|
/external/llvm/ |
D | configure | 4258 if test "$CYGWIN" = yes || test "$MINGW32" = yes; then
|
/external/curl/ |
D | CHANGES.0 | 15955 define MINGW32 is set, and I modified src/makefile.m32 and lib/makefile.m32
|