Searched refs:reg_loc (Results 1 – 1 of 1) sorted by relevance
753 Location reg_loc = is_slot1 ? loc2 : loc1; in SwapLocations() local759 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()