HomeSort by relevance Sort by last modified time
    Searched defs:x86_64 (Results 1 - 25 of 32) sorted by null

1 2

  /art/runtime/arch/x86_64/
registers_x86_64.cc 22 namespace x86_64 { namespace in namespace:art
46 } // namespace x86_64
context_x86_64.cc 23 namespace x86_64 { namespace in namespace:art
128 } // namespace x86_64
context_x86_64.h 26 namespace x86_64 { namespace in namespace:art
94 } // namespace x86_64
quick_method_frame_info_x86_64.h 26 namespace x86_64 { namespace in namespace:art
29 (1 << art::x86_64::RBX) | (1 << art::x86_64::RBP) | (1 << art::x86_64::R12) |
30 (1 << art::x86_64::R13) | (1 << art::x86_64::R14) | (1 << art::x86_64::R15);
32 (1 << art::x86_64::RSI) | (1 << art::x86_64::RDX) | (1 << art::x86_64::RCX)
    [all...]
registers_x86_64.h 27 namespace x86_64 { namespace in namespace:art
73 } // namespace x86_64
  /art/compiler/jni/quick/x86_64/
calling_convention_x86_64.h 23 namespace x86_64 { namespace in namespace:art
84 } // namespace x86_64
calling_convention_x86_64.cc 22 #include "utils/x86_64/managed_register_x86_64.h"
25 namespace x86_64 { namespace in namespace:art
213 } // namespace x86_64
  /art/compiler/optimizing/
intrinsics_x86_64.h 28 namespace x86_64 { namespace in namespace:art
81 } // namespace x86_64
code_generator_x86_64.h 20 #include "arch/x86_64/instruction_set_features_x86_64.h"
26 #include "utils/x86_64/assembler_x86_64.h"
29 namespace x86_64 { namespace in namespace:art
34 // Some x86_64 instructions require a register to be available as temp.
578 } // namespace x86_64
  /art/compiler/utils/x86_64/
managed_register_x86_64_test.cc 22 namespace x86_64 { namespace in namespace:art
358 } // namespace x86_64
managed_register_x86_64.cc 22 namespace x86_64 { namespace in namespace:art
114 } // namespace x86_64
constants_x86_64.h 22 #include "arch/x86_64/registers_x86_64.h"
28 namespace x86_64 { namespace in namespace:art
133 } // namespace x86_64
managed_register_x86_64.h 25 namespace x86_64 { namespace in namespace:art
202 } // namespace x86_64
204 inline x86_64::X86_64ManagedRegister ManagedRegister::AsX86_64() const {
205 x86_64::X86_64ManagedRegister reg(id_);
  /build/core/clang/
x86_64.mk 1 # Clang flags for x86_64 arch, target or host.
15 # We don't have any x86_64 flags to substitute yet.
16 define subst-clang-incompatible-x86_64-flags
  /external/ltrace/sysdeps/linux-gnu/x86/
trace.c 52 static const int x86_64 = 1; variable
54 static const int x86_64 = 0; variable
66 } else if (x86_64) { /* x86_64/i386 */
  /external/compiler-rt/make/platform/
clang_linux.mk 22 # 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...]
clang_mingw.mk 11 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)
clang_darwin.mk 83 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))
106 UniversalArchs.profile_osx := $(call CheckArches,i386 x86_64 x86_64h,profile_osx,$(OSX_SDK))
108 UniversalArchs.profile_ios := $(call CheckArches,i386 x86_64,profile_ios,$(IOSSIM_SDK))
113 UniversalArchs.asan_osx_dynamic := $(call CheckArches,i386 x86_64 x86_64h,asan_osx_dynamic,$(OSX_SDK))
116 UniversalArchs.asan_iossim_dynamic := $(call CheckArches,i386 x86_64,asan_iossim_dynamic,$(IOSSIM_SDK))
119 UniversalArchs.ubsan_osx_dynamic := $(call CheckArches,i386 x86_64 x86_64h,ubsan_osx_dynamic,$(OSX_SDK))
122 UniversalArchs.ubsan_iossim_dynamic := $(call CheckArches,i386 x86_64,ubsan_iossim_dynamic,$(IOSSIM_SDK)
    [all...]
clang_macho_embedded.mk 54 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)
darwin_bni.mk 65 FUNCTIONS.x86_64 := $(FUNCTIONS) \
  /art/compiler/trampolines/
trampoline_compiler.cc 43 #include "utils/x86_64/assembler_x86_64.h"
205 namespace x86_64 { namespace in namespace:art
208 x86_64::X86_64Assembler assembler(arena);
211 __ gs()->jmp(x86_64::Address::Absolute(offset, true));
222 } // namespace x86_64
241 return x86_64::CreateTrampoline(&arena, offset);
  /art/compiler/utils/
label.h 47 namespace x86_64 { namespace in namespace:art
128 friend class x86_64::X86_64Assembler;
129 friend class x86_64::NearLabel;
managed_register.h 41 namespace x86_64 { namespace in namespace:art
62 x86_64::X86_64ManagedRegister AsX86_64() const;
  /art/runtime/arch/
arch_test.cc 33 options->push_back(std::make_pair("imageinstructionset", "x86_64"));
37 // prepared, it actually will be a problem with setting the instruction set to x86_64 in
114 namespace x86_64 { namespace in namespace:art
115 #include "arch/x86_64/asm_support_x86_64.h"
159 TEST_F(ArchTest, X86_64) {
160 CheckFrameSize(InstructionSet::kX86_64, Runtime::kSaveAll, x86_64::kFrameSizeSaveAllCalleeSave);
161 CheckFrameSize(InstructionSet::kX86_64, Runtime::kRefsOnly, x86_64::kFrameSizeRefsOnlyCalleeSave);
163 x86_64::kFrameSizeRefsAndArgsCalleeSave);
  /art/runtime/arch/x86/
fault_handler_x86.cc 67 // X86 (and X86_64) specific fault handler functions.
73 // mac symbols have a prefix of _ on x86_64
95 const bool x86_64 = true; local
97 const bool x86_64 = false;
143 if (x86_64 && opcode >= 0x40 && opcode <= 0x4f) {
262 // get the method from the top of the stack. However it's in EAX(x86)/RDI(x86_64).
327 // (x86_64)

Completed in 306 milliseconds

1 2