Searched defs:ARCH (Results 1 – 18 of 18) sorted by relevance
47 set(ARCH "aarch64") variable49 set(ARCH "arm") variable53 set(ARCH "mips64el") variable55 set(ARCH "mipsel") variable59 set(ARCH "ppc64le") variable65 set(ARCH "x86_64") variable67 set(ARCH "x86") variable75 set(ARCH "aarch64") variable77 set(ARCH "x86_64") variable79 set(ARCH "x86") variable
134 set ARCH=amd64 variable140 set ARCH=win32 variable146 set ARCH=arm32 variable152 set ARCH=arm64 variable
6 ARCH = i386 macro
17 ARCH = Host macro
20 set ARCH=%1 variable
15 ARCH = sm_13 macro
852 ARCH=x64 macro855 ARCH=arm macro858 ARCH=arm64 macro861 ARCH=ppc64 macro864 ARCH=ppc macro867 ARCH=s390 macro870 ARCH=s390x macro872 ARCH=x86 macro
20 ARCH=$(firstword $(subst -, ,$(CROSS_COMPILE))) macro
27 ARCH := -mthumb -mthumb-interwork macro
51 ARCH=$(shell uname -m) macro
30 ARCH = arm macro
113 ARCH := $(patsubst i%86,i386,$(shell uname -m)) macro
432 AC_SUBST(ARCH) subst
11 ARCH=$(shell uname -m) macro
327 #define HANDLE_DW_CFA_PRED(ID, NAME, ARCH) DW_CFA_##NAME = ID, argument