Home
last modified time | relevance | path

Searched refs:second_callee_save (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dintrinsics_riscv64.cc3776 uint32_t second_callee_save = CTZ(kRiscv64CalleeSaveRefSpills ^ (1u << first_callee_save)); in CreateVarHandleCompareAndSetOrExchangeLocations() local
3781 locations->SetTempAt(0u, Location::RegisterLocation(second_callee_save)); in CreateVarHandleCompareAndSetOrExchangeLocations()
Dintrinsics_arm_vixl.cc4850 constexpr int second_callee_save = CTZ(kArmCalleeSaveRefSpills ^ (1u << first_callee_save)); in CreateVarHandleCompareAndSetOrExchangeLocations() local
4855 locations->SetTempAt(0u, Location::RegisterLocation(second_callee_save)); in CreateVarHandleCompareAndSetOrExchangeLocations()
Dintrinsics_arm64.cc5049 uint32_t second_callee_save = CTZ(kArm64CalleeSaveRefSpills ^ (1u << first_callee_save)); in CreateVarHandleCompareAndSetOrExchangeLocations() local
5054 locations->SetTempAt(0u, Location::RegisterLocation(second_callee_save)); in CreateVarHandleCompareAndSetOrExchangeLocations()