HomeSort by relevance Sort by last modified time
    Searched full:fx_size (Results 1 - 25 of 50) sorted by null

1 2

  /toolchain/binutils/binutils-2.25/gas/config/
tc-xc16x.c 163 fixP->fx_size = 2;
175 fixP->fx_size = 2;
180 fixP->fx_size = 2;
185 fixP->fx_size = 2;
196 fixP->fx_size = 2;
260 temp_val=fixP->fx_size + fixP->fx_where + fixP->fx_frag->fr_address;
tc-rl78.c 1122 fix->fx_size = 0;
1125 fix->fx_size = 1;
1128 fix->fx_size = 2;
1213 switch (fixp->fx_size)
1280 && (f->fx_size == 4 || f->fx_size == 2 || f->fx_size == 1))
    [all...]
tc-tic30.c 1133 debug ("fx_size = %d\n", fixP->fx_size);
1141 if (fixP->fx_size == 1)
1146 md_number_to_chars (buf, value, fixP->fx_size);
    [all...]
tc-mcore.c     [all...]
tc-s390.c     [all...]
tc-rx.c     [all...]
obj-evax.c 174 l->fixp->fx_size = 0;
tc-ns32k.c     [all...]
tc-pdp11.c 247 size = fixP->fx_size;
1380 return fixP->fx_frag->fr_address + fixP->fx_where + fixP->fx_size;
tc-z8k.c     [all...]
tc-i960.c     [all...]
tc-v850.c     [all...]
tc-nios2.c 1043 gas_assert (fixP->fx_size == opcode->size);
    [all...]
tc-vax.c 292 value, fixP->fx_size);
298 memset (fixP->fx_where + fixP->fx_frag->fr_literal, 0, fixP->fx_size);
    [all...]
tc-ppc.c     [all...]
tc-microblaze.c     [all...]
tc-dlx.c 1065 number_to_chars_bigendian (place, val, fixP->fx_size);
tc-iq2000.c 506 return fixP->fx_size + fixP->fx_where + fixP->fx_frag->fr_address;
tc-m32c.c 1004 fixP->fx_size -= or->offset;
    [all...]
tc-xgate.c 608 return fixP->fx_size + fixP->fx_where + fixP->fx_frag->fr_address;
    [all...]
tc-i370.c     [all...]
  /toolchain/binutils/binutils-2.25/gas/
write.c 105 is of course most most likely a bug in setting fx_size correctly.
162 fixP->fx_size = size;
163 /* We've made fx_size a narrow field; check that it's wide enough. */
164 if (fixP->fx_size != size)
166 as_bad (_("field fx_size too small to hold %d"), size);
1078 if (!fixP->fx_bit_fixP && !fixP->fx_no_overflow && fixP->fx_size != 0)
1080 if (fixP->fx_size < sizeof (valueT))
1086 mask <<= fixP->fx_size * 8 - (fixP->fx_signed ? 1 : 0);
1097 buf2, fixP->fx_size, buf);
1105 && fixP->fx_size ==
1239 int fx_size, slack; local
    [all...]
write.h 69 unsigned char fx_size; member in struct:fix
ehopt.c 204 offset += fix->fx_size;
cgen.c 970 length, fixP->fx_size,
    [all...]

Completed in 654 milliseconds

1 2