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

1 2

  /art/runtime/arch/x86/
registers_x86.cc 22 namespace x86 { namespace in namespace:art
36 } // namespace x86
quick_method_frame_info_x86.h 25 namespace x86 { namespace in namespace:art
28 (1 << art::x86::EBP) | (1 << art::x86::ESI) | (1 << art::x86::EDI);
30 (1 << art::x86::ECX) | (1 << art::x86::EDX) | (1 << art::x86::EBX);
34 (1 << art::x86::kNumberOfCpuRegisters); // fake return address callee save
48 } // namespace x86
context_x86.cc 25 namespace x86 { namespace in namespace:art
100 } // namespace x86
context_x86.h 25 namespace x86 { namespace in namespace:art
66 LOG(FATAL) << "Floating-point registers are all caller save in X86";
71 LOG(FATAL) << "Floating-point registers are all caller save in X86";
87 } // namespace x86
registers_x86.h 27 namespace x86 { namespace in namespace:art
44 } // namespace x86
  /art/disassembler/
disassembler_x86.h 23 namespace x86 { namespace in namespace:art
41 } // namespace x86
disassembler_x86.cc 27 namespace x86 { namespace in namespace:art
294 case 0x86: case 0x87:
298 byte_operand = (*instr == 0x86);
686 case 0x80: case 0x81: case 0x82: case 0x83: case 0x84: case 0x85: case 0x86: case 0x87:
    [all...]
  /art/compiler/jni/quick/x86/
calling_convention_x86.h 23 namespace x86 { namespace in namespace:art
72 // x86 needs to extend small return types.
87 } // namespace x86
calling_convention_x86.cc 20 #include "utils/x86/managed_register_x86.h"
24 namespace x86 { namespace in namespace:art
94 // We spill the argument registers on X86 to free them up for scratch use, we then assume
165 } // namespace x86
  /art/compiler/utils/x86/
managed_register_x86_test.cc 22 namespace x86 { namespace in namespace:art
358 } // namespace x86
managed_register_x86.cc 22 namespace x86 { namespace in namespace:art
115 } // namespace x86
assembler_x86.h 30 namespace x86 { namespace in namespace:art
630 } // namespace x86
managed_register_x86.h 24 namespace x86 { namespace in namespace:art
27 // The registers in kReservedCpuRegistersArray in x86.cc are not used in pairs.
28 // The table kRegisterPairs in x86.cc must be kept in sync with this enum.
215 } // namespace x86
217 inline x86::X86ManagedRegister ManagedRegister::AsX86() const {
218 x86::X86ManagedRegister reg(id_);
constants_x86.h 22 #include "arch/x86/registers_x86.h"
28 namespace x86 { namespace in namespace:art
123 } // namespace x86
assembler_x86.cc 25 namespace x86 { namespace in namespace:art
    [all...]
  /build/core/clang/
x86.mk 1 # Clang flags for x86 arch, target or host.
16 # We don't have any x86 flags to substitute yet.
17 define subst-clang-incompatible-x86-flags
  /art/compiler/trampolines/
trampoline_compiler.cc 23 #include "utils/x86/assembler_x86.h"
125 namespace x86 { namespace in namespace:art
129 // All x86 trampolines call via the Thread* held in fs.
140 } // namespace x86
147 // All x86 trampolines call via the Thread* held in gs.
182 return x86::CreateTrampoline(offset);
  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
rtcd.pl 241 sub x86() { subroutine
253 #include "vpx_ports/x86.h"
362 if ($opts{arch} eq 'x86') {
364 x86;
369 x86;
  /external/libvpx/libvpx/build/make/
rtcd.pl 239 sub x86() { subroutine
251 #include "vpx_ports/x86.h"
357 if ($opts{arch} eq 'x86') {
359 x86;
364 x86;
  /art/compiler/optimizing/
code_generator_x86.h 23 #include "utils/x86/assembler_x86.h"
26 namespace x86 { namespace in namespace:art
197 } // namespace x86
code_generator_x86.cc 21 #include "utils/x86/assembler_x86.h"
22 #include "utils/x86/managed_register_x86.h"
31 x86::X86ManagedRegister Location::AsX86() const {
35 namespace x86 { namespace in namespace:art
    [all...]
  /art/compiler/utils/
managed_register.h 34 namespace x86 { namespace in namespace:art
57 x86::X86ManagedRegister AsX86() const;
assembler.h 26 #include "x86/constants_x86.h"
50 namespace x86 { namespace in namespace:art
122 friend class x86::X86Assembler;
  /external/compiler-rt/
Android.mk 189 # X86-specific runtimes
225 $(if $(findstring $(1),x86),$(call get-libcompiler-rt-x86-source-files),
227 $(if $(findstring $(1),x32),$(call get-libcompiler-rt-x86-source-files),
289 define get-libcompiler-rt-x86-source-files
333 LOCAL_SRC_FILES_x86 := $(call get-libcompiler-rt-source-files,x86)
335 LOCAL_MODULE_TARGET_ARCH := arm arm64 mips mips64 x86 x86_64
375 LOCAL_MODULE_TARGET_ARCH := arm arm64 mips mips64 x86 x86_64
  /external/llvm/include/llvm/ADT/
Triple.h 71 x86, // X86: i[3-9]86 enumerator in enum:llvm::Triple::ArchType
72 x86_64, // X86-64: amd64, x86_64
510 /// architecture name (e.g., "x86").

Completed in 599 milliseconds

1 2