Searched defs:x86_64 (Results 1 - 9 of 9) sorted by path

/external/compiler-rt/
H A DAndroid.mk208 lib/builtins/x86_64/floatundixf.S \
209 lib/builtins/x86_64/floatdisf.c \
210 lib/builtins/x86_64/floatdidf.c \
211 lib/builtins/x86_64/floatdixf.c \
212 lib/builtins/x86_64/floatundisf.S \
213 lib/builtins/x86_64/floatundidf.S
226 $(if $(findstring $(1),x86_64),$(call get-libcompiler-rt-x86_64-source-files),
295 define get-libcompiler-rt-x86_64-source-files
298 $(libcompiler_rt_x86_64_SRC_FILES),x86_64)
[all...]
/external/compiler-rt/make/platform/
H A Dclang_darwin.mk69 UniversalArchs.10.4 := $(call CheckArches,i386 x86_64,10.4)
74 UniversalArchs.ios := $(call CheckArches,i386 x86_64 x86_64h armv7,ios)
79 UniversalArchs.osx := $(call CheckArches,i386 x86_64 x86_64h,osx)
83 UniversalArchs.cc_kext := $(call CheckArches,armv7 i386 x86_64 x86_64h,cc_kext)
88 UniversalArchs.cc_kext_ios5 := $(call CheckArches,x86_64 x86_64h armv7,cc_kext_ios5)
92 UniversalArchs.profile_osx := $(call CheckArches,i386 x86_64 x86_64h,profile_osx)
94 UniversalArchs.profile_ios := $(call CheckArches,i386 x86_64 x86_64h armv7,profile_ios)
98 UniversalArchs.asan_osx_dynamic := $(call CheckArches,i386 x86_64 x86_64h,asan_osx_dynamic)
103 UniversalArchs.asan_iossim_dynamic := $(call CheckArches,i386 x86_64 x86_64h,asan_iossim_dynamic)
107 UniversalArchs.ubsan_osx := $(call CheckArches,i386 x86_64 x86_64
[all...]
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
63 # Build runtime libraries for x86_64.
64 ifeq ($(call contains,$(SupportedArches),x86_64),true)
65 Configs += builtins-x86_64 profile-x86_64 san-x86_64 asan-x86_64 asan_cx
[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)
287 FUNCTIONS.hard_static.x86_64 := $(FUNCTIONS_X86_64)
288 FUNCTIONS.hard_pic.x86_64 := $(FUNCTIONS_X86_64)
H A Ddarwin_bni.mk61 FUNCTIONS.x86_64 := $(FUNCTIONS) \
H A Ddarwin_fat.mk27 UniversalArchs := i386 x86_64
49 FUNCTIONS.x86_64 := $(CommonFunctions) $(ArchFunctions.x86_64)
/external/llvm/include/llvm/ADT/
H A DTriple.h72 x86_64, // X86-64: amd64, x86_64 enumerator in enum:llvm::Triple::ArchType
/external/ltrace/sysdeps/linux-gnu/x86/
H A Dfetch.c73 } x86_64; member in union:fetch_context::__anon26661
156 /* Both i386 and x86_64 ABI only ever really use x87 registers
158 * if it were CLASS_MEMORY. On x86_64 x87 registers are only
713 ctx->u.x86_64.num_ret_classes
715 ctx->u.x86_64.ret_classes, &size);
716 if (ctx->u.x86_64.num_ret_classes == -1)
721 if (ctx->u.x86_64.num_ret_classes > 0
722 && ctx->u.x86_64.ret_classes[0] == CLASS_MEMORY) {
724 assert(ctx->u.x86_64.num_ret_classes == 1);
816 if (value_reserve(valuep, 8 * context->u.x86_64
[all...]
H A Dtrace.c52 static const int x86_64 = 1; variable
54 static const int x86_64 = 0; variable
66 } else if (x86_64) { /* x86_64/i386 */

Completed in 529 milliseconds