Searched refs:RegisterContextCorePOSIX_mips64 (Results 1 – 3 of 3) sorted by relevance
17 RegisterContextCorePOSIX_mips64::RegisterContextCorePOSIX_mips64( in RegisterContextCorePOSIX_mips64() function in RegisterContextCorePOSIX_mips6434 RegisterContextCorePOSIX_mips64::~RegisterContextCorePOSIX_mips64() {} in ~RegisterContextCorePOSIX_mips64()36 bool RegisterContextCorePOSIX_mips64::ReadGPR() { return true; } in ReadGPR()38 bool RegisterContextCorePOSIX_mips64::ReadFPR() { return false; } in ReadFPR()40 bool RegisterContextCorePOSIX_mips64::WriteGPR() { in WriteGPR()45 bool RegisterContextCorePOSIX_mips64::WriteFPR() { in WriteFPR()50 bool RegisterContextCorePOSIX_mips64::ReadRegister(const RegisterInfo *reg_info, in ReadRegister()73 bool RegisterContextCorePOSIX_mips64::ReadAllRegisterValues( in ReadAllRegisterValues()78 bool RegisterContextCorePOSIX_mips64::WriteRegister( in WriteRegister()83 bool RegisterContextCorePOSIX_mips64::WriteAllRegisterValues( in WriteAllRegisterValues()[all …]
18 class RegisterContextCorePOSIX_mips64 : public RegisterContextPOSIX_mips64 {20 RegisterContextCorePOSIX_mips64(26 ~RegisterContextCorePOSIX_mips64() override;
205 m_thread_reg_ctx_sp.reset(new RegisterContextCorePOSIX_mips64( in CreateRegisterContextForFrame()210 m_thread_reg_ctx_sp.reset(new RegisterContextCorePOSIX_mips64( in CreateRegisterContextForFrame()