Home | History | Annotate | Download | only in llvm

Lines Matching refs:host_arch

683 HOST_ARCH
4223 i?86-*) host_arch="x86" ;;
4224 amd64-* | x86_64-*) host_arch="x86_64" ;;
4225 sparc*-*) host_arch="Sparc" ;;
4226 powerpc*-*) host_arch="PowerPC" ;;
4227 arm64*-*) host_arch="AArch64" ;;
4228 arm*-*) host_arch="ARM" ;;
4229 aarch64*-*) host_arch="AArch64" ;;
4230 avr-*) host_arch="AVR" ;;
4231 mips-* | mips64-*) host_arch="Mips" ;;
4232 mipsel-* | mips64el-*) host_arch="Mips" ;;
4233 xcore-*) host_arch="XCore" ;;
4234 msp430-*) host_arch="MSP430" ;;
4235 hexagon-*) host_arch="Hexagon" ;;
4236 s390x-*) host_arch="SystemZ" ;;
4237 wasm*-*) host_arch="WebAssembly" ;;
4238 *) host_arch="Unknown" ;;
4241 if test "$host_arch" = "Unknown" ; then
4246 HOST_ARCH=$host_arch
18614 HOST_ARCH!$HOST_ARCH$ac_delim