Searched refs:x86 (Results 1 - 25 of 51) sorted by relevance

123

/art/compiler/utils/x86/
H A Dassembler_x86_test.cc33 class AssemblerX86Test : public AssemblerTest<x86::X86Assembler, x86::Register,
34 x86::XmmRegister, x86::Immediate> {
37 return "x86";
52 new x86::Register(x86::EAX),
53 new x86::Register(x86::EBX),
54 new x86
[all...]
H A Dmanaged_register_x86.h25 namespace x86 { namespace in namespace:art
28 // The registers in kReservedCpuRegistersArray in x86.cc are not used in pairs.
29 // The table kRegisterPairs in x86.cc must be kept in sync with this enum.
216 } // namespace x86
218 inline x86::X86ManagedRegister ManagedRegister::AsX86() const {
219 x86::X86ManagedRegister reg(id_);
H A Dconstants_x86.h22 #include "arch/x86/registers_x86.h"
28 namespace x86 { namespace in namespace:art
124 } // namespace x86
/art/runtime/arch/x86/
H A Dquick_method_frame_info_x86.h26 namespace x86 { namespace in namespace:art
40 (1 << art::x86::EBP) | (1 << art::x86::ESI) | (1 << art::x86::EDI);
42 (1 << art::x86::ECX) | (1 << art::x86::EDX) | (1 << art::x86::EBX);
44 (1 << art::x86::XMM0) | (1 << art::x86::XMM1) |
45 (1 << art::x86
[all...]
H A Dregisters_x86.cc22 namespace x86 { namespace in namespace:art
36 } // namespace x86
H A Dregisters_x86.h27 namespace x86 { namespace in namespace:art
44 } // namespace x86
H A Dcontext_x86.h26 namespace x86 { namespace in namespace:art
103 } // namespace x86
/art/build/
H A DAndroid.common.mk20 ART_TARGET_SUPPORTED_ARCH := arm arm64 mips mips64 x86 x86_64
21 ART_HOST_SUPPORTED_ARCH := x86 x86_64
78 ART_HOST_ARCH_32 := x86
80 ART_HOST_ARCH := x86
89 ART_HOST_ARCH_32 := x86
92 2ND_ART_HOST_ARCH := x86
93 2ND_HOST_ARCH := x86
/art/disassembler/
H A Ddisassembler.cc40 return new x86::DisassemblerX86(options, false);
42 return new x86::DisassemblerX86(options, true);
H A Ddisassembler_x86.h23 namespace x86 { namespace in namespace:art
48 } // namespace x86
/art/runtime/arch/
H A Dcontext.cc28 #include "x86/context_x86.h"
47 return new x86::X86Context();
H A Darch_test.cc101 namespace x86 { namespace in namespace:art
102 #include "arch/x86/asm_support_x86.h"
151 CheckFrameSize(InstructionSet::kX86, Runtime::kSaveAll, x86::kFrameSizeSaveAllCalleeSave);
152 CheckFrameSize(InstructionSet::kX86, Runtime::kRefsOnly, x86::kFrameSizeRefsOnlyCalleeSave);
153 CheckFrameSize(InstructionSet::kX86, Runtime::kRefsAndArgs, x86::kFrameSizeRefsAndArgsCalleeSave);
/art/tools/
H A Drun-jdwp-tests.sh23 test_jar=out/host/linux-x86/framework/apache-harmony-jdwp-tests-hostdex.jar
24 junit_jar=out/host/linux-x86/framework/junit.jar
48 art="bash out/host/linux-x86/bin/art"
49 art_debugee="bash out/host/linux-x86/bin/art"
/art/compiler/
H A DAndroid.mk57 dex/quick/x86/assemble_x86.cc \
58 dex/quick/x86/call_x86.cc \
59 dex/quick/x86/fp_x86.cc \
60 dex/quick/x86/int_x86.cc \
61 dex/quick/x86/target_x86.cc \
62 dex/quick/x86/utility_x86.cc \
88 linker/x86/relative_patcher_x86_base.cc \
89 linker/x86/relative_patcher_x86.cc \
96 jni/quick/x86/calling_convention_x86.cc \
150 utils/x86/assembler_x8
[all...]
/art/compiler/optimizing/
H A Doptimizing_cfi_test_expected.inc6 0x42, 0x0E, 0x0C, 0x85, 0x03, 0x86, 0x02, 0x8E, 0x01, 0x44, 0x0E, 0x14,
74 0x41, 0x0E, 0x08, 0x86, 0x02, 0x41, 0x0E, 0x0C, 0x85, 0x03, 0x43, 0x0E,
107 0x41, 0x0E, 0x10, 0x86, 0x04, 0x41, 0x0E, 0x18, 0x83, 0x06, 0x44, 0x0E,
H A Dintrinsics_x86.h28 namespace x86 { namespace in namespace:art
81 } // namespace x86
H A Dregister_allocator_test.cc17 #include "arch/x86/instruction_set_features_x86.h"
48 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions());
66 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions());
308 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions());
342 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions());
397 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions());
421 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions());
522 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions());
539 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions());
558 x86
[all...]
H A Dlive_ranges_test.cc17 #include "arch/x86/instruction_set_features_x86.h"
71 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions());
119 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions());
170 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions());
249 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions());
329 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions());
407 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions());
H A Ddead_code_elimination_test.cc17 #include "arch/x86/instruction_set_features_x86.h"
46 x86::CodeGeneratorX86 codegenX86(graph, *features_x86.get(), CompilerOptions());
/art/compiler/utils/
H A Dmanaged_register.h37 namespace x86 { namespace in namespace:art
61 x86::X86ManagedRegister AsX86() const;
/art/compiler/jni/quick/x86/
H A Dcalling_convention_x86.h23 namespace x86 { namespace in namespace:art
76 // x86 needs to extend small return types.
91 } // namespace x86
/art/runtime/
H A DAndroid.mk193 arch/x86/instruction_set_features_x86.cc \
194 arch/x86/registers_x86.cc \
246 arch/x86/context_x86.cc \
247 arch/x86/entrypoints_init_x86.cc \
248 arch/x86/jni_entrypoints_x86.S \
249 arch/x86/memcmp16_x86.S \
250 arch/x86/quick_entrypoints_x86.S \
251 arch/x86/thread_x86.cc \
252 arch/x86/fault_handler_x86.cc
258 # shared between the x86 an
[all...]
/art/compiler/dex/quick/
H A Dquick_cfi_test_expected.inc6 0x42, 0x0E, 0x0C, 0x85, 0x03, 0x86, 0x02, 0x8E, 0x01, 0x44, 0x0E, 0x14,
79 0x43, 0x0E, 0x40, 0x44, 0x85, 0x03, 0x44, 0x86, 0x02, 0x43, 0x0A, 0x44,
110 0x44, 0x0E, 0x40, 0x45, 0x83, 0x06, 0x45, 0x86, 0x04, 0x47, 0x9D, 0x0A,
/art/compiler/jni/quick/
H A Dcalling_convention.cc24 #include "jni/quick/x86/calling_convention_x86.h"
44 return new x86::X86ManagedRuntimeCallingConvention(is_static, is_synchronized, shorty);
119 return new x86::X86JniCallingConvention(is_static, is_synchronized, shorty);
/art/runtime/entrypoints/quick/
H A Dcallee_save_frame.h31 #include "arch/x86/quick_method_frame_info_x86.h"
79 isa == kX86 ? x86::X86CalleeSaveFrameSize(type) :

Completed in 1541 milliseconds

123