Lines Matching defs:bytes
100 struct bitvalue *bytes;
187 static void fillin_arg (struct bitvalue *bytes, struct argname *name,
234 %type <bit> bit byte bytes
282 instr: bytes ':' bitfieldopt kID bitfieldopt optargs
304 newp->bytes = $1;
387 bytes: bytes ',' byte
769 fillin_arg (struct bitvalue *bytes, struct argname *name,
819 struct bitvalue *b = bytes;
1248 /* First count the number of bytes. */
1251 struct bitvalue *b = instr->bytes;
1279 b = instr->bytes;