Searched defs:x86_64 (Results 1 - 10 of 10) sorted by relevance

/external/compiler-rt/make/platform/
H A Dclang_linux.mk22 # Define configs only if arch in triple is i386 or x86_64
24 ifeq ($(call contains,i386 x86_64,$(CompilerTargetArch)),true)
41 SupportedArches += x86_64
44 SupportedArches := x86_64
57 # Build runtime libraries for x86_64.
58 ifeq ($(call contains,$(SupportedArches),x86_64),true)
59 Configs += builtins-x86_64 profile-x86_64
60 Arch.builtins-x86_64 := x86_64
[all...]
H A Dclang_mingw.mk11 SupportedArches := x86_64 i386 arm
13 Configs += builtins-x86_64 builtins-i386 builtins-arm
14 Arch.builtins-x86_64 := x86_64
21 CFLAGS.builtins-x86_64 := -target x86_64-windows-gnu $(CFLAGS)
25 FUNCTIONS.builtins-x86_64 := $(CommonFunctions) $(ArchFunctions.x86_64)
H A Dclang_darwin.mk83 UniversalArchs.10.4 := $(call CheckArches,i386 x86_64,10.4,$(OSX_SDK))
88 UniversalArchs.ios := $(call CheckArches,i386 x86_64,ios,$(IOSSIM_SDK))
94 UniversalArchs.osx := $(call CheckArches,i386 x86_64 x86_64h,osx,$(OSX_SDK))
98 UniversalArchs.cc_kext := $(call CheckArches,i386 x86_64 x86_64h,cc_kext,$(OSX_SDK))
159 CFLAGS.ios.x86_64 := $(CFLAGS) $(IOSSIM_DEPLOYMENT_ARGS)
165 CFLAGS.osx.x86_64 := $(CFLAGS) $(OSX_DEPLOYMENT_ARGS)
168 CFLAGS.cc_kext.x86_64 := $(CFLAGS) $(OSX_DEPLOYMENT_ARGS)
198 FUNCTIONS.ios.x86_64 := $(FUNCTIONS.ios.i386)
393 FUNCTIONS.cc_kext.x86_64 := $(CCKEXT_X86_FUNCTIONS) \
429 FUNCTIONS.cc_kext.x86_64h := $(FUNCTIONS.cc_kext.x86_64)
[all...]
H A Dclang_macho_embedded.mk54 UniversalArchs.hard_static := $(call CheckArches,armv7em armv7 i386 x86_64,hard_static)
60 UniversalArchs.hard_pic := $(call CheckArches,armv7em armv7 i386 x86_64,hard_pic)
88 CFLAGS.hard_static.x86_64 := $(CFLAGS) $(STATIC_CFLAGS)
89 CFLAGS.hard_pic.x86_64 := $(CFLAGS) $(PIC_CFLAGS)
296 FUNCTIONS.hard_static.x86_64 := $(FUNCTIONS_X86_64)
297 FUNCTIONS.hard_pic.x86_64 := $(FUNCTIONS_X86_64)
H A Ddarwin_bni.mk65 FUNCTIONS.x86_64 := $(FUNCTIONS) \
/external/capstone/bindings/vb6/
H A Dmx86.bas385 ' prefix[1] indicates segment override (irrelevant for x86_64):
396 rex As Byte ' REX prefix: only a non-zero value is relavant for x86_64 UNSIGNED
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DTriple.h63 x86_64, // X86-64: amd64, x86_64 enumerator in enum:llvm::Triple::ArchType
/external/libtextclassifier/util/hash/
H A Dfarmhash.cc242 #undef x86_64 macro
244 #define x86_64 1 macro
246 #define x86_64 0
253 #define x86 x86_64
257 #define is_64bit (x86_64 || (sizeof(void*) == 8))
861 #if !can_use_sse42 || !can_use_aesni || !x86_64
1414 if (can_use_sse42 & can_use_aesni & x86_64)
1430 if (can_use_sse42 & can_use_aesni & x86_64)
/external/llvm/include/llvm/ADT/
H A DTriple.h75 x86_64, // X86-64: amd64, x86_64 enumerator in enum:llvm::Triple::ArchType
564 return getArch() == Triple::x86_64 &&
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DTriple.h78 x86_64, // X86-64: amd64, x86_64 enumerator in enum:llvm::Triple::ArchType
581 return getArch() == Triple::x86_64 &&

Completed in 568 milliseconds