Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Instruction/ARM64/
DEmulateInstructionARM64.cpp782 RegisterValue data_Rt2; in EmulateLDPSTP() local
846 if (!ReadRegister(&reg_info_Rt2, data_Rt2)) in EmulateLDPSTP()
849 if (data_Rt2.GetAsMemoryData(&reg_info_Rt2, buffer, reg_info_Rt2.byte_size, in EmulateLDPSTP()
895 if (data_Rt2.SetFromMemoryData(&reg_info_Rt2, buffer, in EmulateLDPSTP()
900 if (!vector && is_signed && !data_Rt2.SignExtend(datasize)) in EmulateLDPSTP()
903 if (!WriteRegister(context_t2, &reg_info_Rt2, data_Rt2)) in EmulateLDPSTP()