Lines Matching refs:where

2488   ptr->r.record.x.where.pspoff = ENCODED_PSP_OFFSET (offset);
2503 ptr->r.record.x.where.spoff = offset / 4;
2519 ptr->r.record.x.where.reg = targ_reg;
2687 ptr->r.record.x.where.pspoff);
2692 ptr->r.record.x.where.spoff);
2697 ptr->r.record.x.where.reg, ptr->r.record.x.t);
2702 ptr->r.record.x.t, ptr->r.record.x.where.pspoff);
2707 ptr->r.record.x.t, ptr->r.record.x.where.spoff);
2712 ptr->r.record.x.xy, ptr->r.record.x.where.reg,
4576 long where;
4621 where = frag_now_fix () - (3 * md.pointer_size);
4635 ia64_cons_fix_new (frag_now, where, bytes_per_address, &e);
4641 ia64_cons_fix_new (frag_now, where + bytes_per_address,
4650 ia64_cons_fix_new (frag_now, where + (bytes_per_address * 2),
7113 const char *where;
7116 where = "X slot";
7118 where = "slots 2 or 3";
7120 where = "slot 3";
7123 idesc->name, where, ia64_templ_desc[template].name);
7662 that is called after md_parse_option which is where we set the
9935 optimization note: should add a flag to classes of insns where otherwise we
10200 /* Skip apparent PR write conflicts where both writes are an AND or both
10514 based on notes from Intel's DV checking code, where p1 implies p2.
10779 reader, where writer and srlz.d are in separate groups) clears
11158 ia64_cons_fix_new (f, where, nbytes, exp)
11160 int where;
11231 fix = fix_new_exp (f, where, nbytes, exp, 0, code);
11493 /* Here is where generate the appropriate reloc for pseudo relocation
11858 /* Used to remember where .alias and .secalias directives are seen. We
11863 char *file; /* The file where the directive is seen. */