Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-tic54x.c1217 int bit_offset = 0; in tic54x_space() local
1252 bit_offset = frag_now->tc_frag_data; in tic54x_space()
1253 if (bit_offset != 0 && bit_offset < 16) in tic54x_space()
1255 int spare_bits = bits_per_byte - bit_offset; in tic54x_space()
1283 bit_offset = expn.X_add_number % bits_per_byte; in tic54x_space()
1302 frag_now->tc_frag_data = bit_offset; in tic54x_space()
1312 frag_now->tc_frag_data = bit_offset; in tic54x_space()
1738 int bit_offset = frag_bit_offset (frag_now, now_seg); in tic54x_field() local
1741 if (bit_offset == -1) in tic54x_field()
1759 else if (bit_offset == 0 || bit_offset + size > 16) in tic54x_field()
[all …]