Lines Matching defs:other

616    SVR4_PIC mode.  Currently has no meaning in other modes.  */
747 offset and even an other register than $gp as global pointer. */
921 there must be at least one other instruction between an instruction
982 block and if one alternative requires a warning but the other does not.
1257 /* The first relaxable fixup in the current frag. (In other words,
1622 but we allow it for other ports as well in order to
2339 marking it as fixed. The other arguments are as for frag_var. */
3027 /* Only match "--" as part of a base expression. In other contexts "--X"
3090 /* Handle other characters that end up as OT_CHARs. */
3680 /* On a native system other than VxWorks, sections must be aligned
6229 knowledge of CP0 handling, and the coprocessors other than
6702 this instruction. If there are any branches to anything other than
6707 /* If the previous instruction is in a variant frag other than this
6759 other one uses a condition code, we can not swap. */
7257 as the argument to all other calls to frag_grow in
7711 /* This function must be called before we emit something other than
7941 other operands. */
8536 and the other either will need one of a different kind or none at all.
8632 seen that matches all the other conditions and use it anyway
9846 * of these macros are simple and are similar to each other. These could
11217 as_warn (_("MIPS PIC call to register other than $25"));
14763 as_bad (_("-%s conflicts with the other architecture options,"
14847 However, in other cases, we want to discard them. If we were
14897 (1) means, among other things, that %lo()s with identical offsets are
14908 relocation, all other things being equal. It's also easier
15073 int other;
15079 other = S_GET_OTHER (fixP->fx_addsy);
15085 return opcode != 0x1d && opcode != 0x03 && ELF_ST_IS_COMPRESSED (other);
15087 return opcode != 0x3c && opcode != 0x3d && !ELF_ST_IS_MICROMIPS (other);
15100 int other;
15106 other = S_GET_OTHER (fixP->fx_addsy);
15112 return opcode == 0x1d && !ELF_ST_IS_COMPRESSED (other);
15114 return opcode == 0x07 && ELF_ST_IS_COMPRESSED (other);
15116 return opcode == 0x3c && ELF_ST_IS_COMPRESSED (other);
15133 int other;
15138 other = S_GET_OTHER (fixP->fx_addsy);
15139 val = S_GET_VALUE (fixP->fx_addsy) | ELF_ST_IS_COMPRESSED (other);
15142 && !ELF_ST_IS_MICROMIPS (other));
15144 != ELF_ST_IS_COMPRESSED (other));
15163 int other;
15176 other = S_GET_OTHER (fixP->fx_addsy);
15183 return ((absolute_p ? val & 1 : ELF_ST_IS_COMPRESSED (other))
15186 return ((absolute_p ? !(val & 1) : !ELF_ST_IS_MICROMIPS (other))
15190 return absolute_p ? val & 1 : ELF_ST_IS_COMPRESSED (other);
15192 return absolute_p ? !(val & 1) : !ELF_ST_IS_MIPS16 (other);
15195 return absolute_p ? !(val & 1) : !ELF_ST_IS_MICROMIPS (other);
15216 int other;
15225 other = S_GET_OTHER (fixP->fx_addsy);
15228 isa_bit = absolute_p ? (val + off) & 1 : ELF_ST_IS_COMPRESSED (other);
15229 val |= ELF_ST_IS_COMPRESSED (other);
15294 /* Handle BFD_RELOC_8, since it's easy. Punt on other bfd relocations
15695 one label. However, other label adjustments are applied to batches
19360 /* 24KE is a 24K with DSP ASE, other ASEs are optional. */
19368 /* 34K is a 24K with DSP and MT ASE, other ASEs are optional. */
19378 /* 74K with DSP and DSPR2 ASE, other ASEs are optional. */
19397 /* P5600 with EVA and Virtualization ASEs, other ASEs are optional. */