Searched refs:loop_length (Results 1 – 2 of 2) sorted by relevance
7270 unsigned int loop_length, loop_length_hi, loop_length_lo; local7301 loop_length = target - (fragP->fr_address + fragP->fr_fix);7302 loop_length_hi = loop_length & ~0x0ff;7303 loop_length_lo = loop_length & 0x0ff;
9438 unsigned int loop_length, loop_length_hi, loop_length_lo; in convert_frag_immed_finish_loop() local9484 loop_length = target - (fragP->fr_address + fragP->fr_fix); in convert_frag_immed_finish_loop()9485 loop_length_hi = loop_length & ~0x0ff; in convert_frag_immed_finish_loop()9486 loop_length_lo = loop_length & 0x0ff; in convert_frag_immed_finish_loop()