Home
last modified time | relevance | path

Searched +full:linux +full:- +full:ppc64 (Results 1 – 25 of 633) sorted by relevance

12345678910>>...26

/aosp_15_r20/external/clang/test/Preprocessor/
H A Dinit.c1 // RUN: %clang_cc1 -E -dM -x assembler-with-cpp < /dev/null | FileCheck -match-full-lines -check-pr…
6 // RUN: %clang_cc1 -fblocks -E -dM < /dev/null | FileCheck -match-full-lines -check-prefix BLOCKS %s
12 // RUN: %clang_cc1 -x c++ -std=c++1z -E -dM < /dev/null | FileCheck -match-full-lines -check-prefix…
22 // RUN: %clang_cc1 -x c++ -std=c++1y -E -dM < /dev/null | FileCheck -match-full-lines -check-prefix…
32 // RUN: %clang_cc1 -x c++ -std=c++11 -E -dM < /dev/null | FileCheck -match-full-lines -check-prefix…
42 // RUN: %clang_cc1 -x c++ -std=c++98 -E -dM < /dev/null | FileCheck -match-full-lines -check-prefix…
51 // RUN: %clang_cc1 -fdeprecated-macro -E -dM < /dev/null | FileCheck -match-full-lines -check-prefi…
56 // RUN: %clang_cc1 -std=c99 -E -dM < /dev/null | FileCheck -match-full-lines -check-prefix C99 %s
60 // C99-NOT: __GXX_EXPERIMENTAL_CXX0X__
61 // C99-NOT: __GXX_RTTI
[all …]
/aosp_15_r20/external/llvm/test/CodeGen/PowerPC/
H A Dfp128-bitcast-after-operation.ll1 ; RUN: llc -mtriple=powerpc64le-unknown-linux-gnu -mcpu=pwr8 < %s | FileCheck %s -check-prefix=PPC6…
2 ; RUN: llc -mtriple=powerpc64le-unknown-linux-gnu -mcpu=pwr7 < %s | FileCheck %s -check-prefix=PPC64
3 ; RUN: llc -mtriple=powerpc64-unknown-linux-gnu -mcpu=pwr8 < %s | FileCheck %s -check-prefix=PPC64-
4 ; RUN: llc -mtriple=powerpc64-unknown-linux-gnu -mcpu=pwr7 < %s | FileCheck %s -check-prefix=PPC64
5 ; RUN: llc -mtriple=powerpc-unknown-linux-gnu < %s | FileCheck %s -check-prefix=PPC32
9 ; PPC64-LABEL: test_abs:
10 ; PPC64-DAG: stxsdx 2, 0, [[ADDR_HI:[0-9]+]]
11 ; PPC64-DAG: stxsdx 1, 0, [[ADDR_LO:[0-9]+]]
12 ; PPC64-DAG: addi [[ADDR_HI]], [[SP:[0-9]+]], [[OFFSET_HI:-?[0-9]+]]
13 ; PPC64-DAG: addi [[ADDR_LO]], [[SP]], [[OFFSET_LO:-?[0-9]+]]
[all …]
H A Dcrsave.ll1 ; RUN: llc -O0 -disable-fp-elim -mtriple=powerpc-unknown-linux-gnu -mcpu=g5 < %s | FileCheck %s -ch…
2 ; RUN: llc -O0 -mtriple=powerpc64-unknown-linux-gnu -mcpu=g5 < %s | FileCheck %s -check-prefix=PPC64
3 ; RUN: llc -O0 -mtriple=powerpc64le-unknown-linux-gnu -verify-machineinstrs < %s | FileCheck %s -ch…
17 ; PPC32: stw 31, -4(1)
18 ; PPC32: stwu 1, -32(1)
20 ; PPC32-NEXT: stw 12, 24(31)
22 ; PPC32-NEXT: mtocrf 32, 12
24 ; PPC64: .cfi_startproc
25 ; PPC64: mfcr 12
26 ; PPC64: stw 12, 8(1)
[all …]
H A Dblockaddress.ll1 ; RUN: llc < %s -code-model=small -march=ppc64 -mtriple=powerpc64-unknown-linux-gnu | FileCheck %s
2 ; RUN: llc < %s -code-model=medium -march=ppc64 -mtriple=powerpc64-unknown-linux-gnu | FileCheck %s…
3 ; RUN: llc < %s -code-model=large -march=ppc64 -mtriple=powerpc64-unknown-linux-gnu | FileCheck %s
4 ; RUN: llc < %s -code-model=small -march=ppc64 -mtriple=powerpc64le-unknown-linux-gnu | FileCheck %…
5 ; RUN: llc < %s -code-model=medium -march=ppc64 -mtriple=powerpc64le-unknown-linux-gnu | FileCheck …
6 ; RUN: llc < %s -code-model=large -march=ppc64 -mtriple=powerpc64le-unknown-linux-gnu | FileCheck %…
13 ; MEDIUM: .Ltmp[[TMP0:[0-9]+]]:
14 ; MEDIUM: addis [[R0:[0-9]+]], 2, .LC[[LC0:[0-9]+]]@toc@ha
19 ; SMALL: .Ltmp[[TMP0:[0-9]+]]:
20 ; SMALL: ld 3, .LC[[LC0:[0-9]+]]@toc(2)
H A Dsvr4-redzone.ll1 ; RUN: llc -mtriple="powerpc-unknown-linux-gnu" < %s | FileCheck %s --check-prefix=PPC32
2 ; RUN: llc -mtriple="powerpc64-unknown-linux-gnu" < %s | FileCheck %s --check-prefix=PPC64
10 ; PPC32-LABEL: regalloc:
11 ; PPC32-NOT: stwu 1, -{{[0-9]+}}(1)
14 ; PPC64-LABEL: regalloc:
15 ; PPC64-NOT: stdu 1, -{{[0-9]+}}(1)
16 ; PPC64: blr
23 ; PPC32-LABEL: smallstack:
24 ; PPC32: stwu 1, -16(1)
26 ; PPC64-LABEL: smallstack:
[all …]
H A Dfp-to-int-to-fp.ll1 ; RUN: llc -mcpu=a2 < %s | FileCheck %s -check-prefix=FPCVT
2 ; RUN: llc -mcpu=ppc64 < %s | FileCheck %s -check-prefix=PPC64
3 target datalayout = "E-m:e-i64:64-n32:64"
4 target triple = "powerpc64-unknown-linux-gnu"
13 ; FPCVT-LABEL: @fool
14 ; FPCVT: fctidz [[REG1:[0-9]+]], 1
18 ; PPC64-LABEL: @fool
19 ; PPC64: fctidz [[REG1:[0-9]+]], 1
20 ; PPC64: fcfid [[REG2:[0-9]+]], [[REG1]]
21 ; PPC64: frsp 1, [[REG2]]
[all …]
H A Dvec_mul.ll1 ; RUN: llc < %s -mtriple=powerpc-unknown-linux-gnu -march=ppc32 -mattr=+altivec -mattr=-vsx -mattr=
2 ; RUN: llc < %s -mtriple=powerpc64-unknown-linux-gnu -march=ppc64 -mattr=+altivec -mattr=-vsx -mcpu…
3 …s -mtriple=powerpc64le-unknown-linux-gnu -march=ppc64 -mattr=+altivec -mattr=-vsx -mcpu=pwr8 -matt…
4 …RUN: llc < %s -mtriple=powerpc64-unknown-linux-gnu -march=ppc64 -mattr=+altivec -mattr=+vsx -mcpu=…
5-mtriple=powerpc64le-unknown-linux-gnu -march=ppc64 -mattr=+altivec -mattr=+vsx -mcpu=pwr8 -mattr=
13 ; CHECK-LABEL: test_v4i32:
15 ; CHECK-NOT: mullw
16 ; CHECK-LE-LABEL: test_v4i32:
17 ; CHECK-LE: vmsumuhm
18 ; CHECK-LE-NOT: mullw
[all …]
/aosp_15_r20/external/llvm/test/tools/llvm-readobj/
H A Delf-gnuhash.test3 // $ llvm-mc -filetype=obj -triple=i386-pc-linux -o example-i386.o example.s
4 // $ llvm-mc -filetype=obj -triple=x86_64-pc-linux -o example-x86_64.o example.s
5 // $ llvm-mc -filetype=obj -triple=powerpc-pc-linux -o example-ppc.o example.s
6 // $ llvm-mc -filetype=obj -triple=powerpc64-pc-linux -o example-ppc64.o example.s
7 // $ ld -shared -m elf_i386 -hash-style=gnu -o gnuhash.so.elf-i386 example-i386.o
8 // $ ld -shared -m elf_x86_64 -hash-style=gnu -o gnuhash.so.elf-x86_64 example-x86_64.o
9 // $ ld -shared -m elf32ppc -hash-style=gnu -o gnuhash.so.elf-ppc example-ppc.o
10 // $ ld -shared -m elf64ppc -hash-style=gnu -o gnuhash.so.elf-ppc64 example-ppc64.o
15 RUN: llvm-readobj -gnu-hash-table %p/Inputs/gnuhash.so.elf-i386 | FileCheck %s -check-prefix I386
16 RUN: llvm-readobj -gnu-hash-table %p/Inputs/gnuhash.so.elf-x86_64 | FileCheck %s -check-prefix X86_…
[all …]
H A Dfile-headers.test1 RUN: llvm-readobj -h %p/Inputs/trivial.obj.coff-arm \
2 RUN: | FileCheck %s -check-prefix COFF-ARM
3 RUN: llvm-readobj -h %p/Inputs/trivial.obj.coff-i386 \
4 RUN: | FileCheck %s -check-prefix COFF32
5 RUN: llvm-readobj -h %p/Inputs/trivial.obj.coff-x86-64 \
6 RUN: | FileCheck %s -check-prefix COFF64
7 RUN: llvm-readobj -h %p/Inputs/trivial.exe.coff-i386 \
8 RUN: | FileCheck %s -check-prefix PE32
9 RUN: llvm-readobj -h %p/Inputs/trivial.obj.elf-i386 \
10 RUN: | FileCheck %s -check-prefix ELF32
[all …]
/aosp_15_r20/external/clang/test/Driver/
H A Dppc-features.cpp1 // Check that we error when -faltivec is specified on non-ppc platforms.
3 // RUN: %clang -target powerpc-unk-unk -faltivec -fsyntax-only %s
4 // RUN: %clang -target powerpc64-linux-gnu -faltivec -fsyntax-only %s
5 // RUN: %clang -target powerpc64-linux-gnu -maltivec -fsyntax-only %s
7 // RUN: not %clang -target i386-pc-win32 -faltivec -fsyntax-only %s 2>&1 | FileCheck %s
8 // RUN: not %clang -target x86_64-unknown-freebsd -faltivec -fsyntax-only %s 2>&1 | FileCheck %s
9 // RUN: not %clang -target armv6-apple-darwin -faltivec -fsyntax-only %s 2>&1 | FileCheck %s
10 // RUN: not %clang -target armv7-apple-darwin -faltivec -fsyntax-only %s 2>&1 | FileCheck %s
11 // RUN: not %clang -target mips-linux-gnu -faltivec -fsyntax-only %s 2>&1 | FileCheck %s
12 // RUN: not %clang -target mips64-linux-gnu -faltivec -fsyntax-only %s 2>&1 | FileCheck %s
[all …]
H A Dlinux-ld.c1 // General tests that ld invocations on Linux targets sane. Note that we use
4 // RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \
5 // RUN: --target=i386-unknown-linux \
6 // RUN: --gcc-toolchain="" \
7 // RUN: --sysroot=%S/Inputs/basic_linux_tree \
8 // RUN: | FileCheck --check-prefix=CHECK-LD-32 %s
9 // CHECK-LD-32-NOT: warning:
10 // CHECK-LD-32: "{{.*}}ld{{(.exe)?}}" "--sysroot=[[SYSROOT:[^"]+]]"
11 // CHECK-LD-32: "{{.*}}/usr/lib/gcc/i386-unknown-linux/4.6.0{{/|\\\\}}crtbegin.o"
12 // CHECK-LD-32: "-L[[SYSROOT]]/usr/lib/gcc/i386-unknown-linux/4.6.0"
[all …]
H A Dlinux-header-search.cpp4 // Test a simulated installation of libc++ on Linux, both through sysroot and
6 // RUN: %clang -no-canonical-prefixes %s -### -fsyntax-only 2>&1 \
7 // RUN: -target x86_64-unknown-linux-gnu \
8 // RUN: -stdlib=libc++ \
9 // RUN: -ccc-install-dir %S/Inputs/basic_linux_tree/usr/bin \
10 // RUN: --sysroot=%S/Inputs/basic_linux_libcxx_tree \
11 // RUN: --gcc-toolchain="" \
12 // RUN: | FileCheck --check-prefix=CHECK-BASIC-LIBCXX-SYSROOT %s
13 // CHECK-BASIC-LIBCXX-SYSROOT: "{{[^"]*}}clang{{[^"]*}}" "-cc1"
14 // CHECK-BASIC-LIBCXX-SYSROOT: "-isysroot" "[[SYSROOT:[^"]+]]"
[all …]
/aosp_15_r20/external/clang/test/CodeGen/
H A Datomics-inlining.c1 // RUN: %clang_cc1 -triple arm-linux-gnueabi -emit-llvm %s -o - | FileCheck %s -check-prefix=ARM
2 // RUN: %clang_cc1 -triple powerpc-linux-gnu -emit-llvm %s -o - | FileCheck %s -check-prefix=PPC32
3 // RUN: %clang_cc1 -triple powerpc64-linux-gnu -emit-llvm %s -o - | FileCheck %s -check-prefix=PPC64
4 // RUN: %clang_cc1 -triple mipsel-linux-gnu -emit-llvm %s -o - | FileCheck %s -check-prefix=MIPS32
5 // RUN: %clang_cc1 -triple mips64el-linux-gnu -emit-llvm %s -o - | FileCheck %s -check-prefix=MIPS64
6 // RUN: %clang_cc1 -triple sparc-unknown-eabi -emit-llvm %s -o - | FileCheck %s -check-prefix=SPARC
35 // ARM-LABEL: define{{.*}} void @test1 in test1()
47 // PPC32-LABEL: define void @test1 in test1()
59 // PPC64-LABEL: define void @test1 in test1()
60 // PPC64: = load atomic i8, i8* @c1 seq_cst in test1()
[all …]
H A Dtarget-data.c1 // RUN: %clang_cc1 -triple i686-unknown-unknown -emit-llvm -o - %s | \
2 // RUN: FileCheck --check-prefix=I686-UNKNOWN %s
3 // I686-UNKNOWN: target datalayout = "e-m:e-p:32:32-f64:32:64-f80:32-n8:16:32-S128"
5 // RUN: %clang_cc1 -triple i686-apple-darwin9 -emit-llvm -o - %s | \
6 // RUN: FileCheck --check-prefix=I686-DARWIN %s
7 // I686-DARWIN: target datalayout = "e-m:o-p:32:32-f64:32:64-f80:128-n8:16:32-S128"
9 // RUN: %clang_cc1 -triple i686-unknown-win32 -emit-llvm -o - %s | \
10 // RUN: FileCheck --check-prefix=I686-WIN32 %s
11 // I686-WIN32: target datalayout = "e-m:x-p:32:32-i64:64-f80:32-n8:16:32-a:0:32-S32"
13 // RUN: %clang_cc1 -triple i686-unknown-cygwin -emit-llvm -o - %s | \
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/platform/
Dzosarch.go1 // Code generated by go test internal/platform -fix. DO NOT EDIT.
9 // including known-broken ports.
11 {"aix", "ppc64"},
28 {"linux", "386"},
29 {"linux", "amd64"},
30 {"linux", "arm"},
31 {"linux", "arm64"},
32 {"linux", "loong64"},
33 {"linux", "mips"},
34 {"linux", "mips64"},
[all …]
Dsupported.go2 // Use of this source code is governed by a BSD-style
5 //go:generate go test . -run=^TestGenerated$ -fix
20 // Race detector only supports 48-bit VMA on arm64. But it will always
25 case "linux":
40 case "linux":
53 case "linux":
61 // ('go test -fuzz=.').
64 case "darwin", "freebsd", "linux", "windows":
97 case "ppc64":
98 // Big Endian PPC64 cgo internal linking is not implemented for aix or linux.
[all …]
/aosp_15_r20/external/sandboxed-api/cmake/
H A Dlibunwind.cmake7 # https://www.apache.org/licenses/LICENSE-2.0
16 URL https://github.com/libunwind/libunwind/releases/download/v1.6.2/libunwind-1.6.2.tar.gz
27 message("-- Running ./configure for libunwind...")
29 COMMAND ./configure --disable-dependency-tracking
30 --disable-minidebuginfo
31 --disable-shared
32 --enable-ptrace
33 --quiet
51 ${libunwind_SOURCE_DIR}/src/x86_64/Gos-linux.c
62 elseif(CMAKE_SYSTEM_PROCESSOR STREQUAL "ppc64")
[all …]
/aosp_15_r20/external/compiler-rt/cmake/
H A Dconfig-ix.cmake15 check_cxx_compiler_flag(-fPIC COMPILER_RT_HAS_FPIC_FLAG)
16 check_cxx_compiler_flag(-fPIE COMPILER_RT_HAS_FPIE_FLAG)
17 check_cxx_compiler_flag(-fno-builtin COMPILER_RT_HAS_FNO_BUILTIN_FLAG)
18 check_cxx_compiler_flag(-fno-exceptions COMPILER_RT_HAS_FNO_EXCEPTIONS_FLAG)
19 check_cxx_compiler_flag(-fomit-frame-pointer COMPILER_RT_HAS_FOMIT_FRAME_POINTER_FLAG)
20 check_cxx_compiler_flag(-funwind-tables COMPILER_RT_HAS_FUNWIND_TABLES_FLAG)
21 check_cxx_compiler_flag(-fno-stack-protector COMPILER_RT_HAS_FNO_STACK_PROTECTOR_FLAG)
22 check_cxx_compiler_flag(-fno-sanitize=safe-stack COMPILER_RT_HAS_FNO_SANITIZE_SAFE_STACK_FLAG)
23 check_cxx_compiler_flag(-fvisibility=hidden COMPILER_RT_HAS_FVISIBILITY_HIDDEN_FLAG)
24 check_cxx_compiler_flag(-frtti COMPILER_RT_HAS_FRTTI_FLAG)
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/pkg/include/
Dasm_ppc64x.h2 // Use of this source code is governed by a BSD-style
8 // +---------------------+
10 // +---------------------+
12 // +---------------------+ <- R1+FIXED_FRAME
14 // +---------------------+ <- R1
19 // FIXED_FRAME+8(R1) etc) and some other low-level places.
23 // and currently always use that much, PIC on ppc64 would need to use 48).
27 // aix/ppc64 uses XCOFF which uses function descriptors.
41 // linux/ppc64 uses ELFv1 which uses function descriptors.
42 // These must also look like ABI0 functions on linux/ppc64
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dasm_ppc64x.h2 // Use of this source code is governed by a BSD-style
8 // +---------------------+
10 // +---------------------+
12 // +---------------------+ <- R1+FIXED_FRAME
14 // +---------------------+ <- R1
19 // FIXED_FRAME+8(R1) etc) and some other low-level places.
23 // and currently always use that much, PIC on ppc64 would need to use 48).
27 // aix/ppc64 uses XCOFF which uses function descriptors.
41 // linux/ppc64 uses ELFv1 which uses function descriptors.
42 // These must also look like ABI0 functions on linux/ppc64
[all …]
/aosp_15_r20/external/bazelbuild-rules_go/go/private/
H A Dplatforms.bzl7 # http://www.apache.org/licenses/LICENSE-2.0
24 "linux": "@platforms//os:linux",
33 "ppc64": "@platforms//cpu:ppc",
39 ("aix", "ppc64"),
57 ("linux", "386"),
58 ("linux", "amd64"),
59 ("linux", "arm"),
60 ("linux", "arm64"),
61 ("linux", "mips"),
62 ("linux", "mips64"),
[all …]
/aosp_15_r20/external/pigweed/pw_env_setup/py/pw_env_setup/cipd_setup/
H A D.cipd_version.digests3 # cipd selfupdate-roll -version-file .cipd_version \
4 # -version git_revision:60772a36be6eec73e8e7d34e3da485ea46a83a9f
7 # Use 'cipd selfupdate-roll ...' to modify.
9 aix-ppc64 sha256 81a8e58a53b113f1119b7d7e7fe26c437e0ac4961662dfb65c2f164a7d0a7024
10 dragonfly-amd64 sha256 3fb21ff3a657d01a6fc7376df7b42963b3fcd485a2c044dc730bd3123426cb95
11 freebsd-386 sha256 c03d992802e0321aa952dd4cb9110142ebf79aa58aea63eee55610dd87b489c0
12 freebsd-amd64 sha256 cf1791105c1e62e8436a382c9788516a49d9c8af4ed193d443cf6f4c27c5d3e9
13 freebsd-arm64 sha256 5445c3850cb7cc5a9e3a08d571399e50ded2f98ab3656af8329c4721dc7622e0
14 freebsd-riscv64 sha256 60d52ce9fac19945df0729f915fd70d63d51967cc6947a14aa3fdeb61d4a77d3
15 illumos-amd64 sha256 1443dc8348239997ffdabbf3ebcea216659f9b7c9c797490116bab8bc4da54ad
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/loadelf/
Dldelf.go2 // Use of this source code is governed by a BSD-style
28 Portions Copyright © 2008-2010 Google Inc.
184 // Look for the attribute that indicates the object uses the hard-float ABI (a
185 // file-level attribute with tag Tag_VFP_arch and value 1). Unfortunately the
186 // format used means that we have to parse all of the file-level attributes to
203 return false, 0, fmt.Errorf("corrupt .ARM.attributes (section name not NUL-terminated)\n")
225 ehdrFlags = 0x5000402 // has entry point, Version5 EABI, hard-float ABI
370 case sys.PPC64:
372 return errorf("elf object but not ppc64")
447 // our work is done here - no symbols means nothing can refer to this file
[all …]
/aosp_15_r20/external/libpcap/
H A Dconfigure.ac24 # These are the variables that are used in Makefile, pcap-config, and
44 # pcap-config, so that "pcap-config --libs --static" will report them.
47 # REQUIRES_PRIVATE: pkg-config package names for additional libraries
50 # so that "pkg-config --libs --static" will report them, and so that
54 # V_CCOPT: additional compiler flags other than -I and -D flags
58 # V_DEFS: additional -D compiler flags needed when compiling
61 # V_INCLS: additional -I compiler flags needed when compiling
65 # library needs to be linked. Used in Makwfile; not used in pcap-config
68 # that dynamic library doesn't have to link with those libraries -
74 # in pcap-config, so that "pcap-config --libs --static" will report
[all …]
/aosp_15_r20/external/llvm/unittests/ADT/
H A DTripleTest.cpp1 //===----------- Triple.cpp - Triple unit tests ---------------------------===//
8 //===----------------------------------------------------------------------===//
26 T = Triple("-"); in TEST()
32 T = Triple("--"); in TEST()
38 T = Triple("---"); in TEST()
44 T = Triple("----"); in TEST()
48 EXPECT_EQ("-", T.getEnvironmentName().str()); in TEST()
56 T = Triple("a-b"); in TEST()
62 T = Triple("a-b-c"); in TEST()
68 T = Triple("a-b-c-d"); in TEST()
[all …]

12345678910>>...26