Lines Matching defs:bits
127 * {.bits = _type},
128 * {.bits = _mask},
129 * {.bits = _value},
193 * bits 19..16 ignore
194 * bits 15..12 any register allowed here
195 * bits 11.. 8 any register except PC allowed here
196 * bits 7.. 4 ignore
197 * bits 3.. 0 any register allowed here
202 * the above example this would happen if bits 11..8 of the instruction were
244 REG_TYPE_SAMEAS16, /* Register should be same as that at bits 19..16 */
271 u32 bits;
295 {.bits = DECODE_TYPE_END}
305 {.bits = (_type) | ((_regs) << DECODE_TYPE_BITS)}, \
306 {.bits = (_mask)}, \
307 {.bits = (_value)}