Searched refs:wid (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/legacy/binutils/include/opcode/
H A Dm88k.h357 #define UEXT(src,off,wid) \
358 ((((unsigned int)(src)) >> (off)) & ((1 << (wid)) - 1))
360 #define SEXT(src,off,wid) \
361 (((((int)(src))<<(32 - ((off) + (wid)))) >>(32 - (wid))) )
363 #define MAKE(src,off,wid) \
364 ((((unsigned int)(src)) & ((1 << (wid)) - 1)) << (off))
/haiku-buildtools/binutils/include/opcode/
H A Dm88k.h357 #define UEXT(src,off,wid) \
358 ((((unsigned int)(src)) >> (off)) & ((1 << (wid)) - 1))
360 #define SEXT(src,off,wid) \
361 (((((int)(src))<<(32 - ((off) + (wid)))) >>(32 - (wid))) )
363 #define MAKE(src,off,wid) \
364 ((((unsigned int)(src)) & ((1 << (wid)) - 1)) << (off))
/haiku-buildtools/legacy/binutils/binutils/
H A Dbucomm.c328 int oldt = t, wid;
330 wid = LONGEST_ARCH + strlen (bfd_target_vector[t]->name) + 1;
332 while (wid < columns && bfd_target_vector[t] != NULL)
336 newwid = wid + strlen (bfd_target_vector[t]->name) + 1;
339 wid = newwid;
325 int oldt = t, wid; local
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-m68k.c268 char wid; member in struct:m68k_it::__anon2578
333 the_ins.reloc[the_ins.nrel].wid = width;
4004 switch (the_ins.reloc[m].wid)
4024 the_ins.reloc[m].wid);
4036 if (the_ins.reloc[m].wid == 'B')
4045 int wid;
4047 wid = 2 * the_ins.fragb[0].fragoff;
4049 wid += 2 * (the_ins.numo - the_ins.fragb[n - 1].fragoff);
4051 wid += 10;
4055 frag_grow (wid);
4044 int wid; local
4059 int wid; local
4117 int wid; local
[all...]
/haiku-buildtools/binutils/gas/config/
H A Dtc-m68k.c377 char wid; member in struct:m68k_it::__anon412
450 the_ins.reloc[the_ins.nrel].wid = width;
4417 switch (the_ins.reloc[m].wid)
4437 the_ins.reloc[m].wid);
4449 if (the_ins.reloc[m].wid == 'B')
4458 int wid;
4460 wid = 2 * the_ins.fragb[0].fragoff;
4462 wid += 2 * (the_ins.numo - the_ins.fragb[n - 1].fragoff);
4464 wid += FRAG_VAR_SIZE;
4468 frag_grow (wid);
4457 int wid; local
4472 int wid; local
4531 int wid; local
[all...]

Completed in 133 milliseconds