Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_mips64.cc753 Location reg_loc = is_slot1 ? loc2 : loc1; in SwapLocations() local
759 if (reg_loc.IsFpuRegister()) { in SwapLocations()
761 reg_loc.AsFpuRegister<FpuRegister>(), in SwapLocations()
766 __ Mtc1(TMP, reg_loc.AsFpuRegister<FpuRegister>()); in SwapLocations()
769 __ Dmtc1(TMP, reg_loc.AsFpuRegister<FpuRegister>()); in SwapLocations()
772 __ StoreToOffset(store_type, reg_loc.AsRegister<GpuRegister>(), SP, mem_loc.GetStackIndex()); in SwapLocations()
773 __ Move(reg_loc.AsRegister<GpuRegister>(), TMP); in SwapLocations()