23#include "gdbsupport/tdesc.h"
81 return !((*this) == rhs);
85 std::size_t
hash () const noexcept
87 std::size_t val = ((
embedded ? 1 : 0) << 10
93 | (
vlen & 0x3fff) << 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