Searched refs:wid (Results 1 – 3 of 3) sorted by relevance
357 #define UEXT(src,off,wid) \ argument358 ((((unsigned int)(src)) >> (off)) & ((1 << (wid)) - 1))360 #define SEXT(src,off,wid) \ argument361 (((((int)(src))<<(32 - ((off) + (wid)))) >>(32 - (wid))) )363 #define MAKE(src,off,wid) \ argument364 ((((unsigned int)(src)) & ((1 << (wid)) - 1)) << (off))
382 int oldt = t, wid; in display_target_tables() local384 wid = LONGEST_ARCH + strlen (bfd_target_vector[t]->name) + 1; in display_target_tables()386 while (wid < columns && bfd_target_vector[t] != NULL) in display_target_tables()390 newwid = wid + strlen (bfd_target_vector[t]->name) + 1; in display_target_tables()393 wid = newwid; in display_target_tables()
377 char wid; member450 the_ins.reloc[the_ins.nrel].wid = width; in add_fix()4415 switch (the_ins.reloc[m].wid) in md_assemble()4435 the_ins.reloc[m].wid); in md_assemble()4447 if (the_ins.reloc[m].wid == 'B') in md_assemble()4456 int wid; in md_assemble() local4458 wid = 2 * the_ins.fragb[0].fragoff; in md_assemble()4460 wid += 2 * (the_ins.numo - the_ins.fragb[n - 1].fragoff); in md_assemble()4462 wid += FRAG_VAR_SIZE; in md_assemble()4466 frag_grow (wid); in md_assemble()[all …]