Searched refs:RegisterContextCorePOSIX_mips64 (Results 1 – 3 of 3) sorted by relevance
18 RegisterContextCorePOSIX_mips64::RegisterContextCorePOSIX_mips64( in RegisterContextCorePOSIX_mips64() function in RegisterContextCorePOSIX_mips6435 RegisterContextCorePOSIX_mips64::~RegisterContextCorePOSIX_mips64() = default;37 bool RegisterContextCorePOSIX_mips64::ReadGPR() { return true; } in ReadGPR()39 bool RegisterContextCorePOSIX_mips64::ReadFPR() { return false; } in ReadFPR()41 bool RegisterContextCorePOSIX_mips64::WriteGPR() { in WriteGPR()46 bool RegisterContextCorePOSIX_mips64::WriteFPR() { in WriteFPR()51 bool RegisterContextCorePOSIX_mips64::ReadRegister(const RegisterInfo *reg_info, in ReadRegister()74 bool RegisterContextCorePOSIX_mips64::ReadAllRegisterValues( in ReadAllRegisterValues()79 bool RegisterContextCorePOSIX_mips64::WriteRegister( in WriteRegister()84 bool RegisterContextCorePOSIX_mips64::WriteAllRegisterValues( in WriteAllRegisterValues()[all …]
17 class RegisterContextCorePOSIX_mips64 : public RegisterContextPOSIX_mips64 {19 RegisterContextCorePOSIX_mips64(25 ~RegisterContextCorePOSIX_mips64() override;
185 m_thread_reg_ctx_sp = std::make_shared<RegisterContextCorePOSIX_mips64>( in CreateRegisterContextForFrame()190 m_thread_reg_ctx_sp = std::make_shared<RegisterContextCorePOSIX_mips64>( in CreateRegisterContextForFrame()