Home | History | Annotate | Download | only in config

Lines Matching defs:bytes

728   char * bytes;
734 bytes = frag_more (8);
743 frag_then->fr_opcode = bytes;
845 /* This gets complicated when the field spans bytes, because fields
995 memcpy (bytes + idx, rx_bytes.B, rx_bytes.N_B); \
1083 char * bytes;
1101 bytes = frag_more (12);
1110 frag_then->fr_opcode = bytes;
1116 bytes = frag_more (rx_bytes.n_base + rx_bytes.n_ops);
1132 (char *) bytes - frag_then->fr_literal,
1166 (char *) bytes + idx - frag_then->fr_literal,
1326 md_convert frag to update the bytes. The relaxation types and
1331 opcode (like BRA.S). We store the number of total bytes we need in
1333 existing opcode bytes to figure out what actual opcode we need to
1378 /* Given the opcode bytes at OP, figure out which opcode it is and
1499 each opcode must be. We store the total number of bytes needed in
1723 /* Given the opcode stored in fr_opcode and the number of bytes we
2212 /* Instruction bytes are always little endian. */
2243 _("jump not 3..10 bytes away (is %d)"), (int) val);