Home | History | Annotate | Download | only in libcpu

Lines Matching defs:bytes

104   struct bitvalue *bytes;
191 static void fillin_arg (struct bitvalue *bytes, struct argname *name,
238 %type <bit> bit byte bytes
286 instr: bytes ':' bitfieldopt kID bitfieldopt optargs
308 newp->bytes = $1;
391 bytes: bytes ',' byte
773 fillin_arg (struct bitvalue *bytes, struct argname *name,
823 struct bitvalue *b = bytes;
1252 /* First count the number of bytes. */
1257 struct bitvalue *b = instr->bytes;
1289 b = instr->bytes;