Searched refs:reg_info_Rt2 (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/lldb/source/Plugins/Instruction/ARM64/ |
D | EmulateInstructionARM64.cpp | 785 RegisterInfo reg_info_Rt2; in EmulateLDPSTP() local 792 if (!GetRegisterInfo(eRegisterKindLLDB, fpu_d0_arm64 + t2, reg_info_Rt2)) in EmulateLDPSTP() 797 if (!GetRegisterInfo(eRegisterKindLLDB, gpr_x0_arm64 + t2, reg_info_Rt2)) in EmulateLDPSTP() 833 context_t2.SetRegisterToRegisterPlusOffset(reg_info_Rt2, reg_info_base, in EmulateLDPSTP() 846 if (!ReadRegister(®_info_Rt2, data_Rt2)) in EmulateLDPSTP() 849 if (data_Rt2.GetAsMemoryData(®_info_Rt2, buffer, reg_info_Rt2.byte_size, in EmulateLDPSTP() 854 reg_info_Rt2.byte_size)) in EmulateLDPSTP() 891 reg_info_Rt2.byte_size)) in EmulateLDPSTP() 895 if (data_Rt2.SetFromMemoryData(®_info_Rt2, buffer, in EmulateLDPSTP() 896 reg_info_Rt2.byte_size, eByteOrderLittle, in EmulateLDPSTP() [all …]
|