/aosp_15_r20/external/llvm/test/CodeGen/X86/ |
H A D | stack-protector.ll | 1 ; RUN: llc -mtriple=i386-pc-linux-gnu < %s -o - | FileCheck --check-prefix=LINUX-I386 %s 2 ; RUN: llc -mtriple=x86_64-pc-linux-gnu < %s -o - | FileCheck --check-prefix=LINUX-X64 %s 3 ; RUN: llc -code-model=kernel -mtriple=x86_64-pc-linux-gnu < %s -o - | FileCheck --check-prefix=LIN… 4 ; RUN: llc -mtriple=x86_64-apple-darwin < %s -o - | FileCheck --check-prefix=DARWIN-X64 %s 5 ; RUN: llc -mtriple=amd64-pc-openbsd < %s -o - | FileCheck --check-prefix=OPENBSD-AMD64 %s 6 ; RUN: llc -mtriple=i386-pc-windows-msvc < %s -o - | FileCheck -check-prefix=MSVC-I386 %s 29 ; LINUX-I386-LABEL: test1a: 30 ; LINUX-I386-NOT: calll __stack_chk_fail 31 ; LINUX-I386: .cfi_endproc 33 ; LINUX-X64-LABEL: test1a: [all …]
|
H A D | segmented-stacks.ll | 1 ; RUN: llc < %s -mcpu=generic -mtriple=i686-linux -verify-machineinstrs | FileCheck %s -check-prefi… 2 ; RUN: llc < %s -mcpu=generic -mtriple=x86_64-linux -verify-machineinstrs | FileCheck %s -check-pr… 3 ; RUN: llc < %s -mcpu=generic -mtriple=x86_64-linux -code-model=large -verify-machineinstrs | FileC… 4 ; RUN: llc < %s -mcpu=generic -mtriple=x86_64-linux-gnux32 -verify-machineinstrs | FileCheck %s -ch… 5 ; RUN: llc < %s -mcpu=generic -mtriple=i686-darwin -verify-machineinstrs | FileCheck %s -check-pref… 6 ; RUN: llc < %s -mcpu=generic -mtriple=x86_64-darwin -verify-machineinstrs | FileCheck %s -check-pr… 7 ; RUN: llc < %s -mcpu=generic -mtriple=i686-mingw32 -verify-machineinstrs | FileCheck %s -check-pre… 8 ; RUN: llc < %s -mcpu=generic -mtriple=x86_64-freebsd -verify-machineinstrs | FileCheck %s -check-p… 9 ; RUN: llc < %s -mcpu=generic -mtriple=i686-dragonfly -verify-machineinstrs | FileCheck %s -check-p… 10 ; RUN: llc < %s -mcpu=generic -mtriple=x86_64-dragonfly -verify-machineinstrs | FileCheck %s -check… [all …]
|
H A D | hipe-prologue.ll | 1 ; RUN: llc < %s -mcpu=generic -mtriple=i686-linux -verify-machineinstrs | FileCheck %s -check-prefi… 2 ; RUN: llc < %s -mtriple=x86_64-linux-gnu -verify-machineinstrs | FileCheck %s -check-prefix=X64-Li… 12 ; X32-Linux-LABEL: test_basic: 13 ; X32-Linux-NOT: calll inc_stack_0 15 ; X64-Linux-LABEL: test_basic: 16 ; X64-Linux-NOT: callq inc_stack_0 26 ; X32-Linux-LABEL: test_basic_hipecc: 27 ; X32-Linux: leal -140(%esp), %ebx 28 ; X32-Linux-NEXT: cmpl 120(%ebp), %ebx 29 ; X32-Linux-NEXT: jb .LBB1_1 [all …]
|
H A D | safestack.ll | 1 ; RUN: llc -mtriple=i386-linux < %s -o - | FileCheck --check-prefix=LINUX-I386 %s 2 ; RUN: llc -mtriple=x86_64-linux < %s -o - | FileCheck --check-prefix=LINUX-X64 %s 3 ; RUN: llc -mtriple=i386-linux-android < %s -o - | FileCheck --check-prefix=ANDROID-I386 %s 4 ; RUN: llc -mtriple=x86_64-linux-android < %s -o - | FileCheck --check-prefix=ANDROID-X64 %s 16 ; LINUX-X64: movq __safestack_unsafe_stack_ptr@GOTTPOFF(%rip), %[[A:.*]] 17 ; LINUX-X64: movq %fs:(%[[A]]), %[[B:.*]] 18 ; LINUX-X64: leaq -16(%[[B]]), %[[C:.*]] 19 ; LINUX-X64: movq %[[C]], %fs:(%[[A]]) 21 ; LINUX-I386: movl __safestack_unsafe_stack_ptr@INDNTPOFF, %[[A:.*]] 22 ; LINUX-I386: movl %gs:(%[[A]]), %[[B:.*]] [all …]
|
H A D | segmented-stacks-dynamic.ll | 1 ; RUN: llc < %s -mcpu=generic -mtriple=i686-linux -verify-machineinstrs | FileCheck %s -check-prefi… 2 ; RUN: llc < %s -mcpu=generic -mtriple=x86_64-linux -verify-machineinstrs | FileCheck %s -check-pre… 3 ; RUN: llc < %s -mcpu=generic -mtriple=x86_64-linux-gnux32 -verify-machineinstrs | FileCheck %s -ch… 4 ; RUN: llc < %s -mcpu=generic -mtriple=i686-linux -filetype=obj 5 ; RUN: llc < %s -mcpu=generic -mtriple=x86_64-linux -filetype=obj 6 ; RUN: llc < %s -mcpu=generic -mtriple=x86_64-linux-gnux32 -filetype=obj 25 ; X32-LABEL: test_basic: 28 ; X32-NEXT: ja .LBB0_2 31 ; X32-NEXT: pushl $12 32 ; X32-NEXT: calll __morestack [all …]
|
H A D | emutls-pic.ll | 1 ; RUN: llc < %s -emulated-tls -march=x86 -mtriple=i386-linux-gnu -relocation-model=pic | FileCheck … 2 ; RUN: llc < %s -emulated-tls -march=x86-64 -mtriple=x86_64-linux-gnu -relocation-model=pic | FileC… 3 ; RUN: llc < %s -emulated-tls -march=x86 -mtriple=i386-linux-android -relocation-model=pic | FileCh… 4 ; RUN: llc < %s -emulated-tls -march=x86-64 -mtriple=x86_64-linux-android -relocation-model=pic | F… 11 ; X32-LABEL: my_get_xyz: 13 ; X32-NEXT: movl %eax, (%esp) 14 ; X32-NEXT: calll my_emutls_get_address@PLT 15 ; X64-LABEL: my_get_xyz: 16 ; X64: movq my_emutls_v_xyz@GOTPCREL(%rip), %rdi 17 ; X64-NEXT: callq my_emutls_get_address@PLT [all …]
|
H A D | emutls-pie.ll | 1 ; RUN: llc < %s -emulated-tls -march=x86 -mcpu=generic -mtriple=i386-linux-gnu -relocation-model=pi… 2 ; RUN: | FileCheck -check-prefix=X32 %s 3 ; RUN: llc < %s -emulated-tls -march=x86-64 -mcpu=generic -mtriple=x86_64-linux-gnu -relocation-mod… 4 ; RUN: | FileCheck -check-prefix=X64 %s 5 ; RUN: llc < %s -emulated-tls -march=x86 -mcpu=generic -mtriple=i386-linux-android -relocation-mode… 6 ; RUN: | FileCheck -check-prefix=X32 %s 7 ; RUN: llc < %s -emulated-tls -march=x86-64 -mcpu=generic -mtriple=x86_64-linux-android -relocation… 8 ; RUN: | FileCheck -check-prefix=X64 %s 15 ; X32-LABEL: my_get_xyz: 17 ; X32-NEXT: movl %eax, (%esp) [all …]
|
H A D | fp128-cast.ll | 1 ; RUN: llc < %s -O2 -mtriple=x86_64-linux-android -mattr=+mmx | FileCheck %s --check-prefix=X64 2 ; RUN: llc < %s -O2 -mtriple=x86_64-linux-gnu -mattr=+mmx | FileCheck %s --check-prefix=X64 3 ; RUN: llc < %s -O2 -mtriple=i686-linux-gnu -mattr=+mmx | FileCheck %s --check-prefix=X32 21 ; X32-LABEL: TestFPExtF32_F128: 27 ; X64-LABEL: TestFPExtF32_F128: 28 ; X64: movss vf32(%rip), %xmm0 29 ; X64-NEXT: callq __extendsftf2 30 ; X64-NEXT: movaps %xmm0, vf128(%rip) 31 ; X64: retq 40 ; X32-LABEL: TestFPExtF64_F128: [all …]
|
H A D | emutls.ll | 1 ; RUN: llc < %s -emulated-tls -march=x86 -mtriple=i386-linux-gnu | FileCheck -check-prefix=X32 %s 2 ; RUN: llc < %s -emulated-tls -march=x86-64 -mtriple=x86_64-linux-gnu | FileCheck -check-prefix=X64… 3 ; RUN: llc < %s -emulated-tls -march=x86 -mtriple=x86-linux-android | FileCheck -check-prefix=X32 %s 4 ; RUN: llc < %s -emulated-tls -march=x86-64 -mtriple=x86_64-linux-android | FileCheck -check-prefix… 7 ; for *-pc-win32 and *-pc-winows targets yet. 14 ; X32-LABEL: my_get_xyz: 16 ; X32-NEXT: calll my_emutls_get_address 17 ; X32-NEXT: movl (%eax), %eax 18 ; X32-NEXT: addl $12, %esp 19 ; X32-NEXT: retl [all …]
|
H A D | stack-protector-target.ll | 1 ; Test target-specific stack cookie location. 2 ; RUN: llc -mtriple=i386-linux < %s -o - | FileCheck --check-prefix=LINUX-I386 %s 3 ; RUN: llc -mtriple=x86_64-linux < %s -o - | FileCheck --check-prefix=LINUX-X64 %s 4 ; RUN: llc -mtriple=i386-linux-android < %s -o - | FileCheck --check-prefix=LINUX-I386 %s 5 ; RUN: llc -mtriple=x86_64-linux-android < %s -o - | FileCheck --check-prefix=LINUX-X64 %s 6 ; RUN: llc -mtriple=i386-kfreebsd < %s -o - | FileCheck --check-prefix=LINUX-I386 %s 7 ; RUN: llc -mtriple=x86_64-kfreebsd < %s -o - | FileCheck --check-prefix=LINUX-X64 %s 19 ; LINUX-X64: movq %fs:40, %[[B:.*]] 20 ; LINUX-X64: movq %[[B]], 16(%rsp) 21 ; LINUX-X64: movq %fs:40, %[[C:.*]] [all …]
|
/aosp_15_r20/external/grpc-grpc/tools/run_tests/artifacts/ |
H A D | distribtest_targets.py | 8 # http://www.apache.org/licenses/LICENSE-2.0 42 docker_args += ["-e", "%s=%s" % (k, v)] 124 if self.platform == "linux": 148 # TODO(jtattermusch): re-enable windows distribtest 186 if not self.platform == "linux": 249 "x64": "x86_64", 252 if not self.platform == "linux": 293 if self.platform == "linux": 322 if platform == "linux": 358 if self.platform == "linux": [all …]
|
H A D | artifact_targets.py | 8 # http://www.apache.org/licenses/LICENSE-2.0 45 docker_args += ["-e", "%s=%s" % (k, v)] 105 _MACOS_COMPAT_FLAG = "-mmacosx-version-min=10.10" 107 _ARCH_FLAG_MAP = {"x86": "-m32", "x64": "-m64"} 122 self.labels.append("latest-manylinux") 124 self.labels.append("linux") 129 self.labels.append("linux") 131 self.labels.append("linux") 140 # building the native extension is the most time-consuming part of the build 144 environ["ARCHFLAGS"] = "-arch arm64 -arch x86_64" [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/artifacts/ |
D | distribtest_targets.py | 8 # http://www.apache.org/licenses/LICENSE-2.0 40 docker_args += ['-e', '%s=%s' % (k, v)] 113 if self.platform == 'linux': 132 # TODO(jtattermusch): re-enable windows distribtest 172 if not self.platform == 'linux': 225 'x64': 'x86_64', 228 if not self.platform == 'linux': 266 if self.platform == 'linux': 295 if platform == 'linux': 326 if self.platform == 'linux': [all …]
|
D | artifact_targets.py | 8 # http://www.apache.org/licenses/LICENSE-2.0 43 docker_args += ['-e', '%s=%s' % (k, v)] 96 _MACOS_COMPAT_FLAG = '-mmacosx-version-min=10.10' 98 _ARCH_FLAG_MAP = {'x86': '-m32', 'x64': '-m64'} 113 self.labels.append('latest-manylinux') 115 self.labels.append('linux') 120 self.labels.append('linux') 122 self.labels.append('linux') 131 # building the native extension is the most time-consuming part of the build 135 environ['ARCHFLAGS'] = "-arch arm64 -arch x86_64" [all …]
|
/aosp_15_r20/external/angle/infra/config/generated/ |
H A D | luci-milo.cfg | 1 # Auto-generated by lucicfg. 5 # https://config.luci.app/schemas/projects:luci-milo.cfg 14 name: "buildbucket/luci.angle.ci/android-arm-compile" 19 name: "buildbucket/luci.angle.ci/android-arm-dbg-compile" 24 name: "buildbucket/luci.angle.ci/android-arm64-dbg-compile" 29 name: "buildbucket/luci.angle.ci/android-arm64-exp-s22-test" 34 name: "buildbucket/luci.angle.ci/android-arm64-exp-test" 39 name: "buildbucket/luci.angle.ci/android-arm64-test" 44 name: "buildbucket/luci.angle.ci/linux-asan-test" 45 category: "test|linux|x64" [all …]
|
/aosp_15_r20/external/webrtc/infra/config/ |
H A D | luci-milo.cfg | 1 # Auto-generated by lucicfg. 5 # https://luci-config.appspot.com/schemas/projects:luci-milo.cfg 40 name: "buildbucket/luci.webrtc.ci/Android64 Builder x64 (dbg)" 41 category: "Android|x64" 71 category: "iOS|x64" 76 category: "iOS|x64" 81 category: "iOS|x64" 91 category: "Linux|x86" 96 category: "Linux|x86" 101 category: "Linux|x64" [all …]
|
H A D | config.star | 4 # Use of this source code is governed by a BSD-style license that can be 7 # https://chromium.googlesource.com/infra/luci/luci-go/+/main/lucicfg/doc/ 14 WEBRTC_GERRIT = "https://webrtc-review.googlesource.com/src" 15 WEBRTC_TROOPER_EMAIL = "webrtc-troopers-[email protected]" 17 DEFAULT_CPU = "x86-64" 51 "metrics_project": "chromium-reclient-metrics", 74 "luci-analysis.cfg", 75 "commit-queue.cfg", 76 "cr-buildbucket.cfg", 77 "luci-logdog.cfg", [all …]
|
/aosp_15_r20/external/openscreen/infra/config/global/ |
H A D | cr-buildbucket.cfg | 1 # Defines buckets on cr-buildbucket.appspot.com, used to schedule builds 4 # See http://luci-config.appspot.com/schemas/projects:cr-buildbucket.cfg for 16 identity: "luci-[email protected]" 28 group: "project-openscreen-tryjob-access" 32 group: "service-account-cq" 91 name: "linux" 92 dimensions: "os:Ubuntu-18.04" 106 # 2. The XCode version look-up table in the "osx_sdk" recipe module: 110 dimensions: "os:Mac-10.15" 120 name: "x64" [all …]
|
H A D | luci-milo.cfg | 1 logo_url: "https://storage.googleapis.com/chrome-infra-public/logo/openscreen-logo.png" 12 category: "linux|x64" 18 category: "linux|x64" 24 category: "linux|x64" 30 category: "linux|arm64" 54 category: "linux|x64" 60 category: "linux|x64" 75 category: "linux|x64" 80 category: "linux|x64" 86 category: "linux|x64" [all …]
|
/aosp_15_r20/external/angle/infra/config/ |
H A D | main.star | 4 # Use of this source code is governed by a BSD-style license that can be 21 "-module-docstring", 22 "-function-docstring", 28 buildbucket = "cr-buildbucket.appspot.com", 29 logdog = "luci-logdog.appspot.com", 30 milo = "luci-milo.appspot.com", 31 notify = "luci-notify.appspot.com", 32 scheduler = "luci-scheduler.appspot.com", 33 swarming = "chromium-swarm.appspot.com", 48 groups = "project-angle-admins", [all …]
|
/aosp_15_r20/external/webrtc/tools_webrtc/mb/ |
H A D | mb_config.pyl | 3 # Use of this source code is governed by a BSD-style license 11 # configurations source-side instead of in the buildbot scripts. That makes it 15 # This is a map of buildbot builder group names -> buildbot builder names -> 25 'codesearch-gen-webrtc-android': { 28 'codesearch-gen-webrtc-linux': { 29 'linux': 'codesearch_gen_linux_bot', 48 'Android64 Builder x64 (dbg)': 'android_debug_static_bot_x64', 54 # Linux 57 'Linux (more configs)': { 63 'Linux Asan': 'asan_lsan_clang_release_bot_x64', [all …]
|
/aosp_15_r20/external/perfetto/tools/ |
H A D | install-build-deps | 8 # http://www.apache.org/licenses/LICENSE-2.0 41 # root (to avoid ending up with buildtools/protobuf/protobuf-1.2.3/... and have 43 # |target_os| is either 'darwin', 'linux', 'windows' or 'all' 44 # |target_arch| is either 'x64', 'arm64' or 'all' 67 'buildtools/mac/clang-format', 70 'buildtools/linux64/clang-format', 73 'buildtools/win/clang-format.exe', 80 # GN. From https://chrome-infra-packages.appspot.com/dl/gn/gn/. 84 'https://storage.googleapis.com/perfetto/gn-mac-1968-0725d782', 86 'darwin', 'x64'), [all …]
|
/aosp_15_r20/external/angle/build/toolchain/linux/ |
H A D | BUILD.gn | 2 # Use of this source code is governed by a BSD-style license that can be 15 current_os = "linux" 22 current_os = "linux" 29 current_os = "linux" 34 toolprefix = "aarch64-linux-gnu-" 46 current_os = "linux" 55 toolprefix = "arm-linux-gnueabihf-" 67 current_os = "linux" 81 current_os = "linux" 99 current_os = "linux" [all …]
|
/aosp_15_r20/external/angle/infra/specs/ |
H A D | waterfalls.pyl | 2 # Use of this source code is governed by a BSD-style license that can be 18 'chromium-tester-service-account', 22 'android-arm64-exp-pixel6': { # android-arm64-pixel6 below for android-arm64-test 33 'android-arm64-exp-s22': { 36 'gpu-swarming-pool', 44 'android-arm64-pixel4': { 54 'android-arm64-pixel4-perf': { 65 'android-arm64-pixel6': { 75 'android-arm64-pixel6-perf': { 86 'linux-amd': { [all …]
|
/aosp_15_r20/external/cronet/build/toolchain/linux/ |
H A D | BUILD.gn | 2 # Use of this source code is governed by a BSD-style license that can be 15 current_os = "linux" 22 current_os = "linux" 29 current_os = "linux" 34 toolprefix = "aarch64-linux-gnu-" 46 current_os = "linux" 55 toolprefix = "arm-linux-gnueabihf-" 67 current_os = "linux" 81 current_os = "linux" 99 current_os = "linux" [all …]
|