Home
last modified time | relevance | path

Searched refs:kArm64 (Results 1 – 25 of 60) sorted by relevance

123

/art/runtime/arch/arm64/
Dinstruction_set_features_arm64_test.cc27 InstructionSetFeatures::FromVariant(InstructionSet::kArm64, "default", &error_msg)); in TEST()
29 EXPECT_EQ(arm64_features->GetInstructionSet(), InstructionSet::kArm64); in TEST()
35 InstructionSetFeatures::FromVariant(InstructionSet::kArm64, "cortex-a57", &error_msg)); in TEST()
37 EXPECT_EQ(cortex_a57_features->GetInstructionSet(), InstructionSet::kArm64); in TEST()
45 InstructionSetFeatures::FromVariant(InstructionSet::kArm64, "cortex-a73", &error_msg)); in TEST()
47 EXPECT_EQ(cortex_a73_features->GetInstructionSet(), InstructionSet::kArm64); in TEST()
59 InstructionSetFeatures::FromVariant(InstructionSet::kArm64, "cortex-a35", &error_msg)); in TEST()
61 EXPECT_EQ(cortex_a35_features->GetInstructionSet(), InstructionSet::kArm64); in TEST()
68 InstructionSetFeatures::FromVariant(InstructionSet::kArm64, "kryo", &error_msg)); in TEST()
70 EXPECT_EQ(kryo_features->GetInstructionSet(), InstructionSet::kArm64); in TEST()
[all …]
Dinstruction_set_features_arm64.h69 return InstructionSet::kArm64; in GetInstructionSet()
Dinstruction_set_features_arm64.cc299 if (InstructionSet::kArm64 != other->GetInstructionSet()) { in Equals()
313 if (InstructionSet::kArm64 != other->GetInstructionSet()) { in HasAtLeast()
Dfault_handler_arm64.cc148 uintptr_t overflow_addr = sp - GetStackOverflowReservedBytes(InstructionSet::kArm64); in Action()
/art/libartbase/arch/
Dinstruction_set.cc31 case InstructionSet::kArm64: in InstructionSetAbort()
48 case InstructionSet::kArm64: in GetInstructionSetString()
69 return InstructionSet::kArm64; in GetInstructionSetFromString()
90 case InstructionSet::kArm64: in GetSupportedInstructionSets()
92 return {InstructionSet::kArm64, InstructionSet::kArm}; in GetSupportedInstructionSets()
94 return {InstructionSet::kArm64}; in GetSupportedInstructionSets()
Dinstruction_set.h32 kArm64, enumerator
44 static constexpr InstructionSet kRuntimeISA = InstructionSet::kArm64;
98 case InstructionSet::kArm64: in GetInstructionSetPointerSize()
117 case InstructionSet::kArm64: in IsValidInstructionSet()
135 case InstructionSet::kArm64: in GetInstructionSetInstructionAlignment()
156 case InstructionSet::kArm64: in GetInstructionSetCodeAlignment()
176 case InstructionSet::kArm64: in GetInstructionSetEntryPointAdjustment()
199 case InstructionSet::kArm64: in Is64BitInstructionSet()
220 case InstructionSet::kArm64: in GetBytesPerGprSpillLocation()
241 case InstructionSet::kArm64: in GetBytesPerFprSpillLocation()
[all …]
Dinstruction_set_test.cc27 EXPECT_EQ(InstructionSet::kArm64, GetInstructionSetFromString("arm64")); in TEST()
37 EXPECT_STREQ("arm64", GetInstructionSetString(InstructionSet::kArm64)); in TEST()
46 EXPECT_EQ(GetInstructionSetInstructionAlignment(InstructionSet::kArm64), in TEST()
/art/runtime/arch/
Dinstruction_set_features.cc39 case InstructionSet::kArm64: in FromVariant()
67 if (isa == InstructionSet::kArm64) { in FromVariantAndHwcap()
90 case InstructionSet::kArm64: in FromBitmap()
116 case InstructionSet::kArm64: in FromCppDefines()
135 case InstructionSet::kArm64: in FromRuntimeDetection()
148 case InstructionSet::kArm64: in FromCpuInfo()
169 case InstructionSet::kArm64: in FromHwcap()
190 case InstructionSet::kArm64: in FromAssembly()
211 case InstructionSet::kArm64: in FromCpuFeatures()
287 DCHECK_EQ(InstructionSet::kArm64, GetInstructionSet()); in AsArm64InstructionSetFeatures()
/art/runtime/oat/
Djni_stub_hash_map.cc53 case InstructionSet::kArm64: in TranslateReturnTypeToJniShorty()
67 case InstructionSet::kArm64: in GetMaxIntLikeRegisterArgs()
79 case InstructionSet::kArm64: in GetMaxFloatOrDoubleRegisterArgs()
187 case InstructionSet::kArm64: in JniStubKeyHash()
188 hash_func_ = JniStubKeyOptimizedHash<InstructionSet::kArm64>; in JniStubKeyHash()
343 case InstructionSet::kArm64: in JniStubKeyEquals()
344 equals_func_ = JniStubKeyOptimizedEquals<InstructionSet::kArm64>; in JniStubKeyEquals()
/art/simulator/
Dcode_simulator.cc25 case InstructionSet::kArm64: in CreateCodeSimulator()
/art/runtime/
Dprebuilt_tools_test.cc46 CheckToolsExist(InstructionSet::kArm64); in TEST_F()
/art/tools/signal_dumper/
Dsignal_dumper.cc371 enum class ABI { kArm, kArm64, kRiscv64, kX86, kX86_64 }; in DumpABI() enumerator
375 constexpr ABI kDumperABI = ABI::kArm64; in DumpABI()
396 case ABI::kArm64: in DumpABI()
397 to_print = ABI::kArm64; in DumpABI()
411 case ABI::kArm64: in DumpABI()
412 to_print = io_vec.iov_len == 18 * sizeof(uint32_t) ? ABI::kArm : ABI::kArm64; in DumpABI()
428 case ABI::kArm64: in DumpABI()
/art/dex2oat/linker/arm64/
Drelative_patcher_arm64.cc85 CompiledMethod::AlignCode(code_size, InstructionSet::kArm64) - code_size; in MaxExtraSpace()
94 : ArmBaseRelativePatcher(thunk_provider, target_provider, InstructionSet::kArm64), in Arm64RelativePatcher()
115 offset = CompiledMethod::AlignCode(offset, InstructionSet::kArm64) + in ReserveSpace()
160 offset = CompiledMethod::AlignCode(offset, InstructionSet::kArm64) + in ReserveSpaceEnd()
171 uint32_t aligned_offset = CompiledMethod::AlignCode(offset, InstructionSet::kArm64); in WriteThunks()
/art/disassembler/
Ddisassembler.cc57 case InstructionSet::kArm64: in Create()
/art/odrefresh/
Dodr_artifacts_test.cc37 GetSystemImageFilename(image_location.c_str(), InstructionSet::kArm64); in TEST()
Dodr_config.h301 case art::InstructionSet::kArm64: in GetPotentialInstructionSets()
302 return std::make_pair(art::InstructionSet::kArm, art::InstructionSet::kArm64); in GetPotentialInstructionSets()
/art/compiler/optimizing/
Dinstruction_simplifier_arm64.cc96 DCHECK(HasShifterOperand(use, InstructionSet::kArm64)); in TryMergeIntoShifterOperand()
176 if (!HasShifterOperand(user, InstructionSet::kArm64)) { in TryMergeIntoUsersShifterOperand()
226 if (TryCombineMultiplyAccumulate(instruction, InstructionSet::kArm64)) { in VisitMul()
Dinstruction_simplifier_shared.h48 (isa == InstructionSet::kArm64 && instr->IsNeg()) || in HasShifterOperand()
Dcodegen_test.cc48 CodegenTargetConfig(InstructionSet::kArm64, create_codegen_arm64), in GetTargetConfigs()
744 CommonCompilerTest::CreateCompilerOptions(InstructionSet::kArm64, "default"); in TEST_F()
793 CommonCompilerTest::CreateCompilerOptions(InstructionSet::kArm64, "default"); in TEST_F()
828 CommonCompilerTest::CreateCompilerOptions(InstructionSet::kArm64, "cortex-a75"); in TEST_F()
843 CommonCompilerTest::CreateCompilerOptions(InstructionSet::kArm64, "cortex-a53"); in TEST_F()
862 CommonCompilerTest::CreateCompilerOptions(InstructionSet::kArm64, "default"); in TEST_F()
882 CommonCompilerTest::CreateCompilerOptions(InstructionSet::kArm64, "default"); in TEST_F()
/art/runtime/entrypoints/quick/
Dcallee_save_frame.h81 struct CSFSelector<InstructionSet::kArm64> {
/art/runtime/entrypoints/jni/
Djni_entrypoints.cc148 case InstructionSet::kArm64: in artCriticalNativeFrameSize()
185 case InstructionSet::kArm64: in artCriticalNativeFrameSize()
/art/compiler/jni/quick/
Dcalling_convention.cc63 case InstructionSet::kArm64: in Create()
164 case InstructionSet::kArm64: in Create()
/art/test/dexpreopt/
Ddexpreopt_test.cc74 case InstructionSet::kArm64: in GetZygoteNamesAndIsas()
79 names_and_isas.push_back(std::make_pair(kZygote64, InstructionSet::kArm64)); in GetZygoteNamesAndIsas()
/art/compiler/debug/
Delf_debug_loc_writer.h39 case InstructionSet::kArm64: in GetDwarfCoreReg()
58 case InstructionSet::kArm64: in GetDwarfFpReg()
/art/compiler/jni/
Djni_cfi_test.cc137 TEST_ISA(kArm64)

123