Home
last modified time | relevance | path

Searched refs:kX86_64 (Results 1 – 25 of 49) sorted by relevance

12

/art/runtime/arch/
Dinstruction_set.cc34 case kX86_64: in GetInstructionSetString()
58 return kX86_64; in GetInstructionSetFromString()
77 return kX86_64; in GetInstructionSetFromELF()
101 case kX86_64: in GetInstructionSetAlignment()
143 case kX86_64: in GetStackOverflowReservedBytes()
Dinstruction_set_features.cc53 case kX86_64: in FromVariant()
84 case kX86_64: in FromBitmap()
114 case kX86_64: in FromCppDefines()
144 case kX86_64: in FromCpuInfo()
173 case kX86_64: in FromHwcap()
202 case kX86_64: in FromAssembly()
282 DCHECK(kX86 == GetInstructionSet() || kX86_64 == GetInstructionSet()); in AsX86InstructionSetFeatures()
287 DCHECK_EQ(kX86_64, GetInstructionSet()); in AsX86_64InstructionSetFeatures()
Dinstruction_set.h33 kX86_64, enumerator
50 static constexpr InstructionSet kRuntimeISA = kX86_64;
95 case kX86_64: in GetInstructionSetPointerSize()
121 case kX86_64: in Is64BitInstructionSet()
148 case kX86_64: in GetBytesPerGprSpillLocation()
173 case kX86_64: in GetBytesPerFprSpillLocation()
Dinstruction_set_test.cc29 EXPECT_EQ(kX86_64, GetInstructionSetFromString("x86_64")); in TEST()
41 EXPECT_STREQ("x86_64", GetInstructionSetString(kX86_64)); in TEST()
Darch_test.cc157 CheckFrameSize(InstructionSet::kX86_64, Runtime::kSaveAll, x86_64::kFrameSizeSaveAllCalleeSave); in TEST_F()
158 CheckFrameSize(InstructionSet::kX86_64, Runtime::kRefsOnly, x86_64::kFrameSizeRefsOnlyCalleeSave); in TEST_F()
159 CheckFrameSize(InstructionSet::kX86_64, Runtime::kRefsAndArgs, in TEST_F()
/art/compiler/dex/quick/x86/
Dquick_assemble_x86_test.cc166 Test(kX86_64, "Addpd", "addpd %xmm1, %xmm0\n", kX86AddpdRR, in TEST_F()
173 Test(kX86_64, "Subpd", "subpd %xmm1, %xmm0\n", kX86SubpdRR, in TEST_F()
180 Test(kX86_64, "Mulpd", "mulpd %xmm1, %xmm0\n", kX86MulpdRR, in TEST_F()
187 Test(kX86_64, "Pextrw", "pextrw $7, %xmm8, 8(%r10)\n", kX86PextrwMRI, in TEST_F()
228 TestVectorFn(kX86_64, in TestAddpd()
239 TestVectorFn(kX86_64, in TestSubpd()
250 TestVectorFn(kX86_64, in TestMulpd()
259 ASSERT_TRUE(CheckTools(kX86_64)) << "x86_64 tools not found."; in TEST_F()
/art/runtime/arch/x86_64/
Dinstruction_set_features_x86_64_test.cc26 InstructionSetFeatures::FromVariant(kX86_64, "default", &error_msg)); in TEST()
28 EXPECT_EQ(x86_64_features->GetInstructionSet(), kX86_64); in TEST()
Dinstruction_set_features_x86_64.h62 return kX86_64; in GetInstructionSet()
/art/runtime/arch/x86/
Dinstruction_set_features_x86_test.cc57 InstructionSetFeatures::FromVariant(kX86_64, "atom", &error_msg)); in TEST()
59 EXPECT_EQ(x86_64_features->GetInstructionSet(), kX86_64); in TEST()
93 InstructionSetFeatures::FromVariant(kX86_64, "silvermont", &error_msg)); in TEST()
95 EXPECT_EQ(x86_64_features->GetInstructionSet(), kX86_64); in TEST()
Dfault_handler_x86.cc266 reinterpret_cast<uint8_t*>(*out_sp) - GetStackOverflowReservedBytes(kX86_64)); in GetMethodAndReturnPcAndSp()
419 uintptr_t overflow_addr = sp - GetStackOverflowReservedBytes(kX86_64); in Action()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints_test.cc86 CHECK_FRAME_SIZE(kX86_64); in TEST_F()
96 EXPECT_EQ(GetInstructionSetPointerSize(kX86_64), GetConstExprPointerSize(kX86_64)); in TEST_F()
Dcallee_save_frame.h80 isa == kX86_64 ? x86_64::X86_64CalleeSaveFrameSize(type) : in GetCalleeSaveFrameSize()
93 isa == kX86_64 ? kX86_64PointerSize : in GetConstExprPointerSize()
/art/disassembler/
Ddisassembler.cc41 } else if (instruction_set == kX86_64) { in Create()
/art/compiler/jni/quick/
Dcalling_convention.cc45 case kX86_64: in Create()
120 case kX86_64: in Create()
/art/compiler/
Dcompiled_method.cc81 case kX86_64: in CodeDelta()
101 case kX86_64: in CodePointer()
/art/compiler/dex/quick/
Dgen_invoke.cc82 if (cu_->instruction_set == kX86 || cu_->instruction_set == kX86_64) { in CallHelperSetup()
228 cu_->instruction_set == kX86_64) { in CallRuntimeHelperRegLocationRegLocation()
505 if (cu->instruction_set != kX86 && cu->instruction_set != kX86_64) { in CommonCallCodeLoadCodePointerIntoInvokeTgt()
555 DCHECK(cu->instruction_set == kX86 || cu->instruction_set == kX86_64); in NextVCallInsn()
602 DCHECK(cu->instruction_set == kX86 || cu->instruction_set == kX86_64); in NextInterfaceCallInsn()
621 if (cu->instruction_set != kX86 && cu->instruction_set != kX86_64) { in NextInvokeInsnSP()
1070 if (cu_->instruction_set != kX86 && cu_->instruction_set != kX86_64) { in GenInlinedStringGetCharsNoCheck()
1105 DCHECK(cu_->instruction_set == kX86 || cu_->instruction_set == kX86_64); in GenInlinedStringIsEmptyOrLength()
1180 if (cu_->instruction_set == kArm64 || cu_->instruction_set == kX86_64) { in GenInlinedReverseBytes()
1235 if (cu_->instruction_set != kX86_64 && in GenInlinedAbsLong()
[all …]
Dquick_cfi_test.cc135 TEST_ISA(kX86_64)
/art/compiler/jni/
Djni_cfi_test.cc87 TEST_ISA(kX86_64)
/art/compiler/linker/
Drelative_patcher.cc70 case kX86_64: in Create()
/art/compiler/trampolines/
Dtrampoline_compiler.cc173 assembler(static_cast<x86_64::X86_64Assembler*>(Assembler::Create(kX86_64))); in CreateTrampoline()
195 case kX86_64: in CreateTrampoline64()
/art/compiler/optimizing/
Doptimizing_cfi_test.cc124 TEST_ISA(kX86_64)
/art/runtime/
Dvmap_table.h68 bool target64 = (kRuntimeISA == kArm64) || (kRuntimeISA == kX86_64) || (kRuntimeISA == kMips64); in IsInContext()
/art/compiler/linker/x86_64/
Drelative_patcher_x86_64_test.cc25 X86_64RelativePatcherTest() : RelativePatcherTest(kX86_64, "default") { } in X86_64RelativePatcherTest()
/art/compiler/dwarf/
Ddwarf_test.h61 InstructionSet isa = (sizeof(typename ElfTypes::Addr) == 8) ? kX86_64 : kX86; in Objdump()
/art/compiler/utils/
Dassembler.cc126 case kX86_64: in Create()

12