19#ifndef REGFORMATS_REGDEF_H
20#define REGFORMATS_REGDEF_H
32 reg (
const char *_name,
int _offset,
int _size)
54 return (strcmp (
name, other.
name) == 0
61 return !(*
this == other);
bool operator==(const reg &other) const
bool operator!=(const reg &other) const
reg(const char *_name, int _offset, int _size)