Lines Matching refs:where

1110 /* "INSN<cond> X,Y" where X:bit12, Y:bit16.  */
1113 /* "INSN<cond> X,Y" where X:bit16, Y:bit12. */
1116 /* "INSN<cond> X,Y" where X:bit12, Y:bit16. */
1119 /* "INSN<cond> X,Y,Z" where X:16, Y:0, Z:12. */
1122 /* "INSN<cond> X,Y,Z" where X:12, Y:16, Z:0. */
1125 /* "INSN<cond> W,X,Y,Z" where W:5, X:12, Y:16, Z:0. */
1136 /* Offset into the template where the condition code (if any) will be.
2888 where [x, y) denotes the half-open address range from x,
3428 /* In the few cases where we might be able to accept something else
3479 /* In the few cases where we might be able to accept
3551 /* In the few cases where we might be able to accept
3604 cp_opc_expr (str, where, length)
3606 int where;
3629 inst.instruction |= expr.X_add_number << where;
3634 cp_reg_required_here (str, where)
3636 int where;
3643 inst.instruction |= reg << where;
3647 /* In the few cases where we might be able to accept something else
3657 fp_reg_required_here (str, where)
3659 int where;
3666 inst.instruction |= reg << where;
3670 /* In the few cases where we might be able to accept something else
5257 setend <endian_specifier>, where <endian_specifier> is either
6771 /* FIXME: 5 = X_PRECISION, should be #define'd where we can use it.
6857 in instructions, which is where this routine is always called. */
7178 "add Rd, Rn, #-n", where "sub Rd, Rn, #n" would be OK. */
8800 /* In the few cases where we might be able to accept something else
8839 /* In the few cases where we might be able to accept something else
10322 /* In the few cases where we might be able to accept something else
10716 where W=MVAX[0:3] and X,Y,Z=MVFX[0:15]. */
11867 unsigned char * where = (unsigned char *) buf;
11874 result |= (*where++ & 255);
11882 result |= (where[n] & 255);
12565 /* Exactly what ranges, and where the offset is inserted depends
13733 fix_new_arm (frag, where, size, exp, pc_rel, reloc)
13735 int where;
13750 new_fix = fix_new_exp (frag, where, size, exp, pc_rel, reloc);
13754 new_fix = fix_new (frag, where, size, make_expr_symbol (exp), 0,
13769 cons_fix_new_arm (frag, where, size, exp)
13771 int where;
13797 fix_new_exp (frag, where, (int) size, exp, pcrel, type);