Lines Matching defs:where

162   long where;
601 /* Similar for NewABI PIC code, where $gp is callee-saved. NewABI has some
765 The frag's "subtype" is RELAX_ENCODE (FIRST, SECOND), where FIRST and
1332 insn->where = 0;
1340 /* Install INSN at the location specified by its "frag" and "where" fields. */
1345 char *f = insn->frag->fr_literal + insn->where;
1368 move_insn (struct mips_cl_insn *insn, fragS *frag, long where)
1373 insn->where = where;
1378 insn->fixp[i]->fx_where = where;
2312 where INSN1 is the earlier instruction. Return the worst-case value
2389 /* Handle cases where INSN1 writes to a known general coprocessor
2419 control registers in cases where INSN1 does not need a general
2478 where HISTORY[0] is the most recent instruction. If INSN is null,
2824 ip->fixp[0] = fix_new_exp (ip->frag, ip->where,
2891 ip->fixp[i] = fix_new (ip->frag, ip->where,
3123 move_insn (ip, delay.frag, delay.where);
3124 move_insn (&delay, ip->frag, ip->where + insn_length (ip));
3134 move_insn (ip, ip->frag, ip->where - 4);
3139 move_insn (&delay, ip->frag, ip->where);
3140 move_insn (ip, history[0].frag, history[0].where);
4462 /* Emit an SVR4 PIC sequence to load address LOCAL into DEST, where
9424 * to figure out where it goes in the instruction. */
9670 floating point constant and where it goes. For 'F'
12619 where foo is an undefined symbol, to mean that foo should be
15194 /* Return true if GIVEN matches CANONICAL, where GIVEN is a user-supplied
15355 -march=CPU/-mtune=CPU generate code/schedule for CPU, where CPU is one of:\n"));