GDB (xrefs)
|
#include "riscv.h"
Public Member Functions | |
bool | operator== (const struct riscv_gdbarch_features &rhs) const |
bool | operator!= (const struct riscv_gdbarch_features &rhs) const |
std::size_t | hash () const noexcept |
Public Attributes | |
int | xlen = 0 |
int | flen = 0 |
int | vlen = 0 |
bool | embedded = false |
bool | has_fcsr_reg = false |
bool | has_fflags_reg = false |
bool | has_frm_reg = false |
|
inlinenoexcept |
Definition at line 85 of file riscv.h.
References embedded, flen, has_fcsr_reg, has_fflags_reg, has_frm_reg, vlen, and xlen.
|
inline |
|
inline |
Definition at line 69 of file riscv.h.
References embedded, flen, has_fcsr_reg, has_fflags_reg, has_frm_reg, vlen, and xlen.
bool riscv_gdbarch_features::embedded = false |
Definition at line 57 of file riscv.h.
Referenced by riscv_xreg_feature::check(), hash(), operator==(), riscv_abi_embedded(), riscv_create_target_description(), and riscv_features_from_bfd().
int riscv_gdbarch_features::flen = 0 |
Definition at line 47 of file riscv.h.
Referenced by riscv_freg_feature::check(), hash(), operator==(), riscv_abi_flen(), riscv_create_target_description(), riscv_features_from_bfd(), riscv_gdbarch_init(), riscv_has_fp_abi(), riscv_isa_flen(), and riscv_linux_read_features().
bool riscv_gdbarch_features::has_fcsr_reg = false |
Definition at line 64 of file riscv.h.
Referenced by hash(), operator==(), and riscv_gdbarch_init().
bool riscv_gdbarch_features::has_fflags_reg = false |
Definition at line 65 of file riscv.h.
Referenced by hash(), operator==(), and riscv_gdbarch_init().
bool riscv_gdbarch_features::has_frm_reg = false |
Definition at line 66 of file riscv.h.
Referenced by hash(), operator==(), and riscv_gdbarch_init().
int riscv_gdbarch_features::vlen = 0 |
Definition at line 54 of file riscv.h.
Referenced by riscv_vector_feature::check(), hash(), operator==(), and riscv_create_target_description().
int riscv_gdbarch_features::xlen = 0 |
Definition at line 42 of file riscv.h.
Referenced by riscv_xreg_feature::check(), hash(), operator==(), riscv_abi_xlen(), riscv_create_target_description(), riscv_features_from_bfd(), riscv_find_default_target_description(), riscv_gdbarch_init(), riscv_isa_xlen(), and riscv_linux_read_features().