Rizin
unix-like reverse engineering framework and cli tools
|
#include <common.h>
Public Attributes | |
ut8 | start |
start bit of the param (assuming little-endian) More... | |
st8 | bits |
bits to be read (-1, if you want this to be inferred from mode) More... | |
SHAddrMode | mode |
addressing mode being used More... | |
st8 sh_param_builder_addr_t::bits |
bits to be read (-1, if you want this to be inferred from mode)
Definition at line 11 of file common.h.
Referenced by sh_op_compare(), and sh_op_get_param().
SHAddrMode sh_param_builder_addr_t::mode |
addressing mode being used
Definition at line 12 of file common.h.
Referenced by test_group_name.GroupTest::run(), sh_op_get_param(), sh_op_param_bits(), and sh_pb_get_addrmode().
ut8 sh_param_builder_addr_t::start |
start bit of the param (assuming little-endian)
Definition at line 10 of file common.h.
Referenced by sh_op_get_param(), and sh_op_param_bits().