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

1 2 3

  /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 24 namespace x86_64 { namespace in namespace:art
129 } // namespace x86_64
context_x86_64.h 27 namespace x86_64 { namespace in namespace:art
95 } // namespace x86_64
quick_method_frame_info_x86_64.h 28 namespace x86_64 { namespace in namespace:art
31 (1 << art::x86_64::kNumberOfCpuRegisters); // Fake return address callee save.
33 (1 << art::x86_64::RBX) | (1 << art::x86_64::RBP) | (1 << art::x86_64::R12) |
34 (1 << art::x86_64::R13) | (1 << art::x86_64::R14) | (1 << art::x86_64::R15);
36 (1 << art::x86_64::RSI) | (1 << art::x86_64::RDX) | (1 << art::x86_64::RCX)
    [all...]
  /art/compiler/jni/quick/x86_64/
calling_convention_x86_64.h 24 namespace x86_64 { namespace in namespace:art
84 } // namespace x86_64
calling_convention_x86_64.cc 23 #include "utils/x86_64/managed_register_x86_64.h"
26 namespace x86_64 { namespace in namespace:art
29 static_assert(kX86_64PointerSize == PointerSize::k64, "Unexpected x86_64 pointer size");
293 } // namespace x86_64
  /art/compiler/optimizing/
intrinsics_x86_64.h 28 namespace x86_64 { namespace in namespace:art
81 } // namespace x86_64
code_generator_vector_x86_64.cc 23 namespace x86_64 { namespace in namespace:art
    [all...]
code_generator_x86_64.h 20 #include "arch/x86_64/instruction_set_features_x86_64.h"
25 #include "utils/x86_64/assembler_x86_64.h"
28 namespace x86_64 { namespace in namespace:art
33 // Some x86_64 instructions require a register to be available as temp.
331 ? 2 * kX86_64WordSize // 16 bytes == 2 x86_64 words for each spill
332 : 1 * kX86_64WordSize; // 8 bytes == 1 x86_64 words for each spill
631 } // namespace x86_64
  /art/compiler/utils/x86_64/
jni_macro_assembler_x86_64.h 32 namespace x86_64 { namespace in namespace:art
207 } // namespace 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 24 #include "arch/x86_64/registers_x86_64.h"
29 namespace x86_64 { namespace in namespace:art
136 } // namespace x86_64
  /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))
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...]
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"
223 namespace x86_64 { namespace in namespace:art
226 x86_64::X86_64Assembler assembler(allocator);
229 __ gs()->jmp(x86_64::Address::Absolute(offset, true));
240 } // namespace x86_64
259 return x86_64::CreateTrampoline(&allocator, offset);
  /external/capstone/bindings/vb6/
mx86.bas 385 ' 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
    [all...]
  /art/compiler/utils/
label.h 44 namespace x86_64 { namespace in namespace:art
47 } // namespace x86_64
124 friend class x86_64::X86_64Assembler;
125 friend class x86_64::NearLabel;
managed_register.h 44 namespace x86_64 { namespace in namespace:art
46 } // namespace x86_64
62 constexpr x86_64::X86_64ManagedRegister AsX86_64() const;
  /bionic/tools/versioner/src/
Arch.h 32 x86_64, member in class:Arch
75 return ArchMapIterator<T>(*this, Arch(size_t(Arch::x86_64) + 1));
79 std::array<T, size_t(Arch::x86_64) + 1> data_ = {};
127 Arch::x86_64,
136 { Arch::x86_64, "x86_64-linux-android" },
147 { Arch::x86_64, 21 },
  /system/core/libunwindstack/tests/
UnwinderTest.cpp 1023 RegsX86_64* x86_64 = new RegsX86_64; local
    [all...]
RegsTest.cpp 110 RegsX86_64 x86_64; local
111 EXPECT_EQ(1U, x86_64.GetPcAdjustment(0x100, elf_.get()));
112 EXPECT_EQ(1U, x86_64.GetPcAdjustment(0x2, elf_.get()));
113 EXPECT_EQ(1U, x86_64.GetPcAdjustment(0x1, elf_.get()));
114 EXPECT_EQ(0U, x86_64.GetPcAdjustment(0x0, elf_.get()));
243 RegsX86_64 x86_64; local
244 uint64_t* regs = reinterpret_cast<uint64_t*>(x86_64.RawData());
247 EXPECT_EQ(0x1200000000U, x86_64.sp());
248 EXPECT_EQ(0x4900000000U, x86_64.pc());

Completed in 937 milliseconds

1 2 3