Home | History | Annotate | Download | only in config

Lines Matching defs:bytes

226 /* This gets complicated when the field spans bytes, because fields
504 memcpy (bytes + idx, rl78_bytes.B, rl78_bytes.N_B); \
512 char * bytes;
534 rl78_bytes in it, which we initialize above. The extra bytes
536 bytes = frag_more (olen + 3);
545 frag_then->fr_opcode = bytes;
546 frag_then->fr_fix = olen + (bytes - frag_then->fr_literal);
552 bytes = frag_more (rl78_bytes.n_prefix + rl78_bytes.n_base + rl78_bytes.n_ops);
565 (char *) bytes - frag_then->fr_literal,
599 (char *) bytes + idx - frag_then->fr_literal,
688 md_convert frag to update the bytes. The relaxation types and
693 opcode (like BRA.S). We store the number of total bytes we need in
695 existing opcode bytes to figure out what actual opcode we need to
728 /* Given the opcode bytes at OP, figure out which opcode it is and
826 each opcode must be. We store the total number of bytes needed in
951 /* Given the opcode stored in fr_opcode and the number of bytes we