Searched refs:reg_info_Rt (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/lldb/source/Plugins/Instruction/ARM64/ |
D | EmulateInstructionARM64.cpp | 784 RegisterInfo reg_info_Rt; in EmulateLDPSTP() local 790 if (!GetRegisterInfo(eRegisterKindLLDB, fpu_d0_arm64 + t, reg_info_Rt)) in EmulateLDPSTP() 795 if (!GetRegisterInfo(eRegisterKindLLDB, gpr_x0_arm64 + t, reg_info_Rt)) in EmulateLDPSTP() 832 context_t.SetRegisterToRegisterPlusOffset(reg_info_Rt, reg_info_base, 0); in EmulateLDPSTP() 836 if (!ReadRegister(®_info_Rt, data_Rt)) in EmulateLDPSTP() 839 if (data_Rt.GetAsMemoryData(®_info_Rt, buffer, reg_info_Rt.byte_size, in EmulateLDPSTP() 843 if (!WriteMemory(context_t, address + 0, buffer, reg_info_Rt.byte_size)) in EmulateLDPSTP() 873 memset(buffer, 'U', reg_info_Rt.byte_size); in EmulateLDPSTP() 875 if (!ReadMemory(context_t, address, buffer, reg_info_Rt.byte_size)) in EmulateLDPSTP() 879 if (data_Rt.SetFromMemoryData(®_info_Rt, buffer, reg_info_Rt.byte_size, in EmulateLDPSTP() [all …]
|