get_reg_width
bool is_src_reg_u32 = get_reg_width(src_reg) <= 32;
reg_value_fits = get_reg_width(reg) <= BITS_PER_BYTE * size;
get_reg_width(reg) <= 32)
if (get_reg_width(reg) > size * BITS_PER_BYTE)