Lines Matching refs:_width
790 _width, _offset, _delta)
795 _width = srom_ops_get_type_width(opstream)
822 _delta % _width == 0 &&
823 (_delta/_width) <= SPROM_OP_IMM_MAX)
828 value = (_delta / _width)
866 } else if (value % _width == 0 && (value / _width) <= UInt8Max) {
869 "("opc"|"SPROM_OP_DATA_U8_SCALED")", svalue / _width)
1093 function srom_opbind_new(segment, skip_in, skip_out, _obj, _type, _width,
1114 _width = get(_type, p_width)
1122 set(_obj, p_width, _width)
1134 _width, _count, _skip_in, _seg_offset, _delta)
1152 _width = get(bind, p_width)
1169 if ((_delta % _width) != 0)
1173 _skip_in = _delta / _width
1184 _bind_off = _bind_off + (_width * _skip_in * (_count + 1))
1273 function _srom_ops_apply_bind_offset(opstream, bind, _count, _offset, _width,
1285 _width = get(bind, p_width)
1289 _opstream_offset + ((_width * _skip_in) * _count))
1294 _off_start, _width, _si_signbit, _written, _nbuffer, _buffer)