/external/llvm/test/CodeGen/X86/ |
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: 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: test2: 44 ; W64-NEXT: movaps (%rcx), %xmm0 45 ; W64-NEXT: addps (%rdx), %xmm [all...] |
win64_alloca_dynalloca.ll | 2 ; RUN: llc < %s -join-physregs -mtriple=x86_64-win32 | FileCheck %s -check-prefix=W64 22 ; W64: movq %rsp, %rbp 23 ; W64: $4096, %rax 24 ; W64: callq __chkstk 25 ; W64: subq $4096, %rsp 40 ; W64: leaq 15(%rcx), %rax 41 ; W64: andq $-16, %rax 42 ; W64: callq __chkstk 43 ; W64: subq %rax, %rsp 44 ; W64: movq %rsp, %ra [all...] |
hidden-vis.ll | 3 ; RUN: llc < %s -mtriple=x86_64-w64-mingw32 | FileCheck %s -check-prefix=WINDOWS
|
/external/clang/test/Sema/ |
builtins-decl.c | 4 // mingw-w64's intrin.h has decls below.
|
/external/llvm/cmake/modules/ |
GetTargetTriple.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 | 223 res->w64[0] = cmpGT64S(argL->w64[0], argR->w64[0]); 224 res->w64[1] = cmpGT64S(argL->w64[1], argR->w64[1]); 239 res->w64[0] = sar64(argL->w64[0], nn); 240 res->w64[1] = sar64(argL->w64[1], nn) [all...] |
guest_amd64_helpers.c | 1748 ULong w64 = amd64g_check_ldmxcsr( (ULong)w32 ); local [all...] |
guest_x86_helpers.c | 1820 ULong w64 = x86g_check_ldmxcsr( w32 ); local [all...] |
ir_opt.c | 1071 ULong w64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U64; local 1077 ULong w64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U64; local 1083 ULong w64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U64; local 1089 ULong w64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U64; local 1133 ULong w64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U64; local [all...] |
host_amd64_isel.c | 796 ULong w64 = 0; local 800 w64 |= (0xFFULL << (8 * i)); 802 return w64; [all...] |
host_x86_isel.c | 1919 ULong w64 = e->Iex.Const.con->Ico.U64; local 2121 ULong w64 = e->Iex.Binop.arg2->Iex.Const.con->Ico.U64; local [all...] |
/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/valgrind/main/none/tests/ppc64/ |
std_reg_imm.c | 46 unsigned long long int w64; member in struct:__anon12936
|
/external/clang/lib/Frontend/ |
InitHeaderSearch.cpp | 80 /// libstdc++ of x86_64-w64-mingw32 aka mingw-w64. 202 AddPath(Base + "/../../../include/c++/" + Version + "/x86_64-w64-mingw32", 204 AddPath(Base + "/../../../include/c++/" + Version + "/i686-w64-mingw32", 543 // mingw-w64 crt include paths 545 P.appendComponent("../../../i686-w64-mingw32/include"); // <sysroot>/i686-w64-mingw32/include 548 P.appendComponent("../../../x86_64-w64-mingw32/include"); // <sysroot>/x86_64-w64-mingw32/include 641 // mingw-w64 C++ include paths (i686-w64-mingw32 and x86_64-w64-mingw32 [all...] |
/external/llvm/lib/Support/Windows/ |
Windows.h | 19 // mingw-w64 tends to define it as 0x0502 in its headers.
|
/external/openssl/ |
openssl.config | 50 INSTALL.W64 \
|
/external/valgrind/main/VEX/pub/ |
libvex_basictypes.h | 71 ULong w64[2]; member in union:__anon12194
|
/external/clang/docs/ |
UsersManual.html | [all...] |
/external/valgrind/main/coregrind/ |
launcher-aix5.c | 123 ULong w64; local 128 (ULong)child->pid, (ULong)reg, 8, (Int*)(&w64) ); 134 w64 = (ULong)w32; 136 *ldst = w64; 145 ULong w64; local 149 w64 = val; 151 (ULong)child->pid, (ULong)reg, 8, (Int*)&w64 ); [all...] |
/external/llvm/include/llvm/ADT/ |
Triple.h | 93 MinGW32, // i*86-pc-mingw32, *-w64-mingw32
|
/external/webkit/Source/JavaScriptCore/wtf/ |
Platform.h | 95 /* COMPILER(MINGW64) - mingw-w64 GCC - only used as additional check to exclude mingw.org specific functions */ 99 #if defined(__MINGW64_VERSION_MAJOR) /* best way to check for mingw-w64 vs mingw.org */ [all...] |
/external/llvm/docs/ |
ReleaseNotes.html | 788 <li>llvm-gcc cannot build the mingw-w64 runtime currently 791 <li>On mingw-w64, you will see unresolved symbol <tt>__chkstk</tt> [all...] |
/external/valgrind/main/coregrind/m_debuginfo/ |
readdwarf3.c | 346 ULong w64; local 355 w64 = get_ULong( c ); 358 w64 = (ULong)w32; 360 return w64; [all...] |