Home
last modified time | relevance | path

Searched refs:x86 (Results 1 – 25 of 79) sorted by relevance

1234

/art/compiler/utils/x86/
Dassembler_x86_test.cc40 class AssemblerX86Test : public AssemblerTest<x86::X86Assembler,
41 x86::Address,
42 x86::Register,
43 x86::XmmRegister,
44 x86::Immediate> {
46 typedef AssemblerTest<x86::X86Assembler,
47 x86::Address,
48 x86::Register,
49 x86::XmmRegister,
50 x86::Immediate> Base;
[all …]
Dmanaged_register_x86.h25 namespace x86 {
218 constexpr inline x86::X86ManagedRegister ManagedRegister::AsX86() const { in AsX86()
219 x86::X86ManagedRegister reg(id_); in AsX86()
/art/runtime/arch/x86/
Dquick_method_frame_info_x86.h28 namespace x86 {
42 (1 << art::x86::kNumberOfCpuRegisters); // Fake return address callee save.
44 (1 << art::x86::EBP) | (1 << art::x86::ESI) | (1 << art::x86::EDI);
46 (1 << art::x86::ECX) | (1 << art::x86::EDX) | (1 << art::x86::EBX);
48 (1 << art::x86::EAX) | (1 << art::x86::ECX) | (1 << art::x86::EDX) | (1 << art::x86::EBX);
51 (1 << art::x86::XMM0) | (1 << art::x86::XMM1) |
52 (1 << art::x86::XMM2) | (1 << art::x86::XMM3);
54 (1 << art::x86::XMM0) | (1 << art::x86::XMM1) |
55 (1 << art::x86::XMM2) | (1 << art::x86::XMM3) |
56 (1 << art::x86::XMM4) | (1 << art::x86::XMM5) |
[all …]
Dregisters_x86.cc22 namespace x86 { namespace
Dregisters_x86.h28 namespace x86 {
/art/build/
DAndroid.common.mk20 ART_TARGET_SUPPORTED_ARCH := arm arm64 mips mips64 x86 x86_64
21 ART_HOST_SUPPORTED_ARCH := x86 x86_64
24 ART_HOST_SUPPORTED_ARCH := x86 x86_64
28 ART_HOST_SUPPORTED_ARCH := x86
82 ART_HOST_ARCH := x86
91 2ND_ART_HOST_ARCH := x86
92 2ND_HOST_ARCH := x86
/art/compiler/utils/
Dlabel.h40 namespace x86 {
122 friend class x86::X86Assembler;
123 friend class x86::NearLabel;
/art/compiler/
DAndroid.bp157 x86: {
159 "jni/quick/x86/calling_convention_x86.cc",
160 "linker/x86/relative_patcher_x86.cc",
161 "linker/x86/relative_patcher_x86_base.cc",
167 "utils/x86/assembler_x86.cc",
168 "utils/x86/jni_macro_assembler_x86.cc",
169 "utils/x86/managed_register_x86.cc",
395 x86: {
397 "linker/x86/relative_patcher_x86_test.cc",
398 "utils/x86/managed_register_x86_test.cc",
[all …]
/art/disassembler/
Ddisassembler.cc48 return new x86::DisassemblerX86(options, false); in Create()
50 return new x86::DisassemblerX86(options, true); in Create()
/art/test/609-checker-x86-bounds-check/
Dinfo.txt1 Checker test that we combine ArrayLength and BoundsCheck on x86/x86_64.
/art/runtime/interpreter/mterp/
Drebuild.sh23 for arch in arm x86 mips arm64 x86_64 mips64; do TARGET_ARCH_EXT=$arch make -f Makefile_mterp; done
/art/test/413-regalloc-regression/
Dinfo.txt2 fail compiling removeElementAt in x86.
/art/test/528-long-hint/
Dinfo.txt1 Regression test for optimizing that used to crash on x86 when
/art/test/467-regalloc-pair/
Dinfo.txt2 that used to trip when compiling TestCase.testCase on x86.
/art/test/456-baseline-array-set/
Dinfo.txt1 Test for optimizing on x86, where we could run out
/art/test/458-long-to-fpu/
Dinfo.txt1 Regression test for x86's code generator, which had a bug in
/art/test/574-irreducible-and-constant-area/
Dinfo.txt1 Regression test for intrinsics on x86, which used to wrongly assume
/art/test/660-store-8-16/
Dinfo.txt1 Regression test for the compiler whose x86 and x64 backends
/art/compiler/optimizing/
Dx86_memory_gen.h26 namespace x86 {
Dcodegen_test_utils.h166 class TestCodeGeneratorX86 : public x86::CodeGeneratorX86 {
171 : x86::CodeGeneratorX86(graph, isa_features, compiler_options) { in TestCodeGeneratorX86()
173 AddAllocatedRegister(Location::RegisterLocation(x86::EDI)); in TestCodeGeneratorX86()
177 x86::CodeGeneratorX86::SetupBlockedRegisters(); in SetupBlockedRegisters()
179 blocked_core_registers_[x86::EBX] = true; in SetupBlockedRegisters()
182 blocked_core_registers_[x86::EDI] = false; in SetupBlockedRegisters()
Dpc_relative_fixups_x86.h27 namespace x86 {
Dlive_ranges_test.cc68 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in TEST_F()
114 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in TEST_F()
163 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in TEST_F()
240 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in TEST_F()
317 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in TEST_F()
393 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in TEST_F()
/art/test/667-out-of-bounds/
Dinfo.txt1 Regression test for the x86/x64 backends which under certain
/art/test/521-regression-integer-field-set/
Dinfo.txt1 Regression test for Optimizing's x86-64 code generator, where moving a
/art/test/573-checker-checkcast-regression/
Dinfo.txt1 Regression test for the x86-64 Baker's read barrier fast path compiler

1234