Searched refs:Win64 (Results 1 – 25 of 87) sorted by relevance
1234
/external/llvm/test/CodeGen/X86/ |
D | win64_nonvol.ll | 4 ; Check that, if a Win64 ABI function calls a SysV ABI function, all the 5 ; Win64 nonvolatile registers get saved.
|
D | byval.ll | 2 ; Win64 has not supported byval yet.
|
D | tail-call-win64.ll | 3 ; The Win64 ABI wants tail jmps to use a REX_W prefix so it can distinguish
|
/external/icu/icu4c/source/test/perf/ubrkperf/ |
D | ubrkperf.dsp | 22 !MESSAGE "ubrkperf - Win64 Release" (based on "Win32 (x86) Console Application") 23 !MESSAGE "ubrkperf - Win64 Debug" (based on "Win32 (x86) Console Application") 92 !ELSEIF "$(CFG)" == "ubrkperf - Win64 Release" 118 !ELSEIF "$(CFG)" == "ubrkperf - Win64 Debug" 149 # Name "ubrkperf - Win64 Release" 150 # Name "ubrkperf - Win64 Debug"
|
D | ubrkperf20.dsp | 22 !MESSAGE "ubrkperf20 - Win64 Release" (based on "Win32 (x86) Console Application") 23 !MESSAGE "ubrkperf20 - Win64 Debug" (based on "Win32 (x86) Console Application") 92 !ELSEIF "$(CFG)" == "ubrkperf20 - Win64 Release" 118 !ELSEIF "$(CFG)" == "ubrkperf20 - Win64 Debug" 149 # Name "ubrkperf20 - Win64 Release" 150 # Name "ubrkperf20 - Win64 Debug"
|
D | ubrkperfold.dsp | 22 !MESSAGE "ubrkperfold - Win64 Release" (based on "Win32 (x86) Console Application") 23 !MESSAGE "ubrkperfold - Win64 Debug" (based on "Win32 (x86) Console Application") 92 !ELSEIF "$(CFG)" == "ubrkperfold - Win64 Release" 118 !ELSEIF "$(CFG)" == "ubrkperfold - Win64 Debug" 149 # Name "ubrkperfold - Win64 Release" 150 # Name "ubrkperfold - Win64 Debug"
|
/external/compiler-rt/test/asan/ |
D | CMakeLists.txt | 6 # TODO(wwchrome): Re-enable Win64 asan tests when ready. 7 # Disable tests for asan Win64 temporarily. 132 # TODO(wwchrome): Re-enable the tests for asan Win64 when ready.
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86CallingConv.td | 99 // X86-Win64 C return-value convention. 101 // The X86-Win64 calling convention always returns __m64 values in RAX. 119 // Mingw64 and native Win64 use Win64 CC 182 // Calling convention used on Win64 203 // Do not pass the sret argument in RCX, the Win64 thiscall calling 390 // Mingw64 and native Win64 use Win64 CC
|
D | X86CompilationCallback_Win64.asm | 1 ;;===-- X86CompilationCallback_Win64.asm - Implement Win64 JIT callback ---===
|
/external/syslinux/win64/ |
D | README | 1 Building the Win64 installer requires the MinGW-W64 compiler,
|
/external/python/cpython2/Tools/msi/ |
D | msi.py | 147 if msilib.Win64: 183 if msilib.Win64: 199 if msilib.Win64: 220 if msilib.Win64: 381 if msilib.Win64: 895 if msilib.Win64: 952 if not msilib.Win64: 1381 if msilib.Win64:
|
D | msilib.py | 471 if Win64: 668 global msi_type, Win64, arch_ext 673 Win64 = 0 678 Win64 = 1 683 Win64 = 1
|
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MCAsmInfo.h | 32 enum ExceptionsType { None, DwarfCFI, SjLj, ARM, Win64 }; enumerator 555 ExceptionsType == ExceptionHandling::Win64); in isExceptionHandlingDwarf()
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | peep-vector-extract-concat.ll | 5 ; %a is passed indirectly on Win64.
|
D | byval.ll | 2 ; Win64 has not supported byval yet.
|
/external/python/cpython2/PC/VS7.1/ |
D | amd64_ml64.bat | 4 set MLEXE=Microsoft Platform SDK\Bin\Win64\x86\AMD64\ml64.EXE
|
/external/fmtlib/support/cmake/ |
D | run-cmake.bat | 7 rem run-cmake -G "Visual Studio 10 Win64" .
|
/external/vulkan-validation-layers/ |
D | build_windows_targets.bat | 55 cmake -G "Visual Studio %VS_VERSION% Win64" .. 72 cmake -G "Visual Studio %VS_VERSION% Win64" ..
|
/external/webrtc/webrtc/tools/ |
D | tools.gyp | 73 # Disable warnings to enable Win64 build, issue 1323. 168 # Disable warnings to enable Win64 build, issue 1323.
|
/external/vulkan-validation-layers/demos/ |
D | CMakeLists.txt | 105 set (LIB_DIR "Win64") 121 set (LIB_DIR "Win64")
|
/external/modp_b64/ |
D | modp_b64.gyp | 24 # to be built for Win64, and this is a prerequsite.
|
/external/webrtc/webrtc/modules/video_coding/codecs/tools/ |
D | video_codecs_tools.gypi | 28 # Disable warnings to enable Win64 build, issue 1323.
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/ |
D | isacfix_test.gypi | 27 # Disable warnings to enable Win64 build, issue 1323.
|
/external/curl/projects/ |
D | README | 117 PATH=..\..\..\..\..\openssl\build\Win64\VC10\DLL Debug;C:\Windows\system32; 125 PATH=..\..\..\..\..\wolfssl\build\Win64\VC10\DLL Debug;C:\Windows\system32; 139 <architecture> - The platform architecture (For example: Win32, Win64)
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
D | neteq_tests.gypi | 101 # Disable warnings to enable Win64 build, issue 1323. 328 # Disable warnings to enable Win64 build, issue 1323.
|
1234