Lines Matching defs:where

1070      in instructions, which is where this routine is always called.  */
3802 long where;
3828 where = frag_now_fix () - 8;
3831 fix_new (frag_now, where, 4, unwind.proc_start, 0, 1,
3848 fix_new (frag_now, where, 0, pr, 0, 1, BFD_RELOC_NONE);
3858 fix_new (frag_now, where + 4, 4, unwind.table_entry, 0, 1,
4923 /* FIXME: 5 = X_PRECISION, should be #define'd where we can use it.
5182 where <shift> is defined by parse_shift above, and <rotate> is a
5373 (as for parse_shifter_operand) where group relocations are allowed:
5381 where <group_reloc> is one of the strings defined in group_reloc_table.
6717 /* Remember where we are in case we need to backtrack. */
8536 where we generate out a BFD_RELOC_ARM_PCREL_CALL instead. */
9423 setend <endian_specifier>, where <endian_specifier> is either
10193 where W=MVAX[0:3] and X,Y,Z=MVFX[0:15]. */
10861 /* Similarly, but for instructions where the arithmetic operation is
11155 /* md_apply_fix blows up with 'bl foo(PLT)' where foo is defined in
13828 handles the case where a single bit is set in the mask. */
14038 /* PR 11136: Catch the case where we are passed a shape of NS_NULL. */
15302 /* Saturating move where operands can be signed or unsigned, and the
16301 can specify a type where it doesn't make sense to, and is ignored). */
17578 int where,
17615 new_fix = fix_new_exp (frag, where, size, exp, pc_rel,
17620 new_fix = (fixS *) fix_new (frag, where, size, make_expr_symbol (exp), 0,
17748 suffix, others place 0xF where the condition field
17757 legacy instructions where suffix and infix forms
17810 unusual place. If it is, the tag tells us where to find the
19158 /* Legacy coprocessor instructions where conditional infix and conditional
21232 unsigned char * where = (unsigned char *) buf;
21239 result |= (*where++ & 255);
21247 result |= (where[n] & 255);
22165 addressT where;
22253 where = frag_now_fix () - ((size << 2) + 4);
22260 fix_new (frag_now, where, 4, unwind.personality_routine, 0, 1,
22263 where += 4;
23775 /* Exactly what ranges, and where the offset is inserted depends
24546 int where,
24580 fix_new_exp (frag, where, size, exp, pcrel, reloc);