Lines Matching defs:bytes
101 struct bitvalue *bytes;
188 static void fillin_arg (struct bitvalue *bytes, struct argname *name,
235 %type <bit> bit byte bytes
283 instr: bytes ':' bitfieldopt kID bitfieldopt optargs
305 newp->bytes = $1;
388 bytes: bytes ',' byte
770 fillin_arg (struct bitvalue *bytes, struct argname *name,
820 struct bitvalue *b = bytes;
1249 /* First count the number of bytes. */
1254 struct bitvalue *b = instr->bytes;
1286 b = instr->bytes;