Lines Matching defs:second

1002    will be the GP-relative one and the second sequence will be the
1004 symbols and the second will be for local symbols.
1015 Set if it has been decided that we should use the second
1019 Set in the first variant frag if the macro's second implementation
1040 Like RELAX_DELAY_SLOT, but indicates that the second implementation of
1050 ... generate second expansion ...
1319 2 if we're emitting the second alternative. */
1327 the current frag. Likewise sizes[1] for the second alternative. */
1345 in bytes and sizes[1] is the length of the second alternative.
1352 is the length of the first instruction of the second alternative.
1361 second alternative.
3515 second pass where the size of the delay slot is ignored and therefore
4556 /* Start generating the second version of a relaxable sequence.
6438 the second instruction. */
8049 /* Add fixups for the second and third relocations, if given.
8050 Note that the ABI allows the second relocation to be
10066 emits the second for a 16-bit offset or add_got_offset_hilo emits
14065 /* Protect second load's delay slot. */
15990 (1) The second and third parts will be against 0 (RSS_UNDEF) but
19322 unsigned int first, second;
19326 second = RELAX_SECOND (subtype);
19361 (by marking them as done) if we're going to use the second
19365 && fixp->fx_where + second < fragp->fr_fix)
19372 /* Go through the fixups for the second sequence. Disable them if
19389 start = fragp->fr_literal + fragp->fr_fix - first - second;
19390 memmove (start, start + first, second);
19394 fragp->fr_fix -= second;