Home
last modified time | relevance | path

Searched refs:wid (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.27/include/opcode/
Dm88k.h357 #define UEXT(src,off,wid) \ argument
358 ((((unsigned int)(src)) >> (off)) & ((1 << (wid)) - 1))
360 #define SEXT(src,off,wid) \ argument
361 (((((int)(src))<<(32 - ((off) + (wid)))) >>(32 - (wid))) )
363 #define MAKE(src,off,wid) \ argument
364 ((((unsigned int)(src)) & ((1 << (wid)) - 1)) << (off))
/toolchain/binutils/binutils-2.27/binutils/
Dbucomm.c382 int oldt = t, wid; in display_target_tables() local
384 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()
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-m68k.c377 char wid; member
450 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() local
4458 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 …]