20#ifndef ARCH_LOONGARCH_H
21#define ARCH_LOONGARCH_H
23#include "gdbsupport/tdesc.h"
84 return !((*this) == rhs);
88 std::size_t
hash () const noexcept
90 std::size_t val = (
xlen & 0x1f) << 5;
STATIC_IN_GDB target_desc_up loongarch_create_target_description(const struct loongarch_gdbarch_features features)
@ LOONGARCH_LINUX_NUM_FPREGSET
@ LOONGARCH_LINUX_NUM_FCC
@ LOONGARCH_FIRST_FCC_REGNUM
@ LOONGARCH_FIRST_FP_REGNUM
@ LOONGARCH_LINUX_NUM_GREGSET
@ LOONGARCH_ORIG_A0_REGNUM
const target_desc * loongarch_lookup_target_description(const struct loongarch_gdbarch_features features)
std::size_t hash() const noexcept
bool operator==(const struct loongarch_gdbarch_features &rhs) const
bool operator!=(const struct loongarch_gdbarch_features &rhs) const