Home
last modified time | relevance | path

Searched refs:host_cpu (Results 1 – 25 of 209) sorted by relevance

123456789

/external/llvm-project/llvm/utils/gn/secondary/llvm/lib/Target/
Dtargets.gni28 if (host_cpu == "arm64") {
30 } else if (host_cpu == "arm") {
32 } else if (host_cpu == "ppc" || host_cpu == "ppc64") {
34 } else if (host_cpu == "x86" || host_cpu == "x64") {
37 assert(false, "add your host_cpu above")
86 if (host_cpu == "arm64") {
88 } else if (host_cpu == "arm") {
90 } else if (host_cpu == "ppc" || host_cpu == "ppc64") {
92 } else if (host_cpu == "x86" || host_cpu == "x64") {
95 assert(false, "Unsuppored host_cpu '$host_cpu'.")
/external/e2fsprogs/config/
Dconfig.rpath34 host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
180 if test "$host_cpu" != ia64; then
185 case "$host_cpu" in
276 if test "$host_cpu" = ia64; then
332 if test "$host_cpu" = ia64; then
340 case "$host_cpu" in
400 case $host_cpu in
431 …if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-p…
523 case "$host_cpu" in
560 case $host_cpu in
/external/libexif/
Dconfig.rpath49 host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
130 if test "$host_cpu" != ia64; then
202 if test "$host_cpu" = ia64; then
256 if test "$host_cpu" = ia64; then
312 case "$host_cpu" in
351 …if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-p…
458 case "$host_cpu" in
/external/tensorflow/tensorflow/python/distribute/
Ddevice_util.py62 host_cpu = tf_device.DeviceSpec.from_string(
64 if host_cpu.job:
65 result = result.make_merged_spec(host_cpu)
/external/ltp/m4/
Dltp-host-cpu.m45 AC_SUBST([HOST_CPU], [$host_cpu])
6 AS_CASE([$host_cpu],
/external/llvm-project/llvm/utils/gn/secondary/compiler-rt/test/
DBUILD.gn68 if (host_cpu == "x64") {
71 assert(false, "unimplemented host_cpu " + host_cpu)
/external/llvm-project/llvm/utils/gn/secondary/clang/test/
DBUILD.gn86 if (host_cpu == "x64") {
88 } else if (host_cpu == "arm64") {
90 } else if (host_cpu == "ppc64") {
93 assert(false, "unimplemented host_cpu " + host_cpu)
/external/icu/icu4c/source/extra/uconv/
Dpkgdata.inc.in49 host_cpu=@host_cpu@
/external/icu/icu4c/source/data/
Dicupkg.inc.in46 host_cpu=@host_cpu@
/external/adhd/cras/
Dconfigure.ac152 if test "x$host_cpu" != xx86_64; then
164 if test "x$host_cpu" != xx86_64; then
176 if test "x$host_cpu" != xx86_64; then
188 if test "x$host_cpu" != xx86_64; then
/external/llvm-project/llvm/utils/gn/secondary/compiler-rt/test/hwasan/
DBUILD.gn48 if (current_os == host_os && current_cpu == host_cpu) {
57 if (host_os == "linux" && host_cpu == "x64") {
/external/llvm-project/llvm/utils/gn/secondary/llvm/test/
DBUILD.gn90 if (host_cpu == "x64") {
92 } else if (host_cpu == "arm64") {
94 } else if (host_cpu == "ppc64") {
97 assert(false, "unimplemented host_cpu " + host_cpu)
/external/libpng/
Dconfigure.ac326 case "$host_cpu" in
386 # Add ARM specific files to all builds where the host_cpu is arm ('arm*') or
392 case "$host_cpu" in
432 # Add MIPS specific files to all builds where the host_cpu is mips ('mips*') or
438 case "$host_cpu" in
467 # Add Intel specific files to all builds where the host_cpu is Intel ('x86*')
472 case "$host_cpu" in
514 # Add PowerPC specific files to all builds where the host_cpu is powerpc('powerpc*') or
520 case "$host_cpu" in
/external/perfetto/gn/standalone/
DBUILDCONFIG.gn49 target_cpu = host_cpu
59 target_cpu != host_cpu || target_os != host_os || target_triplet != ""
/external/openscreen/build/config/
DBUILDCONFIG.gn37 target_cpu = host_cpu
96 host_toolchain = "//build/toolchain/linux:clang_$host_cpu"
98 host_toolchain = "//build/toolchain/linux:gcc_$host_cpu"
/external/llvm-project/polly/lib/External/isl/m4/
Dax_prog_cxx_for_build.m457 pushdef([host_cpu], build_cpu)dnl
92 popdef([host_cpu])dnl
Dax_gcc_archflag.m484 case $host_cpu in
100 case $host_cpu in
136 case $host_cpu in
193 case $host_cpu in i*86|x86_64*) flags="$flags -mcpu=$arch -m$arch";; esac
Dax_prog_cc_for_build.m467 pushdef([host_cpu], build_cpu)dnl
109 popdef([host_cpu])dnl
/external/protobuf/m4/
Dax_prog_cxx_for_build.m457 pushdef([host_cpu], build_cpu)dnl
92 popdef([host_cpu])dnl
Dax_prog_cc_for_build.m462 pushdef([host_cpu], build_cpu)dnl
98 popdef([host_cpu])dnl
/external/stressapptest/
Dconfigure.ac17 AS_CASE(["$host_cpu"],
38 [AC_MSG_WARN([Unsupported CPU: $host_cpu! Try x86_64, i686, powerpc, armv7a, or aarch64])]
/external/python/cpython2/Modules/_ctypes/libffi/m4/
Dax_gcc_archflag.m487 case $host_cpu in
109 case $host_cpu in
148 case $host_cpu in
205 case $host_cpu in i*86|x86_64*) flags="$flags -mcpu=$arch -m$arch";; esac
/external/llvm-project/llvm/utils/gn/build/
DBUILDCONFIG.gn39 target_cpu = host_cpu
/external/strace/m4/
Dax_prog_cc_for_build.m469 pushdef([host_cpu], build_cpu)dnl
125 popdef([host_cpu])dnl
/external/llvm-project/llvm/utils/gn/build/toolchain/
DBUILD.gn173 current_cpu = host_cpu
202 current_cpu = host_cpu
345 current_cpu = host_cpu

123456789