Lines Matching full:are
34 /// The value from which bits are extracted.
36 /// Bits [5:0] specify the length; the other bits are ignored. If bits [5:0]
37 /// are zero, the length is interpreted as 64.
40 /// bits are ignored. If the sum of the index and length is greater than 64,
41 /// the result is undefined. If the length and index are both zero, bits
42 /// [63:0] of parameter \a x are extracted. If the length is zero but the
59 /// The value from which bits are extracted.
62 /// length at [5:0]; all other bits are ignored. If bits [5:0] are zero, the
64 /// greater than 64, the result is undefined. If the length and index are
65 /// both zero, bits [63:0] of parameter \a __x are extracted. If the length
90 /// are defined by the length \a len and by the index \a idx specifying the
94 /// bits are the least significant bits of operand \a y of length \a len.
96 /// Bits [5:0] specify the length; the other bits are ignored. If bits [5:0]
97 /// are zero, the length is interpreted as 64.
100 /// bits are ignored. If the sum of the index and length is greater than 64,
101 /// the result is undefined. If the length and index are both zero, bits
102 /// [63:0] of parameter \a y are inserted into parameter \a x. If the length
107 /// are undefined.
123 /// are defined by the length and by the index of the least significant bit
127 /// bits are the least significant bits of operand \a __y with length
128 /// specified by bits [69:64]. These are inserted into the destination at the
129 /// index specified by bits [77:72]; all other bits are ignored. If bits
130 /// [69:64] are zero, the length is interpreted as 64. If the sum of the
132 /// length and index are both zero, bits [63:0] of parameter \a __y are
138 /// value are undefined.