/external/llvm/test/CodeGen/X86/ |
win64_alloca_dynalloca.ll | 2 ; RUN: llc < %s -mcpu=generic -mtriple=x86_64-win32 | FileCheck %s -check-prefix=W64 19 ; W64: movq %rsp, %rbp 20 ; W64: $4096, %rax 21 ; W64: callq __chkstk 22 ; W64: subq %rax, %rsp 37 ; W64: leaq 15(%{{.*}}), %rax 38 ; W64: andq $-16, %rax 39 ; W64: callq __chkstk 40 ; W64: subq %rax, %rsp 41 ; W64: movq %rsp, %ra [all...] |
h-register-store.ll | 10 ; RUN: llc < %s -mtriple=x86_64-win32 | FileCheck %s -check-prefix=W64 11 ; W64-NOT: mov 12 ; W64: movb %ch, (%rdx) 13 ; W64-NOT: mov 14 ; W64: movb %ch, (%rdx) 15 ; W64-NOT: mov 16 ; W64: movb %ch, (%rdx) 17 ; W64-NOT: mov
|
v2f32.ll | 2 ; RUN: llc < %s -mtriple=x86_64-win32 -mcpu=penryn -asm-verbose=0 -o - | FileCheck %s -check-prefix=W64 19 ; W64-LABEL: test1: 20 ; W64-NEXT: movdqa (%rcx), %xmm0 21 ; W64-NEXT: pshufd $1, %xmm0, %xmm1 22 ; W64-NEXT: addss %xmm0, %xmm1 23 ; W64-NEXT: movss %xmm1, (%rdx) 24 ; W64-NEXT: ret 43 ; W64-LABEL: test2: 44 ; W64-NEXT: movaps (%rcx), %xmm0 45 ; W64-NEXT: addps (%rdx), %xmm [all...] |
hidden-vis.ll | 3 ; RUN: llc < %s -mtriple=x86_64-w64-mingw32 | FileCheck %s -check-prefix=WINDOWS
|
/external/llvm/test/MC/COFF/ |
relocation-imgrel.s | 7 // RUN: llvm-mc -filetype=obj -triple x86_64-pc-win32 %s | llvm-readobj -r | FileCheck --check-prefix=W64 %s 24 // W64: Relocations [ 25 // W64-NEXT: Section (1) .text { 26 // W64-NEXT: 0x4 IMAGE_REL_AMD64_ADDR32NB foo 27 // W64-NEXT: 0xC IMAGE_REL_AMD64_ADDR32NB foo 28 // W64-NEXT: } 29 // W64-NEXT: ]
|
/ndk/build/tools/toolchain-patches-host/mingw-w64/ |
mingw-w64-widl.patch | 1 Index: mingw-w64-headers/Makefile.am 3 --- mingw-w64-headers/Makefile.am (revision 5578) 4 +++ mingw-w64-headers/Makefile.am (working copy) 21 Index: mingw-w64-headers/Makefile.in 23 --- mingw-w64-headers/Makefile.in (revision 5578) 24 +++ mingw-w64-headers/Makefile.in (working copy) 37 Index: mingw-w64-headers/configure 39 --- mingw-w64-headers/configure (revision 5578) 40 +++ mingw-w64-headers/configure (working copy) 78 Index: mingw-w64-headers/configure.a [all...] |
/ndk/build/tools/ |
build-gdb-stub.sh | 16 --mingw-w64-gcc-path=\$HOME/i686-w64-mingw32/bin/i686-w64-mingw32-gcc 28 register_var_option "--mingw-w64-gcc=<program>" MINGW_W64_GCC "MinGW-w64 gcc program to use." 50 panic "Please specify an existing MinGW-w64 cross compiler with --mingw-w64-gcc=<program>"
|
build-mingw64-toolchain.sh | 25 # --package-dir=i686-w64-mingw32-toolchain \ 206 echo " --mingw-version=<version> Select mingw-w64 version [$MINGW_W64_VERSION]." 282 TARGET_TAG=$TARGET_ARCH-w64-mingw32 414 WITH_WIDL=mingw-w64-widl 421 MINGW_W64_SRC=$SRC_DIR/mingw-w64-svn$MINGW_W64_REVISION2 426 # Released versions of MinGW-w64 don't provide easily accessible information 428 fail_panic "Building MinGW-w64 toolchain requires specifying an svn version" 432 echo "Checking out https://mingw-w64.svn.sourceforge.net/svnroot/mingw-w64/trunk$MINGW_W64_REVISION $MINGW_W64_SRC" 433 run svn co https://mingw-w64.svn.sourceforge.net/svnroot/mingw-w64/trunk$MINGW_W64_REVISION $MINGW_W64_SR [all...] |
common-build-host-funcs.sh | 124 windows-x86_64) RET=x86_64-w64-mingw32;; 571 _bh_try_host_prefix x86_64-w64-mingw32 -m32 572 _bh_try_host_prefix i686-w64-mingw32 580 # named mingw-gcc which provides i686-w64-mingw32 and 581 # x86_64-w64-mingw32 instead. 586 dump " x86_64-w64-mingw32-gcc (see build-mingw64-toolchain.sh)" 587 dump " i686-w64-mingw32-gcc (see build-mingw64-toolchain.sh)" 601 BH_HOST_CONFIG=i686-w64-mingw32msvc 616 _bh_try_host_prefix x86_64-w64-mingw32 617 _bh_try_host_prefix i686-w64-mingw32 -m6 [all...] |
build-host-gcc.sh | 67 (x86_64-w64-mingw32) from sources if you don't have one available. 234 # i686-w64-mingw32 (same, slightly different sources) 235 # x86_64-w64-mingw32 (Windows 64-bits, MSVCRT.DLL) 447 windows-x86_64) RET=x86_64-w64-mingw32;; 738 try_host_prefix x86_64-w64-mingw32 -m32 739 try_host_prefix i686-w64-mingw32 747 # named mingw-gcc which provides i686-w64-mingw32 and 748 # x86_64-w64-mingw32 instead. 753 dump " x86_64-w64-mingw32-gcc (see build-mingw64-toolchain.sh)" 754 dump " i686-w64-mingw32-gcc (see build-mingw64-toolchain.sh) [all...] |
build-host-gdb.sh | 253 GCC_FOR_STUB=i686-w64-mingw32-gcc 267 --mingw-w64-gcc=${GCC_FOR_STUB}
|
/external/clang/test/Sema/ |
builtins-decl.c | 5 // mingw-w64's intrin.h has decls below.
|
/external/llvm/cmake/modules/ |
GetHostTriple.cmake | 13 set( value "x86_64-w64-mingw32" )
|
/external/valgrind/main/VEX/priv/ |
host_generic_simd64.c | 52 static inline UInt sel32x2_1 ( ULong w64 ) { 53 return 0xFFFFFFFF & toUInt(w64 >> 32); 55 static inline UInt sel32x2_0 ( ULong w64 ) { 56 return 0xFFFFFFFF & toUInt(w64); 70 static inline UShort sel16x4_3 ( ULong w64 ) { 71 UInt hi32 = toUInt(w64 >> 32); 74 static inline UShort sel16x4_2 ( ULong w64 ) { 75 UInt hi32 = toUInt(w64 >> 32); 78 static inline UShort sel16x4_1 ( ULong w64 ) { 79 UInt lo32 = (UInt)w64; [all...] |
host_generic_simd128.c | 258 res->w64[0] = cmpEQ64(argL->w64[0], argR->w64[0]); 259 res->w64[1] = cmpEQ64(argL->w64[1], argR->w64[1]); 266 res->w64[0] = cmpGT64S(argL->w64[0], argR->w64[0]); 267 res->w64[1] = cmpGT64S(argL->w64[1], argR->w64[1]) [all...] |
guest_x86_helpers.c | 1833 ULong w64 = x86g_check_ldmxcsr( w32 ); local [all...] |
guest_amd64_helpers.c | 1820 ULong w64 = amd64g_check_ldmxcsr( (ULong)w32 ); local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/targets/libgl-gdi/ |
SConscript | 32 # MSVC. mingw-w64 works fine.
|
/external/mesa3d/src/gallium/targets/libgl-gdi/ |
SConscript | 32 # MSVC. mingw-w64 works fine.
|
/ndk/sources/host-tools/make-3.81/ |
config.log | 7 $ ./configure --disable-nls --host=i686-w64-mingw32 51 configure:1691: checking for i686-w64-mingw32-strip 56 configure:1793: checking for i686-w64-mingw32-gcc 134 configure:2965: checking for i686-w64-mingw32-ranlib 184 configure:3397: result: i686-w64-mingw32 306 ac_cv_env_host_alias_value=i686-w64-mingw32 320 ac_cv_host=i686-w64-mingw32 321 ac_cv_host_alias=i686-w64-mingw32 434 host='i686-w64-mingw32' 435 host_alias='i686-w64-mingw32 [all...] |
/external/chromium_org/third_party/mesa/src/scons/ |
crossmingw.py | 57 i686-w64-mingw32- 60 x86_64-w64-mingw32- 225 # default in recent gcc versions. The x64 port gdb from mingw-w64 seems to
|
/external/clang/lib/Frontend/ |
InitHeaderSearch.cpp | 86 /// libstdc++ of x86_64-w64-mingw32 aka mingw-w64. 216 AddPath(Base + "/../../../include/c++/" + Version + "/x86_64-w64-mingw32", 218 AddPath(Base + "/../../../include/c++/" + Version + "/i686-w64-mingw32", 314 // mingw-w64 crt include paths 315 // <sysroot>/i686-w64-mingw32/include 317 llvm::sys::path::append(P, "../../../i686-w64-mingw32/include"); 320 // <sysroot>/x86_64-w64-mingw32/include 322 llvm::sys::path::append(P, "../../../x86_64-w64-mingw32/include"); 396 // mingw-w64 C++ include paths (i686-w64-mingw32 and x86_64-w64-mingw32 [all...] |
/external/mesa3d/scons/ |
crossmingw.py | 57 i686-w64-mingw32- 60 x86_64-w64-mingw32- 225 # default in recent gcc versions. The x64 port gdb from mingw-w64 seems to
|
/external/valgrind/main/none/tests/ppc64/ |
std_reg_imm.c | 46 unsigned long long int w64; member in struct:__anon30219
|
/external/llvm/test/DebugInfo/X86/ |
coff_relative_names.ll | 1 ; RUN: llc -mtriple=i686-w64-mingw32 -filetype=asm -O0 < %s | FileCheck %s
|