Home | History | Annotate | Download | only in gas

Lines Matching defs:bitsize

5238 stringer_append_char (int c, int bitsize)
5243 switch (bitsize)
5261 /* Called with invalid bitsize argument. */
5280 const int bitsize = bits_appendzero & ~7;
5330 stringer_append_char (c, bitsize);
5333 stringer_append_char (0, bitsize);
5359 stringer_append_char (c, bitsize);