Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-tic54x.c1229 int bit_offset = 0; in tic54x_space() local
1264 bit_offset = frag_now->tc_frag_data; in tic54x_space()
1265 if (bit_offset != 0 && bit_offset < 16) in tic54x_space()
1267 int spare_bits = bits_per_byte - bit_offset; in tic54x_space()
1295 bit_offset = expn.X_add_number % bits_per_byte; in tic54x_space()
1314 frag_now->tc_frag_data = bit_offset; in tic54x_space()
1324 frag_now->tc_frag_data = bit_offset; in tic54x_space()
1754 int bit_offset = frag_bit_offset (frag_now, now_seg); in tic54x_field() local
1757 if (bit_offset == -1) in tic54x_field()
1775 else if (bit_offset == 0 || bit_offset + size > 16) in tic54x_field()
[all …]