Home | History | Annotate | Download | only in config

Lines Matching defs:bytes

1616 	    as_bad (_("%s relocations do not fit in %d bytes"),
3079 /* Return the maximum number of bytes this opcode can expand to. */
3125 /* Return the maximum number of literal bytes this opcode can generate. */
3659 long stretch) /* number of bytes stretched so far */
4686 relaxed, there are 24 bytes between the loop instruction itself and
4796 allocated "buf" with at least "size" bytes. */
4815 /* Return the number of bytes for the offset of the expanded loop
5021 _("unaligned branch target: %d bytes at 0x%lx"),
5065 _("unaligned loop: %d bytes at 0x%lx"),
6790 /* Difference in bytes between narrow and wide insns... */
7144 /* "short_loop": Add a NOP if the loop is < 4 bytes. */
7161 /* "close_loop_end": Add up to 12 bytes of NOPs to keep a
7162 loop at least 12 bytes away from another loop's end. */
7340 in case we need to jump farther than 128K bytes.
7341 Each jump instruction takes three bytes.
7557 /* The range in bytes of BNEZ.N and BEQZ.N. The target operand is encoded
7910 not MY loop's loop end within 12 bytes, add enough nops here to
7911 make it at least 12 bytes away. In any case close it off with a
8515 /* Calculate the minimum bytes of fill needed at "address" to align a
8518 the fill can be an arbitrary number of bytes. Otherwise, the space must
8648 the smallest number of bytes that need to be added to
8652 E.G., 2 bytes : 0, 1, 2 mod 4
8653 3 bytes: 0, 1 mod 4
8710 were 3 bytes, it would not cross a word boundary.
8803 /* Return the number of bytes added to this fragment, given that the
9129 bytes after jump instructions. Find the opportune places and widen
9748 /* Figure out the number of bytes needed. */
10114 int bytes;
10136 bytes = xtensa_format_length (isa, fmt);
10137 if (bytes >= 4)
10145 bytes += fragP->tc_frag_data.text_expansion[0];
10146 gas_assert (bytes == 2 || bytes == 3);
10147 build_nop (&cur_vinsn.slots[0], bytes);
10379 /* Relax a loop instruction so that it can span loop >256 bytes.