Searched full:win64 (Results 1 – 25 of 715) sorted by relevance
12345678910>>...29
| /external/llvm/test/CodeGen/X86/ |
| D | win64_eh.ll | 1 …mattr=sse2 -mtriple=x86_64-pc-windows-itanium | FileCheck %s -check-prefix=WIN64 -check-prefix=NORM 2 ; RUN: llc < %s -O0 -mattr=sse2 -mtriple=x86_64-pc-mingw32 | FileCheck %s -check-prefix=WIN64 -chec… 3 …tr=sse2 -mtriple=x86_64-pc-mingw32 -mcpu=atom | FileCheck %s -check-prefix=WIN64 -check-prefix=ATOM 10 ; WIN64-LABEL: foo0: 11 ; WIN64: .seh_proc foo0 12 ; WIN64: .seh_endprologue 13 ; WIN64: ret 14 ; WIN64: .seh_endproc 22 ; WIN64-LABEL: foo1: 23 ; WIN64: .seh_proc foo1 [all …]
|
| D | win64_call_epi.ll | 1 ; RUN: llc < %s -mtriple=x86_64-pc-mingw32 | FileCheck %s -check-prefix=WIN64 21 ; WIN64-LABEL: foo1: 22 ; WIN64: .seh_proc foo1 23 ; WIN64: callq bar 24 ; WIN64: nop 25 ; WIN64: addq ${{[0-9]+}}, %rsp 26 ; WIN64: retq 28 ; WIN64: callq _Unwind_Resume 29 ; WIN64-NEXT: ud2 30 ; WIN64: .seh_endproc [all …]
|
| D | avx-intel-ocl.ll | 3 ; RUN: llc < %s -mtriple=x86_64-win32 -mattr=+avx | FileCheck -check-prefix=WIN64 %s 10 ; WIN64-LABEL: testf16_inp 11 ; WIN64: vaddps {{.*}}, {{%ymm[0-1]}} 12 ; WIN64: vaddps {{.*}}, {{%ymm[0-1]}} 13 ; WIN64: leaq {{.*}}(%rsp), %rcx 14 ; WIN64: call 15 ; WIN64: ret 45 ; WIN64-LABEL: testf16_regs 46 ; WIN64: call 47 ; WIN64: vaddps {{%ymm[6-7]}}, {{%ymm[0-1]}}, {{%ymm[0-1]}} [all …]
|
| D | mod128.ll | 2 ; RUN: llc < %s -mtriple=x86_64-cygwin | FileCheck %s -check-prefix=WIN64 3 ; RUN: llc < %s -mtriple=x86_64-win32 | FileCheck %s -check-prefix=WIN64 4 ; RUN: llc < %s -mtriple=x86_64-mingw32 | FileCheck %s -check-prefix=WIN64 12 ; WIN64-NOT: movl $3, %r8d 13 ; WIN64-NOT: xorl %r9d, %r9d 14 ; WIN64-DAG: movq %rdx, 56(%rsp) 15 ; WIN64-DAG: movq %rcx, 48(%rsp) 16 ; WIN64-DAG: leaq 48(%rsp), %rcx 17 ; WIN64-DAG: leaq 32(%rsp), %rdx 18 ; WIN64-DAG: movq $0, 40(%rsp) [all …]
|
| D | h-registers-0.ll | 3 ; RUN: llc < %s -mattr=-bmi -mtriple=x86_64-win32 | FileCheck %s -check-prefix=WIN64 16 ; WIN64-LABEL: bar64: 17 ; WIN64: shrq $8, %rcx 18 ; WIN64: incb %cl 34 ; WIN64-LABEL: bar32: 35 ; WIN64: shrl $8, %ecx 36 ; WIN64: incb %cl 52 ; WIN64-LABEL: bar16: 53 ; WIN64: shrl $8, %ecx 54 ; WIN64: incb %cl [all …]
|
| D | mwaitx.ll | 2 ; RUN: llc < %s -mtriple=x86_64-win32 -mattr=+mwaitx | FileCheck %s -check-prefix=WIN64 4 ; RUN: llc < %s -mtriple=x86_64-win32 -mcpu=bdver4 | FileCheck %s -check-prefix=WIN64 10 ; WIN64-LABEL: foo: 11 ; WIN64: leaq (%rcx), %rax 12 ; WIN64-NEXT: movl %edx, %ecx 13 ; WIN64-NEXT: movl %r8d, %edx 14 ; WIN64-NEXT: monitorx 28 ; WIN64-LABEL: bar: 29 ; WIN64: movl %edx, %eax 30 ; WIN64: movl %r8d, %ebx [all …]
|
| D | bool-zext.ll | 3 ; RUN: llc < %s -mtriple=x86_64-pc-win32 | FileCheck %s -check-prefix=WIN64 12 ; WIN64-LABEL: bar1 13 ; WIN64: movzbl 14 ; WIN64: callq 26 ; WIN64-LABEL: bar2 27 ; WIN64-NOT: movzbl 28 ; WIN64: callq 45 ; WIN64-LABEL: bar3 46 ; WIN64: call 47 ; WIN64-NEXT: {{add|pop}} [all …]
|
| D | avx512-intel-ocl.ll | 3 ; RUN: llc < %s -mtriple=x86_64-win32 -mcpu=knl | FileCheck -check-prefix=WIN64 %s 10 ; WIN64-LABEL: testf16_inp 11 ; WIN64: vaddps {{.*}}, {{%zmm[0-1]}} 12 ; WIN64: leaq {{.*}}(%rsp), %rcx 13 ; WIN64: call 14 ; WIN64: ret 42 ; WIN64-LABEL: testf16_regs 43 ; WIN64: call 44 ; WIN64: vaddps %zmm16, %zmm0, %zmm0 45 ; WIN64: ret [all …]
|
| D | apm.ll | 2 ; RUN: llc < %s -mtriple=x86_64-win32 -mattr=+sse3 | FileCheck %s -check-prefix=WIN64 9 ; WIN64-LABEL: foo: 10 ; WIN64: leaq (%rcx), %rax 11 ; WIN64-NEXT: movl %edx, %ecx 12 ; WIN64-NEXT: movl %r8d, %edx 13 ; WIN64-NEXT: monitor 26 ; WIN64-LABEL: bar: 27 ; WIN64: movl %edx, %eax 28 ; WIN64-NEXT: mwait
|
| D | vararg_tailcall.ll | 2 ; RUN: llc < %s -mtriple=x86_64-pc-win32 | FileCheck %s -check-prefix=WIN64 14 ; WIN64: @foo 15 ; WIN64: callq 26 ; WIN64: @bar 27 ; WIN64: jmp 38 ; WIN64: @foo2 39 ; WIN64: callq 51 ; WIN64: @foo6 52 ; WIN64: callq 67 ; WIN64: @foo7 [all …]
|
| D | sse-intel-ocl.ll | 2 ; RUN: llc < %s -mtriple=x86_64-win32 -mcpu=nehalem | FileCheck -check-prefix=WIN64 %s 7 ; WIN64: testf16_inp 8 ; WIN64: addps {{.*}}, {{%xmm[0-3]}} 9 ; WIN64: addps {{.*}}, {{%xmm[0-3]}} 10 ; WIN64: addps {{.*}}, {{%xmm[0-3]}} 11 ; WIN64: addps {{.*}}, {{%xmm[0-3]}} 12 ; WIN64: leaq {{.*}}(%rsp), %rcx 13 ; WIN64: call 14 ; WIN64: ret 47 ; WIN64: testf16_regs [all …]
|
| D | pmulld.ll | 2 …UN: llc < %s -mtriple=x86_64-win32 -mattr=+sse4.1 -asm-verbose=0 | FileCheck %s -check-prefix=WIN64 8 ; WIN64-LABEL: test1: 9 ; WIN64-NEXT: movdqa (%rcx), %xmm0 10 ; WIN64-NEXT: pmulld (%rdx), %xmm0 19 ; WIN64-LABEL: test1a: 20 ; WIN64-NEXT: movdqa (%rcx), %xmm0 21 ; WIN64-NEXT: pmulld (%rdx), %xmm0
|
| /external/clang/test/CodeGenCXX/ |
| D | microsoft-abi-eh-catch.cpp | 4 // RUN: | FileCheck -check-prefix WIN64 %s 20 // WIN64-LABEL: define void @catch_all() 21 // WIN64: invoke void @might_throw() 22 // WIN64-NEXT: to label %[[cont:[^ ]*]] unwind label %[[catchswitch_lpad:[^ ]*]] 24 // WIN64: [[catchswitch_lpad]] 25 // WIN64: %[[catchswitch:[^ ]*]] = catchswitch within none [label %[[catchpad_lpad:[^ ]*]]] unwind … 27 // WIN64: [[catchpad_lpad]] 28 // WIN64: catchpad within %[[catchswitch]] [i8* null, i32 64, i8* null] 29 // WIN64: call void @recover() 30 // WIN64: catchret from %{{.*}} to label %[[catchret:[^ ]*]] [all …]
|
| D | microsoft-abi-sret-and-byval.cpp | 3 … %s -o - -triple=x86_64-pc-win32 -mconstructor-aliases -fno-rtti | FileCheck -check-prefix WIN64 %s 78 // WIN64: define i32 @"\01?small_return@@YA?AUSmall@@XZ"() 83 // WIN64: define i64 @"\01?medium_return@@YA?AUMedium@@XZ"() 89 // WIN64: define void @"\01?small_non_pod_return@@YA?AUSmallCpp11NotCpp03Pod@@XZ"(%struct.SmallCpp1… 94 // WIN64: define void @"\01?small_with_ctor_return@@YA?AUSmallWithCtor@@XZ"(%struct.SmallWithCtor* … 99 // WIN64: define void @"\01?small_with_vftable_return@@YA?AUSmallWithVftable@@XZ"(%struct.SmallWith… 104 // WIN64: define void @"\01?medium_with_copy_ctor_return@@YA?AUMediumWithCopyCtor@@XZ"(%struct.Medi… 110 // WIN64: define void @"\01?big_return@@YA?AUBig@@XZ"(%struct.Big* noalias sret %agg.result) 116 // WIN64: define void @"\01?small_arg@@YAXUSmall@@@Z"(i32 %s.coerce) 121 // WIN64: define void @"\01?medium_arg@@YAXUMedium@@@Z"(i64 %s.coerce) [all …]
|
| D | inheriting-constructor.cpp | 5 …ws -emit-llvm -o - %s | FileCheck %s --check-prefix=CHECK --check-prefix=MSABI --check-prefix=WIN64 22 // WIN64-LABEL: define {{.*}}void @"\01??1B@@UEAA@XZ" 32 // WIN64-LABEL: define internal {{.*}} @"\01??0B@@QEAA@H@Z"( 33 // WIN64: call {{.*}} @"\01??0A@@QEAA@H@Z"( 37 // WIN64-LABEL: define internal {{.*}} @"\01??0D@@QEAA@H@Z"( 38 // WIN64: call {{.*}} @"\01??$?0H@C@@QEAA@H@Z" 142 // On Win64, the Q arguments would be destroyed in the callee. We don't yet 144 // WIN64: %[[TMP:.*]] = alloca 145 // WIN64: %[[ARG3:.*]] = alloca 146 // WIN64: %[[ARG1:.*]] = alloca [all …]
|
| D | uncopyable-args.cpp | 2 …ng_cc1 -std=c++11 -triple x86_64-windows-msvc -emit-llvm -o - %s | FileCheck %s -check-prefix=WIN64 19 // WIN64-LABEL: declare void @"\01?foo@trivial@@YAXUA@1@@Z"(i64) 40 // WIN64-LABEL: declare void @"\01?foo@default_ctor@@YAXUA@1@@Z"(i64) 62 // WIN64-LABEL: declare void @"\01?foo@move_ctor@@YAXUA@1@@Z"(%"struct.move_ctor::A"*) 83 // WIN64-LABEL: declare void @"\01?foo@all_deleted@@YAXUA@1@@Z"(%"struct.all_deleted::A"*) 103 // WIN64-LABEL: declare void @"\01?foo@implicitly_deleted@@YAXUA@1@@Z"(%"struct.implicitly_deleted:… 123 // WIN64-LABEL: declare void @"\01?foo@one_deleted@@YAXUA@1@@Z"(%"struct.one_deleted::A"*) 143 // WIN64-LABEL: declare void @"\01?foo@copy_defaulted@@YAXUA@1@@Z"(i64) 163 // WIN64-LABEL: declare void @"\01?foo@move_defaulted@@YAXUA@1@@Z"(%"struct.move_defaulted::A"*) 182 // WIN64-LABEL: declare void @"\01?foo@trivial_defaulted@@YAXUA@1@@Z"(i64) [all …]
|
| /external/clang/test/CodeGen/ |
| D | ms_abi.c | 2 // RUN: %clang_cc1 -triple x86_64-pc-win32 -emit-llvm < %s | FileCheck -check-prefix=WIN64 %s 10 // WIN64: %[[STRUCT_FOO:.*]] = type { i32, float, i8 } 16 // WIN64-LABEL: define void @f3() in f3() 19 // WIN64: call void @f1() in f3() 22 // WIN64: call x86_64_sysvcc void @f2() in f3() 26 // WIN64: declare void @f1() 27 // WIN64: declare x86_64_sysvcc void @f2() 29 // Win64 ABI varargs 32 // WIN64-LABEL: define void @f4 in f4() 37 // WIN64: %[[AP:.*]] = alloca i8* in f4() [all …]
|
| /external/harfbuzz_ng/.ci/ |
| D | build-win64.sh | 4 meson --cross-file=.ci/win64-cross-file.txt \ 20 rm -rf win64build/harfbuzz-win64 21 mkdir win64build/harfbuzz-win64 22 cp win64build/util/hb-*.exe win64build/harfbuzz-win64 23 find win64build -name '*.dll' -exec cp {} win64build/harfbuzz-win64 \; 24 x86_64-w64-mingw32-strip win64build/harfbuzz-win64/*.{dll,exe} 25 rm -f harfbuzz-win64.zip 26 (cd win64build && zip -r ../harfbuzz-win64.zip harfbuzz-win64) 27 echo "harfbuzz-win64.zip is ready."
|
| /external/llvm/test/Transforms/InstCombine/ |
| D | win-math.ll | 2 ; RUN: opt -O2 -S -mtriple=x86_64-pc-win32 < %s | FileCheck %s -check-prefix=WIN64 60 ; WIN64-LABEL: @float_ceil( 61 ; WIN64: float @ceilf 62 ; WIN64-NOT: double @ceil 126 ; WIN64-LABEL: @float_fabs( 127 ; WIN64-NOT: float @fabsf 128 ; WIN64: double @fabs 141 ; WIN64-LABEL: @float_floor( 142 ; WIN64: float @floorf 143 ; WIN64-NOT: double @floor [all …]
|
| /external/protobuf/ |
| D | appveyor.yml | 6 # Only test few combinations: "Visual Studio 2015 (14) + Win64/MinGW + Debug + DLL". We can 13 - platform: Win64 19 - platform: Win64 25 - platform: Win64 39 - if %platform%==Win64 set generator=Visual Studio 14 Win64 41 - if %platform%==Win64 set vcplatform=x64
|
| /external/cronet/third_party/protobuf/ |
| D | appveyor.yml | 6 # Only test few combinations: "Visual Studio 2015 (14) + Win64/MinGW + Debug + DLL". We can 13 - platform: Win64 19 - platform: Win64 25 - platform: Win64 39 - if %platform%==Win64 set generator=Visual Studio 14 Win64 41 - if %platform%==Win64 set vcplatform=x64
|
| /external/libyuv/files/infra/config/ |
| D | luci-scheduler.cfg | 271 id: "Win64 Debug" 277 builder: "Win64 Debug" 281 id: "Win64 Debug (Clang)" 287 builder: "Win64 Debug (Clang)" 291 id: "Win64 Release" 297 builder: "Win64 Release" 301 id: "Win64 Release (Clang)" 307 builder: "Win64 Release (Clang)" 355 triggers: "Win64 Debug" 356 triggers: "Win64 Debug (Clang)" [all …]
|
| /external/harfbuzz_ng/.circleci/ |
| D | config.yml | 7 win64-executor: 157 crossbuild-win64: 158 executor: win64-executor 163 - run: bash .ci/build-win64.sh 165 path: harfbuzz-win64.zip 168 paths: harfbuzz-win64.zip 170 publish-win64: 171 executor: win64-executor 177 mv harfbuzz-win64{,-$CIRCLE_TAG}.zip 178 .ci/publish_release_artifact.sh harfbuzz-win64-$CIRCLE_TAG.zip [all …]
|
| /external/libiio/src/ |
| D | appveyor.yml | 58 - mkdir c:\projects\libiio\build-mingw-win64 59 - cd c:\projects\libiio\build-mingw-win64 60 …- mkdir c:\projects\libiio\build-mingw-win64\"%configuration%"& cd c:\projects\libiio\build-mingw-… 76 …mkdir build-mingw-win64\tests\ build-mingw-win64\tests\"%configuration%"& copy build-mingw-win64\R… 93 - mkdir build-win64 94 - cd build-win64 95 …- cmake -G "%GENERATOR% Win64" -DCMAKE_BUILD_TYPE:STRING="%configuration%" -DENABLE_IPV6:BOOL=OFF … 111 - copy build-win64\Release\libiio.* c:\%ARCHIVE_NAME%\MS64 113 - copy build-mingw-win64\Release\libiio.* c:\%ARCHIVE_NAME%\MinGW64 120 - copy build-win64\tests\Release\*.exe c:\%ARCHIVE_NAME%\MS64 [all …]
|
| /external/mesa3d/.gitlab-ci/container/ |
| D | x86_test-vk.sh | 91 …leases/download/${APITRACE_VERSION}/apitrace-${APITRACE_VERSION}.${APITRACE_VERSION_DATE}-win64.7z" 92 7zr x "apitrace-${APITRACE_VERSION}.${APITRACE_VERSION_DATE}-win64.7z" \ 93 "apitrace-${APITRACE_VERSION}.${APITRACE_VERSION_DATE}-win64/bin/apitrace.exe" \ 94 "apitrace-${APITRACE_VERSION}.${APITRACE_VERSION_DATE}-win64/bin/d3dretrace.exe" 95 mv "apitrace-${APITRACE_VERSION}.${APITRACE_VERSION_DATE}-win64" /apitrace-msvc-win64 96 rm "apitrace-${APITRACE_VERSION}.${APITRACE_VERSION_DATE}-win64.7z" 103 /d "C:\windows\system32;C:\windows;C:\windows\system32\wbem;Z:\apitrace-msvc-win64\bin" \
|
12345678910>>...29