Home
last modified time | relevance | path

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

/art/compiler/debug/
Delf_debug_loc_writer.h214 DexRegisterLocation reg_loc = (piece == 0 ? reg_lo : reg_hi); in WriteDebugLocEntry() local
215 const Kind kind = reg_loc.GetKind(); in WriteDebugLocEntry()
216 const int32_t value = reg_loc.GetValue(); in WriteDebugLocEntry()
/art/compiler/optimizing/
Dcode_generator_mips64.cc1430 Location reg_loc = is_slot1 ? loc2 : loc1; in SwapLocations() local
1436 if (reg_loc.IsFpuRegister()) { in SwapLocations()
1438 reg_loc.AsFpuRegister<FpuRegister>(), in SwapLocations()
1442 __ Mtc1(TMP, reg_loc.AsFpuRegister<FpuRegister>()); in SwapLocations()
1445 __ Dmtc1(TMP, reg_loc.AsFpuRegister<FpuRegister>()); in SwapLocations()
1448 __ StoreToOffset(store_type, reg_loc.AsRegister<GpuRegister>(), SP, mem_loc.GetStackIndex()); in SwapLocations()
1449 __ Move(reg_loc.AsRegister<GpuRegister>(), TMP); in SwapLocations()