23#include "gdbsupport/tdesc.h"
80 return !((*this) == rhs);
84 std::size_t
hash () const noexcept
86 std::size_t val = ((
embedded ? 1 : 0) << 10
92 | (
vlen & 0xfff) << 14);
STATIC_IN_GDB target_desc_up riscv_create_target_description(const struct riscv_gdbarch_features features)
const target_desc * riscv_lookup_target_description(const struct riscv_gdbarch_features features)
bool operator==(const struct riscv_gdbarch_features &rhs) const
bool operator!=(const struct riscv_gdbarch_features &rhs) const
std::size_t hash() const noexcept