Searched refs:dwarf_ra_mips (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/lldb/source/Plugins/Instruction/MIPS/ |
D | EmulateInstructionMIPS.cpp | 237 case dwarf_ra_mips: in GetRegisterName() 442 case dwarf_ra_mips: in GetRegisterName() 617 reg_num = dwarf_ra_mips; in GetRegisterInfo() 660 case dwarf_ra_mips: in GetRegisterInfo() 1148 row->SetRegisterLocationToRegister(dwarf_pc_mips, dwarf_ra_mips, can_replace); in CreateFunctionEntryUnwind() 1157 unwind_plan.SetReturnAddressRegister(dwarf_ra_mips); in CreateFunctionEntryUnwind() 1175 case dwarf_ra_mips: in nonvolatile_reg_p() 1767 ReadRegisterUnsigned(eRegisterKindDWARF, dwarf_ra_mips, 0, &success); in Emulate_JRADDIUSP() 1987 if (!WriteRegisterUnsigned(context, eRegisterKindDWARF, dwarf_ra_mips, in Emulate_Bcond_Link_C() 2037 if (!WriteRegisterUnsigned(context, eRegisterKindDWARF, dwarf_ra_mips, in Emulate_Bcond_Link() [all …]
|
/external/llvm-project/lldb/source/Plugins/Process/Utility/ |
D | RegisterInfos_mips.h | 142 DEFINE_GPR(ra, "ra", dwarf_ra_mips, dwarf_ra_mips, LLDB_REGNUM_GENERIC_RA),
|
D | RegisterContext_mips.h | 51 dwarf_ra_mips, enumerator
|