Home
last modified time | relevance | path

Searched refs:kX86 (Results 1 – 25 of 44) sorted by relevance

12

/art/runtime/arch/x86/
Dinstruction_set_features_x86_test.cc26 InstructionSetFeatures::FromVariant(InstructionSet::kX86, "default", &error_msg)); in TEST()
28 EXPECT_EQ(x86_features->GetInstructionSet(), InstructionSet::kX86); in TEST()
39 InstructionSetFeatures::FromVariant(InstructionSet::kX86, "atom", &error_msg)); in TEST()
41 EXPECT_EQ(x86_features->GetInstructionSet(), InstructionSet::kX86); in TEST()
49 InstructionSetFeatures::FromVariant(InstructionSet::kX86, "default", &error_msg)); in TEST()
51 EXPECT_EQ(x86_default_features->GetInstructionSet(), InstructionSet::kX86); in TEST()
76 InstructionSetFeatures::FromVariant(InstructionSet::kX86, "sandybridge", &error_msg)); in TEST()
78 EXPECT_EQ(x86_features->GetInstructionSet(), InstructionSet::kX86); in TEST()
86 InstructionSetFeatures::FromVariant(InstructionSet::kX86, "default", &error_msg)); in TEST()
88 EXPECT_EQ(x86_default_features->GetInstructionSet(), InstructionSet::kX86); in TEST()
[all …]
Dinstruction_set_features_x86.h57 return InstructionSet::kX86; in GetInstructionSet()
/art/runtime/arch/
Dinstruction_set.cc32 case InstructionSet::kX86: in InstructionSetAbort()
51 case InstructionSet::kX86: in GetInstructionSetString()
74 return InstructionSet::kX86; in GetInstructionSetFromString()
93 return InstructionSet::kX86; in GetInstructionSetFromELF()
117 case InstructionSet::kX86: in GetInstructionSetAlignment()
187 case InstructionSet::kX86: in GetStackOverflowReservedBytes()
Dinstruction_set.h33 kX86, enumerator
50 static constexpr InstructionSet kRuntimeISA = InstructionSet::kX86;
105 case InstructionSet::kX86: in GetInstructionSetPointerSize()
128 case InstructionSet::kX86: in GetInstructionSetInstructionAlignment()
148 case InstructionSet::kX86: in IsValidInstructionSet()
166 case InstructionSet::kX86: in Is64BitInstructionSet()
193 case InstructionSet::kX86: in GetBytesPerGprSpillLocation()
216 case InstructionSet::kX86: in GetBytesPerFprSpillLocation()
Dinstruction_set_test.cc28 EXPECT_EQ(InstructionSet::kX86, GetInstructionSetFromString("x86")); in TEST()
40 EXPECT_STREQ("x86", GetInstructionSetString(InstructionSet::kX86)); in TEST()
52 EXPECT_EQ(GetInstructionSetInstructionAlignment(InstructionSet::kX86), in TEST()
Dinstruction_set_features.cc45 case InstructionSet::kX86: in FromVariant()
74 case InstructionSet::kX86: in FromBitmap()
101 case InstructionSet::kX86: in FromCppDefines()
125 case InstructionSet::kX86: in FromCpuInfo()
148 case InstructionSet::kX86: in FromHwcap()
171 case InstructionSet::kX86: in FromAssembly()
245 DCHECK(InstructionSet::kX86 == GetInstructionSet() || in AsX86InstructionSetFeatures()
/art/runtime/entrypoints/quick/
Dcallee_save_frame.h81 case InstructionSet::kX86: in GetCalleeSaveFrameSize()
105 case InstructionSet::kX86: in GetConstExprPointerSize()
Dquick_trampoline_entrypoints_test.cc110 CHECK_FRAME_SIZE(InstructionSet::kX86); in TEST_F()
125 EXPECT_EQ(GetInstructionSetPointerSize(InstructionSet::kX86), in TEST_F()
126 GetConstExprPointerSize(InstructionSet::kX86)); in TEST_F()
Dquick_jni_entrypoints.cc229 if (kRuntimeISA == InstructionSet::kX86) { in GenericJniMethodEnd()
/art/disassembler/
Ddisassembler.cc47 } else if (instruction_set == InstructionSet::kX86) { in Create()
/art/compiler/
Dcompiled_method.cc68 case InstructionSet::kX86: in CodeDelta()
87 case InstructionSet::kX86: in CodePointer()
/art/compiler/utils/
Djni_macro_assembler.cc72 case InstructionSet::kX86: in Create()
/art/compiler/jni/quick/
Dcalling_convention.cc82 case InstructionSet::kX86: in Create()
184 case InstructionSet::kX86: in Create()
/art/compiler/jni/
Djni_cfi_test.cc133 TEST_ISA(kX86)
/art/compiler/linker/
Drelative_patcher.cc98 case InstructionSet::kX86: in Create()
/art/compiler/debug/
Delf_debug_loc_writer.h41 case InstructionSet::kX86: in GetDwarfCoreReg()
62 case InstructionSet::kX86: in GetDwarfFpReg()
Delf_debug_line_writer.h83 case InstructionSet::kX86: in WriteCompilationUnit()
/art/compiler/debug/dwarf/
Ddwarf_test.h64 (sizeof(typename ElfTypes::Addr) == 8) ? InstructionSet::kX86_64 : InstructionSet::kX86; in Objdump()
/art/compiler/linker/x86/
Drelative_patcher_x86_test.cc26 X86RelativePatcherTest() : RelativePatcherTest(InstructionSet::kX86, "default") { } in X86RelativePatcherTest()
/art/runtime/
Dparsed_options_test.cc146 InstructionSet::kX86, in TEST_F()
Dcommon_runtime_test.h294 if (kRuntimeISA == InstructionSet::kX86) { \
/art/compiler/utils/x86/
Djni_macro_assembler_x86.h174 InstructionSet::kX86> {
/art/compiler/optimizing/
Doptimizing_cfi_test.cc188 TEST_ISA(kX86) in TEST_ISA()
Dregister_allocator.cc78 || instruction_set == InstructionSet::kX86 in CanAllocateRegistersFor()
/art/compiler/trampolines/
Dtrampoline_compiler.cc285 case InstructionSet::kX86: in CreateTrampoline32()

12