Lines Matching defs:bytes
102 struct bitvalue *bytes;
189 static void fillin_arg (struct bitvalue *bytes, struct argname *name,
236 %type <bit> bit byte bytes
284 instr: bytes ':' bitfieldopt kID bitfieldopt optargs
306 newp->bytes = $1;
389 bytes: bytes ',' byte
772 fillin_arg (struct bitvalue *bytes, struct argname *name,
822 struct bitvalue *b = bytes;
1251 /* First count the number of bytes. */
1256 struct bitvalue *b = instr->bytes;
1288 b = instr->bytes;